5 Commits

Author SHA1 Message Date
7b2c468c3e Merge version_4 into main
Merge version_4 into main
2026-04-15 20:18:58 +00:00
876f5cb767 Update src/app/page.tsx 2026-04-15 20:18:52 +00:00
a465f2ff5c Merge version_3 into main
Merge version_3 into main
2026-04-15 20:17:45 +00:00
8feaaffb4e Update src/app/page.tsx 2026-04-15 20:17:42 +00:00
9760755fb8 Merge version_2 into main
Merge version_2 into main
2026-04-15 20:16:44 +00:00

View File

@@ -122,15 +122,15 @@ export default function LandingPage() {
text: "Start Free Trial"}, text: "Start Free Trial"},
], ],
features: [ features: [
"Basic GPA Tracker", "Application Checklist", "Community Access"], "Track 50+ courses", "Application Checklist", "Community Access"],
}, },
{ {
id: "pro", price: "$19/mo", name: "Pro", buttons: [ id: "pro", price: "$19/mo", name: "Pro", badge: "Most Popular", buttons: [
{ {
text: "Upgrade to Pro"}, text: "Upgrade to Pro"},
], ],
features: [ 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: [ id: "elite", price: "$29/mo", name: "Elite", buttons: [
@@ -138,7 +138,7 @@ export default function LandingPage() {
text: "Get Elite"}, text: "Get Elite"},
], ],
features: [ features: [
"All Pro Features", "1-on-1 Mentorship", "Priority Support"], "Elite Pro Features", "1-on-1 Mentorship", "24/7 Priority Support"],
}, },
]} ]}
title="Simple Pricing" title="Simple Pricing"
@@ -194,11 +194,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2dlg7n"
mediaAnimation="slide-up" mediaAnimation="slide-up"