diff --git a/src/app/page.tsx b/src/app/page.tsx index 93b5bf9..dd106d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Powered by Advanced AI" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "#pricing" }, { text: "See How It Works", href: "#how-it-works" } @@ -108,7 +108,7 @@ export default function LandingPage() { className="py-20" containerClassName="max-w-7xl mx-auto px-4" textBoxClassName="mb-12" - titleClassName="text-4xl font-bold" + cardTitleClassName="text-4xl font-bold" descriptionClassName="text-lg text-gray-700 mt-4" /> @@ -128,8 +128,8 @@ export default function LandingPage() { useInvertedBackground={true} className="py-20" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-700 mt-4" + textBoxTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-700 mt-4" /> @@ -178,7 +178,6 @@ export default function LandingPage() { cardTitle="StudyAI completely changed how I approach homework. I went from struggling to actually understanding the material." cardTag="Top Rated by Students" cardTagIcon={Star} - textboxLayout="default" cardAnimation="slide-up" useInvertedBackground={true} className="py-20" @@ -193,9 +192,9 @@ export default function LandingPage() { description="Choose the plan that works best for you. All plans include access to our full AI homework assistant." tag="Flexible Plans" tagAnimation="slide-up" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" plans={[ { id: "free", badge: "Most Popular", badgeIcon: Star,