diff --git a/src/app/page.tsx b/src/app/page.tsx index dd7965d..b266104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; @@ -19,34 +19,22 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" - contentWidth="smallMedium" + contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" - cardStyle="subtle-shadow" - primaryButtonStyle="flat" - secondaryButtonStyle="solid" + background="noiseDiagonalGradient" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -113,39 +72,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: Lightbulb, - title: "AI-Powered Coach", - description: "Instant feedback and personalized insights that help you pinpoint errors.", - }, - { - icon: LineChart, - title: "Granular Analytics", - description: "Track pacing and accuracy across every single sub-topic in the GMAT curriculum.", - }, - { - icon: BookOpen, - title: "1,200+ Lessons", - description: "Master everything from Quant basics to advanced Data Insights.", - }, - { - icon: CheckCircle, - title: "4,000+ Questions", - description: "Categorized by difficulty for optimal, realistic practice.", - }, - { - icon: MessageSquare, - title: "24/7 Expert Support", - description: "Real instructor help whenever you hit a roadblock during your prep.", - }, - { - icon: Target, - title: "Score Guarantees", - description: "Backed by proven results that give you confidence in your progress.", - }, + { icon: Lightbulb, title: "AI-Powered Coach", description: "Instant feedback and personalized insights." }, + { icon: LineChart, title: "Granular Analytics", description: "Track pacing and accuracy across every sub-topic." }, + { icon: BookOpen, title: "1,200+ Lessons", description: "Master everything from Quant basics to advanced Data Insights." }, ]} title="Comprehensive Prep Tools" - description="Powerful features designed for serious candidates who want to achieve top-tier scores through persistent practice and deep learning." + description="Powerful features designed for serious candidates." /> @@ -155,91 +87,21 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "flexible", - badge: "Monthly", - price: "$179 - $249 /mo", - subtitle: "Cancel anytime", - buttons: [ - { - text: "Select Monthly", - href: "#", - }, - ], - features: [ - "Full course access", - "AI Coach integration", - "Flexible timeline", - ], - }, - { - id: "dedicated", - badge: "4 Months", - price: "$449 - $799", - subtitle: "Best for mid-range prep", - buttons: [ - { - text: "Select 4-Month", - href: "#", - }, - ], - features: [ - "All features included", - "Comprehensive curriculum", - "Best value choice", - ], - }, - { - id: "max", - badge: "6 Months", - price: "$499 - $899", - subtitle: "Significant score jump", - buttons: [ - { - text: "Select 6-Month", - href: "#", - }, - ], - features: [ - "Extended duration", - "Full analytical tools", - "Max learning path", - ], - }, + { id: "flexible", badge: "Monthly", price: "$179/mo", subtitle: "Flexible access", buttons: [{ text: "Select", href: "#" }], features: ["Full access", "AI Coach", "Cancel anytime"] }, + { id: "dedicated", badge: "4 Months", price: "$449", subtitle: "Best value", buttons: [{ text: "Select", href: "#" }], features: ["Everything included", "Deep curriculum", "Study schedule"] }, ]} - title="Flexible Plans for Success" - description="Choose a study duration that fits your schedule and goals. Start with our $1 trial." + title="Flexible Plans" + description="Choose a study duration that fits your goals." />
@@ -247,34 +109,12 @@ export default function LandingPage() {
@@ -282,42 +122,22 @@ export default function LandingPage() {
); -} +} \ No newline at end of file