Merge version_1 into main #2

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

View File

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