Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fb016de00 | |||
| 112dbf1830 |
@@ -96,10 +96,11 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={false}
|
||||
title="Simple Enrollment"
|
||||
description="Flexible plans to suit your family's needs."
|
||||
buttons={[{ text: "Schedule a Consult", href: "/contact" }]}
|
||||
plans={[
|
||||
{ id: "pt1", badge: "Part-Time", price: "$800/mo", subtitle: "Mornings or Afternoons", features: ["3 days/week", "Organic snacks", "Safe care"] },
|
||||
{ id: "pt2", badge: "Full-Time", price: "$1200/mo", subtitle: "Comprehensive care", features: ["5 days/week", "Organic meals", "Daily reports", "Educational curriculum"] },
|
||||
|
||||
Reference in New Issue
Block a user