diff --git a/src/app/page.tsx b/src/app/page.tsx index 09692de..689c699 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Appetizers", title: "Antipasti Selections", subtitle: "Traditional Italian starters", description: "Begin your meal with our carefully curated selection of antipasti, featuring cured meats, aged cheeses, marinated vegetables, and house-made breads. Each piece is sourced from trusted Italian producers and prepared with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Antipasti platter", buttons: [{ text: "View Appetizers", href: "#" }] + tag: "Appetizers", title: "Antipasti Selections", subtitle: "Traditional Italian starters", description: "Begin your meal with our carefully curated selection of antipasti, featuring cured meats, aged cheeses, marinated vegetables, and house-made breads. Each piece is sourced from trusted Italian producers and prepared with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1", imageAlt: "Antipasti platter", buttons: [{ text: "View Appetizers", href: "#" }] }, { id: 2, - tag: "Pasta & Risotto", title: "Handmade Pasta", subtitle: "Crafted daily in our kitchen", description: "Our pasta is made fresh each morning using imported Italian flour and organic eggs. From classic tagliatelle bolognese to innovative creations, each dish celebrates the simplicity and elegance of regional Italian cooking.", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg", imageAlt: "Seafood pasta dish", buttons: [{ text: "Browse Pasta", href: "#" }] + tag: "Pasta & Risotto", title: "Handmade Pasta", subtitle: "Crafted daily in our kitchen", description: "Our pasta is made fresh each morning using imported Italian flour and organic eggs. From classic tagliatelle bolognese to innovative creations, each dish celebrates the simplicity and elegance of regional Italian cooking.", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg?_wi=1", imageAlt: "Seafood pasta dish", buttons: [{ text: "Browse Pasta", href: "#" }] }, { id: 3, - tag: "Desserts", title: "Sweet Endings", subtitle: "Traditional Italian dolci", description: "Conclude your dining experience with our signature desserts, including homemade tiramisu, panna cotta, and seasonal fruit tarts. Each dessert is crafted using recipes from Italian family archives and the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg", imageAlt: "Tiramisu dessert", buttons: [{ text: "View Desserts", href: "#" }] + tag: "Desserts", title: "Sweet Endings", subtitle: "Traditional Italian dolci", description: "Conclude your dining experience with our signature desserts, including homemade tiramisu, panna cotta, and seasonal fruit tarts. Each dessert is crafted using recipes from Italian family archives and the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030738.jpg?_wi=1", imageAlt: "Tiramisu dessert", buttons: [{ text: "View Desserts", href: "#" }] } ]} textboxLayout="default" @@ -106,13 +106,13 @@ export default function LandingPage() {