diff --git a/src/app/page.tsx b/src/app/page.tsx index 62b3805..ae77620 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Programs", id: "/programs"}, { - name: "Rates", id: "/rates"}, + name: "Rates", id: "/rates-enrollment"}, { name: "Gallery", id: "/gallery"}, { @@ -209,20 +209,20 @@ export default function LandingPage() { plans={[ { id: "full-time", tag: "Daily Care", price: "$XXX", period: "/month", description: "Comprehensive full-day care for consistent support.", button: { - text: "Inquire Now", href: "/contact"}, + text: "Inquire Now", href: "/rates-enrollment"}, featuresTitle: "Includes:", features: [ "Monday-Friday, 7:00 AM - 5:00 PM", "All meals & snacks", "Structured activities", "Outdoor playtime"], }, { id: "part-time", tag: "Flexible", tagIcon: Sparkles, price: "$YYY", period: "/month", description: "Part-time options tailored to your family's schedule.", button: { - text: "Inquire Now", href: "/contact"}, + text: "Inquire Now", href: "/rates-enrollment"}, featuresTitle: "Includes:", features: [ "Minimum 3 full days/week", "Meals & snacks on care days", "Engaging activities", "Flexible scheduling"], }, { id: "drop-in", tag: "As Needed", price: "$ZZZ", period: "/day", description: "Occasional care for those days when you need extra support.", button: { - text: "Inquire Now", href: "/contact"}, + text: "Inquire Now", href: "/rates-enrollment"}, featuresTitle: "Includes:", features: [ "Subject to availability", "Meals & snacks on care day", "Full day of activities", "Advance booking required"], }, @@ -359,7 +359,7 @@ export default function LandingPage() { { title: "Resources", items: [ { - label: "Rates & Enrollment", href: "/rates"}, + label: "Rates & Enrollment", href: "/rates-enrollment"}, { label: "Gallery", href: "/gallery"}, {