6 Commits

Author SHA1 Message Date
20ca31cf80 Update src/app/page.tsx 2026-04-24 19:17:28 +00:00
9b72a12688 Merge version_26 into main
Merge version_26 into main
2026-04-24 19:16:12 +00:00
86a7c7e7b9 Update src/app/page.tsx 2026-04-24 19:16:09 +00:00
8dfddada44 Merge version_25 into main
Merge version_25 into main
2026-04-24 19:14:20 +00:00
6e8a943d36 Update src/app/page.tsx 2026-04-24 19:14:14 +00:00
d6a045e990 Merge version_24 into main
Merge version_24 into main
2026-04-24 19:08:27 +00:00

View File

@@ -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" }
@@ -105,7 +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: "#" }]}
buttons={[{ text: "Explore Our Full Menu", href: "#contact" }]}
title="Signature Menu"
description="Explore our chef-curated selections."
/>
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}