From 6d2cddc80507e1ef318dc239d8e1510267928c76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:46:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 101 ++++++++++++++++++++++++++++++----------------- 1 file changed, 65 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54dfa30..b06f2f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,10 +46,11 @@ export default function LandingPage() { @@ -176,7 +192,7 @@ export default function LandingPage() { description="Steve's approach to electrical work" subdescription="Lindfield Electrical since day one" icon={Lightbulb} - imageSrc="http://img.b2bpic.net/free-photo/male-builder-electrical-engineer-overalls-helmet-light-background-construction-concept_169016-66770.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-builder-electrical-engineer-overalls-helmet-light-background-construction-concept_169016-66770.jpg" imageAlt="Steve - Professional electrician in action" mediaAnimation="slide-up" useInvertedBackground={false} @@ -191,16 +207,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Vanessa B", role: "Lindfield Homeowner", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + }, { id: "2", name: "Shayne Lambert", role: "Roseville Resident", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + }, { id: "3", name: "Riley Featherstone", role: "Upper North Shore", company: "Google Reviews", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=6"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + }, { id: "4", name: "Local Trusted", role: "Highly Recommended", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=7"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + }, ]} kpiItems={[ { value: "5.0", label: "Google Rating" }, @@ -215,7 +235,7 @@ export default function LandingPage() { tag="Customer Reviews" tagAnimation="slide-up" className="py-20" - titleClassName="text-4xl font-bold" + roleClassName="text-4xl font-bold" /> @@ -223,11 +243,14 @@ export default function LandingPage() { @@ -245,17 +268,23 @@ export default function LandingPage() { @@ -285,7 +314,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg" imageAlt="Professional electrical work" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1