Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-04 16:20:52 +00:00

View File

@@ -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"] }
]}
/>
</div>