From caf1ffe8f6d5e103d37673b89440479275aea05a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:39:21 +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 195a3e1..e5705ba 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 - 9PM." + text="Hungry? Visit us at 1234 Miner St, Des Plaines, IL or call us at (847) 555-0199. Open daily 11AM - 9PM." buttons={[ { text: "Get Directions", href: "#"}, -- 2.49.1