diff --git a/src/app/page.tsx b/src/app/page.tsx index 458c4ce..84f4341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,20 +82,20 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "Essential", price: "$29/mo", subtitle: "For individuals", features: [ - "Task Automation", "Basic Analytics", "Email Support"], + id: "student", badge: "Accessible", price: "$0 (Waiver)", subtitle: "For international students", features: [ + "Fee Waiver Assistance", "Basic Automation", "Email Support"], }, { - id: "pro", badge: "Popular", price: "$79/mo", subtitle: "For teams", features: [ - "All Basic Features", "Advanced Data Tools", "24/7 Priority Support"], + id: "researcher", badge: "Popular", price: "$49/mo", subtitle: "For academic researchers", features: [ + "Fee Waiver Access", "Advanced Data Tools", "Priority Support"], }, { - id: "enterprise", badge: "Custom", price: "Contact Us", subtitle: "For scale", features: [ - "Unlimited Automation", "Dedicated Account Manager", "Custom Security"], + id: "institution", badge: "Custom", price: "Inquire", subtitle: "For university departments", features: [ + "Unlimited Waivers", "Dedicated Advisor", "Global Compliance"], }, ]} - title="Flexible Plans" - description="Choose the plan that suits your needs best." + title="Fee Waiver Plans" + description="Select the right assistance package for your international education journey." /> @@ -107,41 +107,35 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "@schen", testimonial: "This AI assistant changed the way I work completely.", rating: 5, + id: "1", name: "Amara Okafor", handle: "@amara_o", testimonial: "The fee waiver program made it possible for me to apply to my dream school without financial stress.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png?_wi=1"}, { - id: "2", name: "Mark Wilson", handle: "@mwilson", testimonial: "Incredibly smart and intuitive. A must-have tool.", rating: 5, + id: "2", name: "Hiroshi Tanaka", handle: "@hiroshi_t", testimonial: "Clear guidance on waivers and super responsive support. Truly helped my international transition.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-young-software-engineer-hi-1774704710798-8962d1c9.png"}, { - id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fast and reliable. Best AI I've used so far.", rating: 5, + id: "3", name: "Fatima Zahra", handle: "@fatima_z", testimonial: "Excellent resource for students. I saved so much on application fees using their portal.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-cto-modern-tech-company-mi-1774704712696-8b6a6c97.png"}, - { - id: "4", name: "David Kim", handle: "@dkim", testimonial: "Simplified my workflow by at least 50%.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-lead-developer-dark-aesthe-1774704711125-39b94786.png"}, - { - id: "5", name: "James Foster", handle: "@jfoster", testimonial: "The automation features are absolutely stellar. Highly recommended.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZlhHjwVzB7wJrufMsqAqByFzr/portrait-of-a-tech-lead-professional-cle-1774704710769-0af8e7f7.png?_wi=2"}, ]} - title="Trusted by Professionals" - description="See what our users are saying about our AI assistant." + title="International Success Stories" + description="Hear from students who successfully secured fee waivers using our platform." />