diff --git a/src/app/page.tsx b/src/app/page.tsx index c81b73e..201e1ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { text: "Start Free Trial"}, ], features: [ - "Basic GPA Tracker", "Application Checklist", "Community Access"], + "Track 50+ courses", "Application Checklist", "Community Access"], }, { id: "pro", price: "$19/mo", name: "Pro", buttons: [ @@ -130,7 +130,7 @@ export default function LandingPage() { text: "Upgrade to Pro"}, ], features: [ - "All Starter Features", "Analytics Dashboard", "Personal Statement Review"], + "Track unlimited courses", "Deep Analytics Dashboard", "Personal Statement Review"], }, { id: "elite", price: "$29/mo", name: "Elite", buttons: [ @@ -138,7 +138,7 @@ export default function LandingPage() { text: "Get Elite"}, ], features: [ - "All Pro Features", "1-on-1 Mentorship", "Priority Support"], + "Elite Pro Features", "1-on-1 Mentorship", "24/7 Priority Support"], }, ]} title="Simple Pricing" @@ -194,11 +194,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "How does data migration work?", content: "Our migration wizard securely imports your data from spreadsheet templates or manual entry, ensuring total accuracy."}, + id: "q1", title: "Is it safe?", content: "Yes, we use industry-standard encryption for your data."}, { - id: "q2", title: "How long is the trial period?", content: "You get a 14-day free trial with full access to all features so you can evaluate the platform thoroughly before committing."}, + id: "q2", title: "Can I cancel anytime?", content: "Yes, you can cancel your subscription at any time."}, { - id: "q3", title: "Is it for PA students too?", content: "Absolutely, it covers all pre-health tracks including Pre-PA, Pre-Med, and beyond."}, + id: "q3", title: "Is it for PA students too?", content: "Absolutely, it covers all pre-health tracks."}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2dlg7n" mediaAnimation="slide-up" @@ -245,4 +245,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}