Compare commits
36 Commits
version_22
...
version_28
| Author | SHA1 | Date | |
|---|---|---|---|
| 4624d1bb13 | |||
| 74931f7658 | |||
| 20ca31cf80 | |||
| 9b72a12688 | |||
| 86a7c7e7b9 | |||
| 8dfddada44 | |||
| 6e8a943d36 | |||
| d6a045e990 | |||
| b01a3eb5db | |||
| c8e1a39b7c | |||
| ca3cf6b310 | |||
| 963fa50105 | |||
| 027c6add9c | |||
| 327cf74e2c | |||
| bfd3c56842 | |||
| 4977486034 | |||
| 9d2b5af7d4 | |||
| de7e1517d9 | |||
| b30be08bd2 | |||
| adc2d268f5 | |||
| eeb47f4eec | |||
| 52a60b3575 | |||
| ba83a3a890 | |||
| 288476b4b5 | |||
| 7191aac721 | |||
| 17c55ff20e | |||
| 40d7f8fd93 | |||
| c0cb4f2181 | |||
| 867a34c4f5 | |||
| 4b6e34ecc8 | |||
| 91fe931071 | |||
| 648b0514b4 | |||
| a8d8861786 | |||
| cc50c3a8d5 | |||
| 3d6dae8c50 | |||
| f4af00d9a2 |
@@ -49,6 +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: "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" }
|
||||
@@ -100,10 +101,13 @@ 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: "Adana Kebab", price: "$22", variant: "Grilled Lamb", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058561150-8c29osi8.jpg" },
|
||||
{ id: "2", name: "Shish Kebab", price: "$24", variant: "Premium Lamb", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058561151-53fuwd5d.jpg" },
|
||||
{ id: "3", name: "Meze Platter", price: "$18", variant: "Traditional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058561151-o4y3i7t0.jpg" },
|
||||
{ id: "4", name: "Baklava", price: "$12", variant: "Dessert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058561151-tlj8e7y4.jpg" },
|
||||
{ id: "5", name: "Ayran", price: "$6", variant: "Beverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhWNYBnnf49Eeclk6ADmdLtKeG/uploaded-1777058561151-okw9g1w7.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Our Full Menu", href: "#contact" }]}
|
||||
title="Signature Menu"
|
||||
description="Explore our chef-curated selections."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user