Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 16:32:46 +00:00

View File

@@ -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" },
]}
/>
</div>
@@ -167,3 +167,8 @@ export default function LandingPage() {
</ThemeProvider>
);
}
"
}
],
"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."
}