diff --git a/src/app/page.tsx b/src/app/page.tsx index a97394f..c23de6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,13 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - id: "signature", title: "Signature Plate", description: "Our acclaimed dish featuring seasonal vegetables, premium proteins, and house-made sauces that define our culinary identity.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg", imageAlt: "Signature restaurant dish with artistic plating" + id: "signature", title: "Signature Plate", description: "Our acclaimed dish featuring seasonal vegetables, premium proteins, and house-made sauces that define our culinary identity.", tag: "Bestseller", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg?_wi=1", imageAlt: "Signature restaurant dish with artistic plating" }, { - id: "appetizer", title: "Artisanal Appetizers", description: "Delicate small plates crafted to awaken the palate. Creative combinations of local ingredients prepared with meticulous attention to detail.", tag: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg", imageAlt: "Gourmet appetizer with fine plating" + id: "appetizer", title: "Artisanal Appetizers", description: "Delicate small plates crafted to awaken the palate. Creative combinations of local ingredients prepared with meticulous attention to detail.", tag: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg?_wi=1", imageAlt: "Gourmet appetizer with fine plating" }, { - id: "dessert", title: "Sweet Finales", description: "Chef's dessert creations that blend classic techniques with contemporary flair. The perfect conclusion to your dining experience.", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/fish-stew-creamy-sauce-tomato-parsley-plate-knife-fork-light-wooden-table_114579-3.jpg", imageAlt: "Elegant dessert plate with artistic garnish" + id: "dessert", title: "Sweet Finales", description: "Chef's dessert creations that blend classic techniques with contemporary flair. The perfect conclusion to your dining experience.", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/fish-stew-creamy-sauce-tomato-parsley-plate-knife-fork-light-wooden-table_114579-3.jpg?_wi=1", imageAlt: "Elegant dessert plate with artistic garnish" } ]} ariaLabel="Culinary specialties section" @@ -109,13 +109,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "grilled-salmon", name: "Grilled Atlantic Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg", imageAlt: "Perfectly grilled salmon with seasonal vegetables" + id: "grilled-salmon", name: "Grilled Atlantic Salmon", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-food-inside-kitchen-food-meal-fry-cook_140725-26010.jpg?_wi=2", imageAlt: "Perfectly grilled salmon with seasonal vegetables" }, { - id: "herb-crusted-lamb", name: "Herb-Crusted Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg", imageAlt: "Herb-crusted lamb chops with premium garnish" + id: "herb-crusted-lamb", name: "Herb-Crusted Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-beautiful-colorful-dessert_1262-20027.jpg?_wi=2", imageAlt: "Herb-crusted lamb chops with premium garnish" }, { - id: "chocolate-decadence", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/fish-stew-creamy-sauce-tomato-parsley-plate-knife-fork-light-wooden-table_114579-3.jpg", imageAlt: "Luxurious chocolate dessert creation" + id: "chocolate-decadence", name: "Chocolate Decadence", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/fish-stew-creamy-sauce-tomato-parsley-plate-knife-fork-light-wooden-table_114579-3.jpg?_wi=2", imageAlt: "Luxurious chocolate dessert creation" } ]} ariaLabel="Featured menu items section"