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