Merge version_6 into main #5
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Where Taste Meets Tradition in Bahrain"
|
||||
description="Experience Chef Steve's latest culinary journey. From our legendary fish and chips to artisanal Turkish eggs, discover the cozy flavors that the island is talking about."
|
||||
buttons={[{ text: "View Menu", href: "#products" }, { text: "Book a Table", href: "#contact" }]}
|
||||
buttons={[{ text: "Browse Our Seasonal Menu", href: "#products" }, { text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg"
|
||||
imageAlt="CHEF Bahrain signature dishes"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -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 located at 123 Culinary Lane, Adliya District. Drop by and spot our sign!" },
|
||||
{ id: "3", title: "Where are you located?", content: "We are located at 123 Culinary Lane, Adliya District, Manama, Bahrain. 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"
|
||||
@@ -176,8 +176,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
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: "Book Your Table Now", href: "tel:+97300000000" }]}
|
||||
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you. Call us: +973 1234 5678"
|
||||
buttons={[{ text: "Book Your Table Now", href: "tel:+97312345678" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#products" }, { label: "Our Story", href: "#about" }, { label: "Reviews", href: "#testimonials" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Call Us", href: "tel:+97300000000" }, { label: "Email", href: "mailto:hello@chefbahrain.bh" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Call Us", href: "tel:+97312345678" }, { label: "Email", href: "mailto:hello@chefbahrain.bh" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
]}
|
||||
logoText="CHEF Bahrain"
|
||||
@@ -194,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user