From f64ba8282df16ee41b5388ae81ea462a80701d60 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:19:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"] } ]} /> -- 2.49.1