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