diff --git a/src/app/page.tsx b/src/app/page.tsx index af1662d..8d61de1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/overhead-view-farfalle-pasta-with-cheese-olive-tablecloth_23-2147925964.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/overhead-view-farfalle-pasta-with-cheese-olive-tablecloth_23-2147925964.jpg" imageAlt="Authentic Italian pasta dish at Bamboleila" mediaAnimation="blur-reveal" /> @@ -104,15 +104,15 @@ export default function LandingPage() { 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?_wi=1", imageAlt: "Seasonal risotto creation" + 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?_wi=1", imageAlt: "Bruschetta paired with wine" + 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?_wi=1", imageAlt: "Chef preparing custom dishes" + imageSrc: "http://img.b2bpic.net/free-photo/baker-mixing-dough-bakery-tools_23-2148302909.jpg", imageAlt: "Chef preparing custom dishes" } ]} /> @@ -131,22 +131,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "pasta-carbonara", name: "Spaghetti Carbonara", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-farfalle-pasta-with-cheese-olive-tablecloth_23-2147925964.jpg?_wi=2", imageAlt: "Classic spaghetti carbonara" + id: "pasta-carbonara", name: "Spaghetti Carbonara", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-farfalle-pasta-with-cheese-olive-tablecloth_23-2147925964.jpg", imageAlt: "Classic spaghetti carbonara" }, { - id: "risotto-milanese", name: "Risotto alla Milanese", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-finely-chopped-white-cheese_141793-321.jpg?_wi=1", imageAlt: "Creamy risotto alla milanese" + id: "risotto-milanese", name: "Risotto alla Milanese", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-finely-chopped-white-cheese_141793-321.jpg", imageAlt: "Creamy risotto alla milanese" }, { - id: "bruschetta-trio", name: "Bruschetta Trio", price: "$14", 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?_wi=2", imageAlt: "Three varieties of bruschetta" + id: "bruschetta-trio", name: "Bruschetta Trio", price: "$14", 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: "Three varieties of bruschetta" }, { - id: "osso-buco", name: "Osso Buco", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-finely-chopped-white-cheese_141793-321.jpg?_wi=2", imageAlt: "Braised veal osso buco" + id: "osso-buco", name: "Osso Buco", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/mushrooms-sour-cream-with-finely-chopped-white-cheese_141793-321.jpg", imageAlt: "Braised veal osso buco" }, { - id: "tiramisu", name: "Tiramisu Classico", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-nougats-plate_52683-93410.jpg?_wi=1", imageAlt: "Traditional tiramisu" + id: "tiramisu", name: "Tiramisu Classico", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-nougats-plate_52683-93410.jpg", imageAlt: "Traditional tiramisu" }, { - id: "panna-cotta-special", name: "Panna Cotta ai Frutti", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/creamy-dessert-topped-with-mixed-berries_140725-3739.jpg?_wi=1", imageAlt: "Panna cotta with fresh berries" + id: "panna-cotta-special", name: "Panna Cotta ai Frutti", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/creamy-dessert-topped-with-mixed-berries_140725-3739.jpg", imageAlt: "Panna cotta with fresh berries" } ]} /> @@ -154,29 +154,29 @@ export default function LandingPage() {
@@ -209,7 +209,7 @@ export default function LandingPage() { id: "faq-5", title: "Can we host private events?", content: "Yes, Bamboleila is perfect for celebrations, corporate dinners, and special events. We offer customized menus and can accommodate groups of various sizes." }, { - id: "faq-6", title: "What are your operating hours?", content: "We're open Tuesday through Thursday from 5 PM to 10 PM, Friday and Saturday from 5 PM to 11 PM, and Sunday from 5 PM to 9 PM. We're closed on Mondays." + id: "faq-6", title: "What are your operating hours?", content: "We are open Tuesday through Thursday from 5 PM to 10 PM, Friday and Saturday from 5 PM to 11 PM, and Sunday from 5 PM to 9 PM. We are closed on Mondays." } ]} />