From 0e3f28b1dbe0bffe807d5d90f47f17f0120d0722 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 699b1a5..195a3e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient"}} - text="Hungry? Come visit us today in Des Plaines. Open daily 11AM - 10PM." + text="Hungry? Come visit us today in Des Plaines. Open daily 11AM - 9PM." buttons={[ { text: "Get Directions", href: "#"}, @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1