Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 16:05:06 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
description="At Bamboleila, we believe that great food begins with great ingredients and ends with unforgettable memories. Our chefs bring generations of Italian culinary wisdom to every dish, creating an authentic dining experience that transports you straight to the heart of Italy."
tag="Our Story"
tagIcon={Heart}
tagAnimation="fade"
tagAnimation="slide-up"
bulletPoints={[
{
title: "Authentic Recipes", description: "Traditional Italian recipes passed down through generations, prepared with respect for heritage and innovation for taste.", icon: Flame
@@ -103,16 +103,13 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "feature-1", title: "Seasonal Menus", author: "Chef Selection", description: "Our menu evolves with the seasons, featuring the freshest ingredients and inspiring new culinary creations.", tags: ["Fresh", "Seasonal", "Inspired"],
imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-isolated-white-background_123827-34513.jpg", imageAlt: "Seasonal risotto creation"
id: "feature-1", title: "Seasonal Menus", author: "Chef Selection", description: "Our menu evolves with the seasons, featuring the freshest ingredients and inspiring new culinary creations.", tags: ["Fresh", "Seasonal", "Inspired"], imageSrc: "http://img.b2bpic.net/free-photo/cauliflower-soup-isolated-white-background_123827-34513.jpg", imageAlt: "Seasonal risotto creation"
},
{
id: "feature-2", title: "Wine Selection", author: "Sommelier Curated", description: "Explore our handpicked collection of Italian wines that perfectly complement our dishes and enhance your dining experience.", tags: ["Wine", "Italian", "Curated"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwiches-with-peppers-olives-cutting-board-white-background-lunch-food-sandwich-meal-burger-bread-toast_140725-156333.jpg", imageAlt: "Bruschetta paired with wine"
id: "feature-2", title: "Wine Selection", author: "Sommelier Curated", description: "Explore our handpicked collection of Italian wines that perfectly complement our dishes and enhance your dining experience.", tags: ["Wine", "Italian", "Curated"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-sandwiches-with-peppers-olives-cutting-board-white-background-lunch-food-sandwich-meal-burger-bread-toast_140725-156333.jpg", imageAlt: "Bruschetta paired with wine"
},
{
id: "feature-3", title: "Private Events", author: "Custom Catering", description: "Celebrate special moments at Bamboleila with customized menus and private dining spaces perfect for any occasion.", tags: ["Events", "Catering", "Celebrations"],
imageSrc: "http://img.b2bpic.net/free-photo/baker-mixing-dough-bakery-tools_23-2148302909.jpg", imageAlt: "Chef preparing custom dishes"
id: "feature-3", title: "Private Events", author: "Custom Catering", description: "Celebrate special moments at Bamboleila with customized menus and private dining spaces perfect for any occasion.", tags: ["Events", "Catering", "Celebrations"], imageSrc: "http://img.b2bpic.net/free-photo/baker-mixing-dough-bakery-tools_23-2148302909.jpg", imageAlt: "Chef preparing custom dishes"
}
]}
/>