|
|
|
|
@@ -49,9 +49,10 @@ export default function LandingPage() {
|
|
|
|
|
title="Authentic Adana Flavors"
|
|
|
|
|
description="Experience the true essence of traditional Turkish cuisine crafted with passion, premium ingredients, and time-honored recipes."
|
|
|
|
|
tag="Since 1995"
|
|
|
|
|
buttons={[{ text: "Book a Table", href: "#contact" }]}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-kabab-served-with-onion-barberry-tomatoes_141793-797.jpg", imageAlt: "Authentic turkish kebab platter" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg", imageAlt: "Mediterranean dining ambiance" }
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777049337538-yy95fj5v.jpg", imageAlt: "Authentic turkish kebab platter" },
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777049337538-ibhaupe0.jpg", imageAlt: "Mediterranean dining ambiance" }
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
rating={5}
|
|
|
|
|
@@ -104,6 +105,7 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "2", name: "Shish Kebab", price: "$24", variant: "Premium Lamb", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg" },
|
|
|
|
|
{ id: "3", name: "Turkish Meze", price: "$15", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/appetizers-small-sauce-bowls-containing-marinated-foods-olives-cream-cheese_114579-1540.jpg" }
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "View Full Menu", href: "#" }]}
|
|
|
|
|
title="Signature Menu"
|
|
|
|
|
description="Explore our chef-curated selections."
|
|
|
|
|
/>
|
|
|
|
|
@@ -141,7 +143,7 @@ export default function LandingPage() {
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance." },
|
|
|
|
|
{ id: "f1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance. Book via our website or call us at (555) 0123-4567 for same-day requests." },
|
|
|
|
|
{ id: "f2", title: "Are there vegetarian options?", content: "We offer a wide variety of vegetarian mezes." },
|
|
|
|
|
]}
|
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
|
@@ -169,4 +171,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|