From 4d3c1c6498ec5493685cf0ac6e84ab9b2e201917 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:23:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a325212..447fe28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg", imageAlt: "fresh artisan pizza wooden table"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg?_wi=1", imageAlt: "fresh artisan pizza wooden table"}, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-24094.jpg", imageAlt: "fresh artisan pizza wooden table"}, { @@ -188,7 +188,7 @@ export default function LandingPage() { title="Common Questions" description="Everything you need to know about our service." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg?_wi=2" /> -- 2.49.1