Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 876f5cb767 | |||
| a465f2ff5c | |||
| 8feaaffb4e | |||
| 9760755fb8 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user