Merge version_1 into main #4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user