5 Commits

Author SHA1 Message Date
c4a02708f1 Merge version_2 into main
Merge version_2 into main
2026-04-17 16:33:10 +00:00
903c79a2fa Update src/app/page.tsx 2026-04-17 16:33:07 +00:00
9123a40965 Merge version_2 into main
Merge version_2 into main
2026-04-17 16:32:46 +00:00
d5a95a2338 Update src/app/page.tsx 2026-04-17 16:32:43 +00:00
416d7f3ee1 Merge version_1 into main
Merge version_1 into main
2026-04-17 16:29:22 +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>
@@ -166,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}