diff --git a/src/app/page.tsx b/src/app/page.tsx index 46e3a7f..f83875a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,18 @@ export default function LandingPage() { background={{ variant: "aurora" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg", imageAlt: "Spanish tapas with beautiful plating" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg?_wi=1", imageAlt: "Spanish tapas with beautiful plating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg", imageAlt: "Traditional Spanish paella" + imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg?_wi=1", imageAlt: "Traditional Spanish paella" }, { - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg", imageAlt: "Homemade Spanish croquetas" + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg?_wi=1", imageAlt: "Homemade Spanish croquetas" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg", imageAlt: "Busy restaurant full of happy diners" + imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg?_wi=1", imageAlt: "Busy restaurant full of happy diners" }, { imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg", imageAlt: "Professional kitchen in action" @@ -120,19 +120,19 @@ export default function LandingPage() { features={[ { id: "homemade", title: "Homemade Daily", tags: ["Fresh", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg", imageAlt: "Spanish tapas with beautiful plating" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg?_wi=2", imageAlt: "Spanish tapas with beautiful plating" }, { id: "generous", title: "Generous Portions", tags: ["Value", "Satisfying"], - imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg", imageAlt: "Traditional Spanish paella" + imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg?_wi=2", imageAlt: "Traditional Spanish paella" }, { id: "lightning-fast", title: "Lightning-Fast Service", tags: ["Efficient", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg", imageAlt: "Homemade Spanish croquetas" + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg?_wi=2", imageAlt: "Homemade Spanish croquetas" }, { id: "gluten-free", title: "Gluten-Free Options", tags: ["Dietary", "Inclusive"], - imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg", imageAlt: "Busy restaurant full of happy diners" + imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg?_wi=2", imageAlt: "Busy restaurant full of happy diners" } ]} animationType="slide-up"