Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 903c79a2fa | |||
| d5a95a2338 | |||
| 416d7f3ee1 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user