From 977f3ca77706fbc3b80e99ea9dd7e8e4f67d8354 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:43:31 +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 7eaa403..fae76cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Get in touch" title="Visit Us Today" - description="We are located in the heart of the city. Come enjoy an authentic experience with us." + description="We are located in the heart of the city at 123 Pizza Lane. Open daily from 11:00 AM to 10:00 PM. Come enjoy an authentic experience with us." buttons={[ { text: "Call to Reserve", href: "tel:+1234567890" }, { text: "Get Directions", href: "#" }, @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1