From d15bf9f0984b7e0ff37d7f990f6868d56ad1bc05 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:36:44 +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 3e2d66d..7766016 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,14 +53,14 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ - { 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/happy-girl-playing-with-her-dog-park_23-2147637033.jpg", 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?_wi=2", imageAlt: "Cute puppies enjoying time" } + { imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-playing-with-her-dog-park_23-2147637033.jpg", imageAlt: "Cute puppies enjoying time" } ]} ariaLabel="Hero section for dog sitting services" /> @@ -252,7 +252,7 @@ export default function LandingPage() { tag="Get in Touch" title="Ready to Book Your Dog's Sitter?" description="Contact us today to schedule a consultation and meet our team. We'll make sure your furry friend is in the best hands." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/view-owner-walking-with-german-spaniel-leash-nature_1268-21833.jpg" imageAlt="Happy dog playing" -- 2.49.1