From 11f2ed5e4ac2b50ffb3cc481228e5e4772964d4f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:35:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 603c631..765d5e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,7 @@ export default function HomePage() { icon={Home} imageSrc="http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176741.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -86,6 +87,7 @@ export default function HomePage() { { tag: "Clear", title: "Junk Removal", subtitle: "Space Saving", description: "Haul away unwanted items.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-looking-inside-truck_23-2149426535.jpg" } ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -100,6 +102,8 @@ export default function HomePage() { { id: "2", name: "Experience", role: "Years of professional property maintenance skills." }, { id: "3", name: "Satisfaction", role: "Your home deserves the absolute best care." } ]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -115,6 +119,8 @@ export default function HomePage() { { id: "2", name: "Sarah", role: "Customer Success", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" }, { id: "3", name: "Mike", role: "Service Lead", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-showing-two-pink_141793-74761.jpg" } ]} + textboxLayout="default" + useInvertedBackground={false} /> @@ -128,6 +134,7 @@ export default function HomePage() { { id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-living-room_329181-2448.jpg" }, { id: "3", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-mobile-phone-answers-phone-call-smiles-stands-home-leans-wall_1258-187249.jpg" } ]} + useInvertedBackground={false} /> @@ -142,6 +149,7 @@ export default function HomePage() { { id: "2", title: "How do I get a quote?", content: "Contact us via the form below for a free, fast estimate." }, { id: "3", title: "Do I need to be home?", content: "For most exterior services, you do not need to be home." } ]} + useInvertedBackground={false} /> @@ -159,6 +167,7 @@ export default function HomePage() { }} textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-gloves-holds-spade-neck_141793-115982.jpg" + useInvertedBackground={false} /> -- 2.49.1