From 76fc5cd09289b805cb5e89ecb3f7a615108a4637 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:14:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f331a4..62b3805 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,7 +211,7 @@ export default function LandingPage() { id: "full-time", tag: "Daily Care", price: "$XXX", period: "/month", description: "Comprehensive full-day care for consistent support.", button: { text: "Inquire Now", href: "/contact"}, featuresTitle: "Includes:", features: [ - "Monday-Friday, 7:30 AM - 5:30 PM", "All meals & snacks", "Structured activities", "Outdoor playtime"], + "Monday-Friday, 7:00 AM - 5:00 PM", "All meals & snacks", "Structured activities", "Outdoor playtime"], }, { id: "part-time", tag: "Flexible", tagIcon: Sparkles, -- 2.49.1