diff --git a/src/app/page.tsx b/src/app/page.tsx index c930e56..9f0260c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,12 +110,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Choose Your Plan" - description="Select the perfect plan to boost your university application journey." plans={[ - { id: "basic", title: "Basic", price: "Free", features: ["Search Universities", "Basic Compare"] }, - { id: "pro", title: "Pro", price: "$19", features: ["Advanced Analytics", "Priority Support"] }, - { id: "enterprise", title: "Enterprise", price: "Custom", features: ["Personal Consultant", "Direct Enrollment Help"] } + { id: "basic", name: "Basic", price: "Free", features: ["Search Universities", "Basic Compare"] }, + { id: "pro", name: "Pro", price: "$19", features: ["Advanced Analytics", "Priority Support"] }, + { id: "enterprise", name: "Enterprise", price: "Custom", features: ["Personal Consultant", "Direct Enrollment Help"] } ]} />