Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1819ff02c9 | |||
| 5c9b9752d4 | |||
| e382917a2c | |||
| 4c8f03eb83 | |||
| 904b5ea08a | |||
| aa4d8ee2c9 |
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "Is the restaurant kid-friendly?", content: "Absolutely! We have a dedicated book selection, child-friendly menu items, and plenty of space for families." },
|
||||
{ id: "2", title: "Do you offer vegetarian options?", content: "Yes, we prioritize fresh vegetables and have several delicious vegetarian-friendly dishes on our menu." },
|
||||
{ id: "3", title: "Where are you located?", content: "We are conveniently located in the heart of the community—drop by and spot our sign!" },
|
||||
{ id: "3", title: "Where are you located?", content: "We are located at 123 Culinary Lane, Adliya District. Drop by and spot our sign!" },
|
||||
{ id: "4", title: "Do you take reservations?", content: "We love welcoming walk-ins, but feel free to call ahead for larger family gatherings." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Ready for a Culinary Treat?"
|
||||
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you."
|
||||
buttons={[{ text: "Call to Reserve", href: "tel:+97300000000" }]}
|
||||
buttons={[{ text: "Book Your Table Now", href: "tel:+97300000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -194,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user