Update src/app/page.tsx

This commit is contained in:
2026-03-07 19:55:42 +00:00
parent adce81956d
commit 311d193c2a

View File

@@ -65,11 +65,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Khalil", handle: "Food Critic", testimonial: "The most authentic Lebanese dining experience I've had in years!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg?_wi=1"
},
{
name: "Marcus Reid", handle: "Restaurant Enthusiast", testimonial: "Every dish tells a story of tradition and excellence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=1"
},
]}
testimonialRotationInterval={5000}
@@ -104,16 +104,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Mixed Mezze Platter", price: "$24.99", variant: "Hummus, Baba Ghanoush, Tabbouleh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg", imageAlt: "Mixed Mezze"
id: "1", name: "Mixed Mezze Platter", price: "$24.99", variant: "Hummus, Baba Ghanoush, Tabbouleh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg?_wi=1", imageAlt: "Mixed Mezze"
},
{
id: "2", name: "Premium Shawarma", price: "$18.99", variant: "Beef or Chicken, Tahini Sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg", imageAlt: "Shawarma Specialty"
id: "2", name: "Premium Shawarma", price: "$18.99", variant: "Beef or Chicken, Tahini Sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg?_wi=1", imageAlt: "Shawarma Specialty"
},
{
id: "3", name: "Fresh Tabbouleh Salad", price: "$14.99", variant: "Parsley, Tomato, Bulgur, Lemon", imageSrc: "http://img.b2bpic.net/free-photo/side-view-capital-salad-lettuce-board_140725-13923.jpg", imageAlt: "Tabbouleh Salad"
id: "3", name: "Fresh Tabbouleh Salad", price: "$14.99", variant: "Parsley, Tomato, Bulgur, Lemon", imageSrc: "http://img.b2bpic.net/free-photo/side-view-capital-salad-lettuce-board_140725-13923.jpg?_wi=1", imageAlt: "Tabbouleh Salad"
},
{
id: "4", name: "Fattoush Garden Salad", price: "$15.99", variant: "Mixed Greens, Pita Chips, Tahini", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-7345.jpg", imageAlt: "Fattoush Salad"
id: "4", name: "Fattoush Garden Salad", price: "$15.99", variant: "Mixed Greens, Pita Chips, Tahini", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-7345.jpg?_wi=1", imageAlt: "Fattoush Salad"
},
]}
gridVariant="uniform-all-items-equal"
@@ -134,27 +134,27 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
features={[
{
title: "Cold Mezze", description: "Traditional Lebanese appetizers served cold with olive oil and fresh herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg", imageAlt: "Cold Mezze Selection", buttonIcon: ArrowRight,
title: "Cold Mezze", description: "Traditional Lebanese appetizers served cold with olive oil and fresh herbs", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg?_wi=2", imageAlt: "Cold Mezze Selection", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Hot Mezze", description: "Warm appetizers including fried cheese and roasted vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg", imageAlt: "Hot Mezze Specialties", buttonIcon: ArrowRight,
title: "Hot Mezze", description: "Warm appetizers including fried cheese and roasted vegetables", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg?_wi=2", imageAlt: "Hot Mezze Specialties", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Grilled Specialties", description: "Charcoal-grilled meats seasoned with traditional spices and marinades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-capital-salad-lettuce-board_140725-13923.jpg", imageAlt: "Grilled Selection", buttonIcon: ArrowRight,
title: "Grilled Specialties", description: "Charcoal-grilled meats seasoned with traditional spices and marinades", imageSrc: "http://img.b2bpic.net/free-photo/side-view-capital-salad-lettuce-board_140725-13923.jpg?_wi=2", imageAlt: "Grilled Selection", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Fresh Salads", description: "Vibrant salads featuring crisp vegetables and authentic dressings", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-7345.jpg", imageAlt: "Fresh Salad Options", buttonIcon: ArrowRight,
title: "Fresh Salads", description: "Vibrant salads featuring crisp vegetables and authentic dressings", imageSrc: "http://img.b2bpic.net/free-photo/greek-salad-table_140725-7345.jpg?_wi=2", imageAlt: "Fresh Salad Options", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Desserts & Pastries", description: "Sweet treats including baklava, knafeh, and traditional Lebanese sweets", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg", imageAlt: "Dessert Selection", buttonIcon: ArrowRight,
title: "Desserts & Pastries", description: "Sweet treats including baklava, knafeh, and traditional Lebanese sweets", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hummus-with-different-vegetables_23-2148562748.jpg?_wi=3", imageAlt: "Dessert Selection", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Beverages", description: "Traditional drinks including fresh juices, coffee, and Lebanese tea", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg", imageAlt: "Beverage Collection", buttonIcon: ArrowRight,
title: "Beverages", description: "Traditional drinks including fresh juices, coffee, and Lebanese tea", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk-sandwich-burger-meal-lunch-meat-photo_140725-64957.jpg?_wi=3", imageAlt: "Beverage Collection", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
]}
@@ -173,16 +173,16 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Layla Mansour", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"
id: "1", name: "Layla Mansour", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg?_wi=2"
},
{
id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2"
},
{
id: "3", name: "Amira Saab", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"
},
{
id: "4", name: "Rashid Hayek", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
id: "4", name: "Rashid Hayek", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=3"
},
{
id: "5", name: "Nadia Zahab", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg"