From 536eb8028990da781eb512993c437b6781804cf4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:37: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 7766016..22433d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,12 +55,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-playing-with-her-dog-park_23-2147637033.jpg", imageAlt: "Happy dogs playing together" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-playing-with-her-dog-park_23-2147637033.jpg?_wi=1", imageAlt: "Happy dogs playing together" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-women-dog-floor_23-2148977506.jpg", imageAlt: "Professional dog sitter with happy pet" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/funny-black-spaniel-dog-sitting-near-couch-by-table_181624-22360.jpg", imageAlt: "Dogs relaxing in comfortable home" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-playing-with-her-dog-park_23-2147637033.jpg", imageAlt: "Cute puppies enjoying time" } + { imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-playing-with-her-dog-park_23-2147637033.jpg?_wi=2", imageAlt: "Cute puppies enjoying time" } ]} ariaLabel="Hero section for dog sitting services" /> -- 2.49.1