From db523f24d6358115234b2aa512db73df022ccbd1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:47:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5abc0d7..6aa0535 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg", imageAlt: "Premium signature burger" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=1", imageAlt: "Premium signature burger" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tasty-burgers-front-view_23-2149897387.jpg", imageAlt: "Double beef burger" @@ -161,11 +161,11 @@ export default function LandingPage() { features={[ { id: "1", title: "30 Minutes or Less", tags: ["Guarantee", "City Wide"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fast delivery service" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=1", imageAlt: "Fast delivery service" }, { id: "2", title: "Hot & Fresh Guarantee", tags: ["Premium", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg", imageAlt: "Fresh delivery" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-thoughtful-young-adult-wearing-red-blouse-hat-gloves-medical-mask-delivering-order-sitting-scooter-yellow-wall_179666-33486.jpg?_wi=2", imageAlt: "Fresh delivery" }, ]} title="Fast. Fresh. Reliable." @@ -216,7 +216,7 @@ export default function LandingPage() { description="Order now and experience why everyone says: "Klass."" subdescription="Premium fast food. Unforgettable quality. Every time." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-beef-burger-with-salad_23-2148784488.jpg?_wi=2" imageAlt="Premium Panda Burger" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1