Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 19:57:02 +00:00

View File

@@ -61,15 +61,15 @@ export default function LandingPage() {
tag="Digital Innovation"
features={[
{
title: "360° Dining Room View", description: "Virtually walk through our elegant dining space with interactive navigation", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=1", imageAlt: "360 view of elegant dining room", buttonIcon: Zap,
title: "360° Dining Room View", description: "Virtually walk through our elegant dining space with interactive navigation", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "360 view of elegant dining room", buttonIcon: Zap,
buttonHref: "#reserve"
},
{
title: "Live Kitchen Experience", description: "Watch our chefs prepare authentic Lebanese dishes in real-time", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg?_wi=1", imageAlt: "Open kitchen cooking demonstration", buttonIcon: Flame,
title: "Live Kitchen Experience", description: "Watch our chefs prepare authentic Lebanese dishes in real-time", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg", imageAlt: "Open kitchen cooking demonstration", buttonIcon: Flame,
buttonHref: "#menu"
},
{
title: "Courtyard Ambiance", description: "Discover our Mediterranean courtyard with traditional hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-delight-with-black-tea-with-lemon_141793-2197.jpg?_wi=1", imageAlt: "Traditional courtyard dining", buttonIcon: TreePine,
title: "Courtyard Ambiance", description: "Discover our Mediterranean courtyard with traditional hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-delight-with-black-tea-with-lemon_141793-2197.jpg", imageAlt: "Traditional courtyard dining", buttonIcon: TreePine,
buttonHref: "#reserve"
},
{
@@ -95,7 +95,7 @@ export default function LandingPage() {
id: "grilled", name: "Charcoal Grilled Lamb Kebab", price: "Starting at $32", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-chicken-shawarma-flatbread-served-with-fries-sauces-yogurt-pickles_141793-2200.jpg", imageAlt: "Traditional wood-fired lamb kebab", initialQuantity: 1
},
{
id: "dessert", name: "Traditional Kunafa & Baklava", price: "Starting at $12", imageSrc: "http://img.b2bpic.net/free-photo/pastry-near-books-lantern_23-2147869016.jpg?_wi=1", imageAlt: "Authentic Lebanese desserts", initialQuantity: 1
id: "dessert", name: "Traditional Kunafa & Baklava", price: "Starting at $12", imageSrc: "http://img.b2bpic.net/free-photo/pastry-near-books-lantern_23-2147869016.jpg", imageAlt: "Authentic Lebanese desserts", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"
@@ -112,16 +112,16 @@ export default function LandingPage() {
tag="Our Culinary Family"
members={[
{
id: "1", name: "Chef Karim Al-Rashid", role: "Executive Chef & Founder", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg?_wi=2", imageAlt: "Chef Karim Al-Rashid in kitchen"
id: "1", name: "Chef Karim Al-Rashid", role: "Executive Chef & Founder", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-uniform-garnishes-dish-with-herbs-leaves-spices_482257-124611.jpg", imageAlt: "Chef Karim Al-Rashid in kitchen"
},
{
id: "2", name: "Layla Mansour", role: "Head Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/pastry-near-books-lantern_23-2147869016.jpg?_wi=2", imageAlt: "Pastry Chef Layla Mansour"
id: "2", name: "Layla Mansour", role: "Head Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/pastry-near-books-lantern_23-2147869016.jpg", imageAlt: "Pastry Chef Layla Mansour"
},
{
id: "3", name: "Fadi Khalil", role: "Sommelier & Wine Director", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=2", imageAlt: "Sommelier Fadi Khalil"
id: "3", name: "Fadi Khalil", role: "Sommelier & Wine Director", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Sommelier Fadi Khalil"
},
{
id: "4", name: "Maha Zahra", role: "Director of Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-delight-with-black-tea-with-lemon_141793-2197.jpg?_wi=2", imageAlt: "Hospitality Director Maha Zahra"
id: "4", name: "Maha Zahra", role: "Director of Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-delight-with-black-tea-with-lemon_141793-2197.jpg", imageAlt: "Hospitality Director Maha Zahra"
}
]}
gridVariant="uniform-all-items-equal"
@@ -173,6 +173,7 @@ export default function LandingPage() {
id: "2", value: "94%", description: "Guest satisfaction rate - customers love the immersive 3D experience and authentic cuisine"
}
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>