Compare commits
10 Commits
version_24
...
version_29
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ad98935c1 | |||
| 920bc4f22d | |||
| 4624d1bb13 | |||
| 74931f7658 | |||
| 20ca31cf80 | |||
| 9b72a12688 | |||
| 86a7c7e7b9 | |||
| 8dfddada44 | |||
| 6e8a943d36 | |||
| d6a045e990 |
@@ -49,7 +49,7 @@ 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" }]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ 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" }
|
||||
@@ -101,13 +101,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Adana Kebab", price: "$22", variant: "Grilled Lamb", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-with-herbs-black-olives-tomato_114579-4631.jpg" },
|
||||
{ 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" }
|
||||
{ id: "1", name: "Signature Dish 1", price: "$22", variant: "Chef Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058776282-xf9ljla3.jpg" },
|
||||
{ id: "2", name: "Signature Dish 2", price: "$24", variant: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058776282-kuxip09j.jpg" },
|
||||
{ id: "3", name: "Signature Dish 3", price: "$18", variant: "Traditional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058776282-1lfv9334.jpg" },
|
||||
{ id: "4", name: "Signature Dish 4", price: "$12", variant: "Dessert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058776282-gey36rod.jpg" },
|
||||
{ id: "5", name: "Signature Dish 5", price: "$6", variant: "Special", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058776282-yr9eie47.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "#" }]}
|
||||
buttons={[{ text: "Explore Our Full Menu", href: "#contact" }]}
|
||||
title="Signature Menu"
|
||||
description="Explore our chef-curated selections."
|
||||
description="Explore our latest chef-curated selections."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user