Merge version_1 into main #2
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Table", href: "#contact"}}
|
||||
text: "Reserve Table", href: "#contact"
|
||||
}}
|
||||
className="floating-navbar"
|
||||
buttonClassName="reserve-button"
|
||||
/>
|
||||
@@ -64,10 +65,12 @@ 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?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"
|
||||
},
|
||||
{
|
||||
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?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
/>
|
||||
@@ -101,13 +104,17 @@ export default function LandingPage() {
|
||||
tagAnimation="entrance-slide"
|
||||
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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Fattoush Salad"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -127,23 +134,29 @@ 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?_wi=2", imageAlt: "Cold Mezze Selection", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
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,
|
||||
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?_wi=2", imageAlt: "Hot Mezze Specialties", 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,
|
||||
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?_wi=2", imageAlt: "Grilled Selection", 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,
|
||||
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?_wi=2", imageAlt: "Fresh Salad Options", 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,
|
||||
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?_wi=3", imageAlt: "Dessert Selection", 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,
|
||||
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?_wi=3", imageAlt: "Beverage Collection", 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,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -160,17 +173,23 @@ 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?_wi=2"},
|
||||
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: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2"},
|
||||
id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amira Saab", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
|
||||
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?_wi=3"},
|
||||
id: "4", name: "Rashid Hayek", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Nadia Zahab", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg"},
|
||||
id: "5", name: "Nadia Zahab", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ali Wazzan", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-glasses-white-shirt-pants-looking-handsome_176474-17167.jpg"},
|
||||
id: "6", name: "Ali Wazzan", imageSrc: "http://img.b2bpic.net/free-photo/young-male-holding-glasses-white-shirt-pants-looking-handsome_176474-17167.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,10 +201,12 @@ export default function LandingPage() {
|
||||
tag="Certified Excellence"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
names=[
|
||||
"Culinary Excellence Award", "Authentic Cuisine Certification", "Five-Star Dining Recognition", "Fresh Ingredients Quality Seal", "Sustainable Restaurant Award", "Family Favorite Award", "Innovation in Cuisine Award"]
|
||||
names={[
|
||||
"Culinary Excellence Award", "Authentic Cuisine Certification", "Five-Star Dining Recognition", "Fresh Ingredients Quality Seal", "Sustainable Restaurant Award", "Family Favorite Award", "Innovation in Cuisine Award"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/best-brand-golden-luxury-label_1017-8434.jpg", "http://img.b2bpic.net/free-vector/gradient-hecho-en-mexico-label-collection_23-2150173842.jpg", "http://img.b2bpic.net/free-vector/pack-four-premium-golden-stickers_23-2147630735.jpg", "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg", "http://img.b2bpic.net/free-vector/one-hundred-percent-natural-badge-pack_23-2148711506.jpg", "http://img.b2bpic.net/free-vector/labels-independence-day-india_23-2147660376.jpg", "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-garlic-oil-dark-background_179666-17432.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/best-brand-golden-luxury-label_1017-8434.jpg", "http://img.b2bpic.net/free-vector/gradient-hecho-en-mexico-label-collection_23-2150173842.jpg", "http://img.b2bpic.net/free-vector/pack-four-premium-golden-stickers_23-2147630735.jpg", "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg", "http://img.b2bpic.net/free-vector/one-hundred-percent-natural-badge-pack_23-2148711506.jpg", "http://img.b2bpic.net/free-vector/labels-independence-day-india_23-2147660376.jpg", "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-garlic-oil-dark-background_179666-17432.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user