diff --git a/app/src/pages/AILandingPage/PromptPage.tsx b/app/src/pages/AILandingPage/PromptPage.tsx index 2cac0ebd..6307bbac 100644 --- a/app/src/pages/AILandingPage/PromptPage.tsx +++ b/app/src/pages/AILandingPage/PromptPage.tsx @@ -106,30 +106,30 @@ function PromptPage({ ); return ( -
+
-
+
- - + +
-
-

+
+

VizHub

-

+

AI-Powered Data Visualization Platform

-
-
-
- + +
+
+ @@ -138,13 +138,13 @@ function PromptPage({ id="prompt" value={prompt} onChange={(e) => setPrompt(e.target.value)} - className="w-full h-48 p-6 border-2 border-indigo-100 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 transition-all bg-white/50 backdrop-blur-sm text-lg" + className="w-full h-32 sm:h-48 p-3 sm:p-6 border-2 border-indigo-100 rounded-lg sm:rounded-xl focus:ring-2 focus:ring-indigo-500 focus:border-indigo-500 transition-all bg-white/50 backdrop-blur-sm text-base sm:text-lg" placeholder="Example: Create a dynamic bar chart showing sales trends over time, with monthly comparisons and growth indicators..." />
-
+
- - + +
-

+

Upload Your Dataset

-

+

Drag and drop your CSV file here, or

-
{file && ( -
- -

{file.name}

+
+ +

{file.name}

)}
@@ -187,11 +187,11 @@ function PromptPage({