diff --git a/src/app/page.tsx b/src/app/page.tsx index 12ca295..a8add86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-thanksgiving-meal_23-2148629543.jpg?_wi=1", imageAlt: "Beautiful Italian dishes and wine" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tomato-cheese-salad-with-pesto-sauce_140725-5951.jpg", imageAlt: "Traditional Italian appetizers" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tomato-cheese-salad-with-pesto-sauce_140725-5951.jpg?_wi=1", imageAlt: "Traditional Italian appetizers" }, { imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631798.jpg", imageAlt: "Premium Italian wine selection" }, { imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg?_wi=1", imageAlt: "Cozy restaurant interior" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-wooden-desk_140725-91103.jpg", imageAlt: "Handmade fresh pasta" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-wooden-desk_140725-91103.jpg?_wi=1", imageAlt: "Handmade fresh pasta" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-crackers-cheese-grater-white-plate_176474-3024.jpg", imageAlt: "Seasonal specialty dishes" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg?_wi=1", imageAlt: "Friendly and welcoming staff" }, { imageSrc: "http://img.b2bpic.net/free-photo/old-concrete-cathedral-with-statue_250224-66.jpg?_wi=1", imageAlt: "Museum cultural area location" } @@ -121,10 +121,10 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "pasta-prep", value: "2-3 hrs", title: "Handmade Pasta", description: "Each batch of fresh pasta is hand-rolled and cut to order, ensuring the perfect texture and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-wooden-desk_140725-91103.jpg", imageAlt: "Handmade fresh pasta preparation" + id: "pasta-prep", value: "2-3 hrs", title: "Handmade Pasta", description: "Each batch of fresh pasta is hand-rolled and cut to order, ensuring the perfect texture and consistency.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-dough-slices-with-flour-wooden-desk_140725-91103.jpg?_wi=2", imageAlt: "Handmade fresh pasta preparation" }, { - id: "sauce-simmering", value: "4-6 hrs", title: "Traditional Ragù", description: "Our signature Bolognese simmers slowly for hours, allowing flavors to deepen and meld into perfection.", imageSrc: "http://img.b2bpic.net/free-photo/tomato-cheese-salad-with-pesto-sauce_140725-5951.jpg", imageAlt: "Traditional ragù sauce simmering" + id: "sauce-simmering", value: "4-6 hrs", title: "Traditional Ragù", description: "Our signature Bolognese simmers slowly for hours, allowing flavors to deepen and meld into perfection.", imageSrc: "http://img.b2bpic.net/free-photo/tomato-cheese-salad-with-pesto-sauce_140725-5951.jpg?_wi=2", imageAlt: "Traditional ragù sauce simmering" }, { id: "risotto-stirring", value: "30-40 min", title: "Creamy Risotto", description: "Each risotto is stirred constantly and prepared fresh to order, creating the perfect creamy consistency.", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-top-view_23-2148966218.jpg?_wi=2", imageAlt: "Creamy risotto preparation"