Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-18 14:17:53 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
title="Taksim Turkish Restaurant"
description="Premium Turkish cuisine in the heart of Sharm El Sheikh's Old Market. Fresh organic ingredients, legendary service, and authentic Mediterranean flavors since day one."
background="gradient-bars"
background={{ variant: "gradient-bars" }}
tag="4.9★ Rating • 166+ Reviews"
tagIcon={Star}
tagAnimation="slide-up"
@@ -67,22 +67,22 @@ export default function LandingPage() {
carouselItems={[
{
id: "carousel-1", imageSrc:
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=1", imageAlt: "Taksim Turkish Iskender Kebap"},
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt: "Taksim Turkish Iskender Kebap"},
{
id: "carousel-2", imageSrc:
"http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg?_wi=1", imageAlt: "Traditional Turkish Pide"},
"http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg", imageAlt: "Traditional Turkish Pide"},
{
id: "carousel-3", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg?_wi=1", imageAlt: "Turkish Grilled Specialties"},
"http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg", imageAlt: "Turkish Grilled Specialties"},
{
id: "carousel-4", imageSrc:
"http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg?_wi=1", imageAlt: "Turkish Breakfast Spread"},
"http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg", imageAlt: "Turkish Breakfast Spread"},
{
id: "carousel-5", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg?_wi=1", imageAlt: "Restaurant Interior"},
"http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg", imageAlt: "Restaurant Interior"},
{
id: "carousel-6", imageSrc:
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=2", imageAlt: "Authentic Turkish Cuisine"},
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt: "Authentic Turkish Cuisine"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -104,9 +104,10 @@ export default function LandingPage() {
tag="Women-Owned Business"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg"
imageAlt="Taksim Turkish Restaurant warm hospitality"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
</div>
@@ -124,19 +125,19 @@ export default function LandingPage() {
products={[
{
id: "iskender", name: "Iskender Kebap", price: "₪120 / $6.50", imageSrc:
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=3", imageAlt:
"http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt:
"Taksim Iskender Kebap - sliced lamb over pita with yogurt sauce"},
{
id: "pide", name: "Cheese & Herb Pide", price: "₪95 / $5.20", imageSrc:
"http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg?_wi=2", imageAlt:
"http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg", imageAlt:
"Traditional Turkish Pide with melted cheese and fresh herbs"},
{
id: "grill-platter", name: "Mixed Grill Platter", price: "₪180 / $9.50", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg?_wi=2", imageAlt:
"http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg", imageAlt:
"Turkish grilled lamb, chicken skewers with vegetables"},
{
id: "breakfast", name: "Turkish Breakfast Set", price: "₪85 / $4.50", imageSrc:
"http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg?_wi=2", imageAlt:
"http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg", imageAlt:
"Generous Turkish breakfast with cheese, bread, eggs, honey"},
]}
gridVariant="two-columns-alternating-heights"