From 582c26e60500486a94cdee0562b08a7564e3a60d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:20:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff78a5f..60a2358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,9 +111,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "basic", price: "Free", features: ["Search Universities", "Basic Compare"] }, - { id: "pro", price: "$19", features: ["Advanced Analytics", "Priority Support"] }, - { id: "enterprise", price: "Custom", features: ["Personal Consultant", "Direct Enrollment Help"] } + { id: "basic", badge: "Start", subtitle: "For everyone", price: "Free", buttons: [{ text: "Get Started", href: "#" }], features: ["Search Universities", "Basic Compare"] }, + { id: "pro", badge: "Popular", subtitle: "For students", price: "$19", buttons: [{ text: "Upgrade", href: "#" }], features: ["Advanced Analytics", "Priority Support"] }, + { id: "enterprise", badge: "Ultimate", subtitle: "For professionals", price: "Custom", buttons: [{ text: "Contact Us", href: "#" }], features: ["Personal Consultant", "Direct Enrollment Help"] } ]} /> -- 2.49.1