From 7a092959f5832e3578144c7cb99b36aea1ed0a54 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:11:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a577de..7ae6499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -45,20 +45,20 @@ export default function LandingPage() { description="Professional, honest plumbing solutions for your home. Expert diagnostics, reliable service, and transparent pricing. Licensed & insured." tag="Available Now" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg" imageAlt="Professional plumber at work" mediaAnimation="blur-reveal" imagePosition="right" testimonials={[ { name: "Tamara Coles", handle: "Homeowner, Sydney", testimonial: "Chris provided upfront, knowledgeable advice and accurate diagnostics. Highly professional!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29438.jpg"}, { name: "Angie Fong", handle: "Property Manager, NSW", testimonial: "Reliable, properly equipped, and hassle-free service. Exactly what you need in an emergency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-showing-thumbs-up_74855-4031.jpg"}, { name: "Justin Gomez", handle: "Business Owner, Melbourne", testimonial: "Helpful over the phone and always provides quick solutions. A true professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -67,7 +67,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} /> @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Drain Cleaning & Blockages", description: "Expert diagnosis and resolution of main sewer blockages and drain issues using professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/wasteless-concept-with-blossoming-bouquet_23-2149696444.jpg"}, { id: 3, - title: "General Maintenance", description: "Routine plumbing maintenance, inspections, and preventative care to keep your system running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg?_wi=2"}, + title: "General Maintenance", description: "Routine plumbing maintenance, inspections, and preventative care to keep your system running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176718.jpg"}, ]} buttonAnimation="slide-up" /> @@ -112,11 +112,11 @@ export default function LandingPage() {