diff --git a/src/app/page.tsx b/src/app/page.tsx index ba656eb..870cf17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-modern-minimalist-illustration-of-a-pd-1772860173220-4b565847.png", imageAlt: "PDF Upload Interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-modern-minimalist-illustration-of-a-pd-1772860173220-4b565847.png?_wi=1", imageAlt: "PDF Upload Interface" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/an-illustration-showing-a-dense-academic-1772860173669-357cadd6.png", imageAlt: "Simplified Content Display" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/an-illustration-showing-a-dense-academic-1772860173669-357cadd6.png?_wi=1", imageAlt: "Simplified Content Display" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-clean-interface-showing-an-ai-generate-1772860173681-8e7d1c4f.png", imageAlt: "AI Quiz Interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-clean-interface-showing-an-ai-generate-1772860173681-8e7d1c4f.png?_wi=1", imageAlt: "AI Quiz Interface" } ]} autoplayDelay={5000} @@ -77,16 +77,16 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - title: "AI-Powered Simplification", description: "Upload your PDF and receive AI-generated, section-by-section explanations that break down complex content into digestible insights. Perfect for dense academic papers and technical documents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/an-illustration-showing-a-dense-academic-1772860173669-357cadd6.png", imageAlt: "Simplified Content", button: { text: "See How It Works", href: "#how-it-works" } + title: "AI-Powered Simplification", description: "Upload your PDF and receive AI-generated, section-by-section explanations that break down complex content into digestible insights. Perfect for dense academic papers and technical documents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/an-illustration-showing-a-dense-academic-1772860173669-357cadd6.png?_wi=2", imageAlt: "Simplified Content", button: { text: "See How It Works", href: "#how-it-works" } }, { - title: "Instant AI Quizzes", description: "Test your understanding with AI-generated multiple-choice quizzes tailored to your uploaded content. Get immediate feedback and identify knowledge gaps in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-clean-interface-showing-an-ai-generate-1772860173681-8e7d1c4f.png", imageAlt: "AI Quiz Interface", button: { text: "Try a Quiz", href: "#contact" } + title: "Instant AI Quizzes", description: "Test your understanding with AI-generated multiple-choice quizzes tailored to your uploaded content. Get immediate feedback and identify knowledge gaps in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-clean-interface-showing-an-ai-generate-1772860173681-8e7d1c4f.png?_wi=2", imageAlt: "AI Quiz Interface", button: { text: "Try a Quiz", href: "#contact" } }, { title: "Personal Score Tracking", description: "Every quiz score automatically stores in your personalized database. Track your progress over time, watch your retention improve, and celebrate your learning milestones.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-personalized-dashboard-showing-score-h-1772860173633-2939746e.png", imageAlt: "Score Tracking Dashboard", button: { text: "View Dashboard", href: "#contact" } }, { - title: "Up to 50MB PDFs", description: "Whether it's a short article or a complete textbook, Simply handles PDFs up to 50MB. No file size limits holding you back from your learning goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-modern-minimalist-illustration-of-a-pd-1772860173220-4b565847.png", imageAlt: "PDF Upload", button: { text: "Upload Now", href: "#contact" } + title: "Up to 50MB PDFs", description: "Whether it's a short article or a complete textbook, Simply handles PDFs up to 50MB. No file size limits holding you back from your learning goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbSsGJaFrOXWWsYgzEOcffDbSl/a-modern-minimalist-illustration-of-a-pd-1772860173220-4b565847.png?_wi=2", imageAlt: "PDF Upload", button: { text: "Upload Now", href: "#contact" } } ]} />