From d5a95a233826318401a59671db1a545bae0ced77 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:32:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8acce7a..630cefa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,7 +121,7 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Do you offer takeout?", content: "Yes, we offer both takeout and dine-in options for your convenience." }, { id: "q2", title: "What are your hours?", content: "We are open daily from 11:30 AM to 10:00 PM." }, - { id: "q3", title: "Where are you located?", content: "We are located at 6000 Medlock Bridge Parkway, STE F200, Johns Creek, GA." }, + { id: "q3", title: "Where are you located?", content: "We are located at 6000 Medlock Bridge Pkwy Ste F200, Johns Creek, GA." }, ]} sideTitle="Frequently Asked Questions" sideDescription="Need more information about CHUCHAT? We're here to help." @@ -135,10 +135,10 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Visit Us" title="Come Say Hi" - description="We're located in Johns Creek. Come visit us for a drink and a bite today!" + description="We're located at 6000 Medlock Bridge Pkwy Ste F200, Johns Creek, GA. Come visit us for a drink and a bite today!" buttons={[ { text: "Call Us", href: "tel:+17706098099" }, - { text: "Get Directions", href: "https://maps.google.com" }, + { text: "Get Directions", href: "https://maps.google.com/?q=6000+Medlock+Bridge+Pkwy+Ste+F200+Johns+Creek+GA" }, ]} /> @@ -167,3 +167,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "I have updated the location details across the FAQ and contact sections to match the provided address, ensuring clear information for visitors. Navigation links remain optimized for the current page sections." +} \ No newline at end of file -- 2.49.1