From 62b9aa5ddc5dc837e8fe86d99aae6748d7bf9d2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:17:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adeb1d1..2457166 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,11 @@ export default function LandingPage() { { text: "Chat on WhatsApp", href: "https://wa.me/1234567890" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg" imageAlt="Professional plumbing service" mediaAnimation="blur-reveal" imagePosition="right" + background={{ variant: "plain" }} testimonials={[ { name: "John Mitchell", handle: "Homeowner", testimonial: "Fast response, professional work. Fixed our burst pipe in under an hour. Highly recommended!", rating: 5, @@ -75,7 +76,7 @@ export default function LandingPage() { description="With over 15 years of experience, our team combines reliability with cutting-edge techniques." subdescription="Available 24/7 for your peace of mind" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg" imageAlt="Professional plumbing team" mediaAnimation="blur-reveal" useInvertedBackground={false}