Merge version_1 into main #3
@@ -111,9 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ 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"] }
|
||||
{ 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"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user