From 9d05e8215f32d571b118599a139d4b38990c1878 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:49:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5e6d0c..7d91982 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { description="Top-tier plumbing expertise for your home emergencies and routine maintenance. Licensed, insured, and ready to help." background={{ variant: "sparkles-gradient" }} buttons={[{ text: "Call Now", href: "tel:3058166083" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg?_wi=1" /> @@ -65,7 +65,7 @@ export default function LandingPage() { { title: "Available 24/7", description: "Emergency support at all hours", icon: Flame }, { title: "Fast Service", description: "Same-day appointments for your convenience", icon: Wrench }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1" /> @@ -76,9 +76,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" features={[ - { id: "1", title: "Leak Detection", descriptions: ["Advanced tools for hidden leaks"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg" }, - { id: "2", title: "Water Heaters", descriptions: ["Installation and repair of tanks"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg" }, - { id: "3", title: "General Repairs", descriptions: ["Faucets, pipes, and drains"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" }, + { id: "1", title: "Leak Detection", descriptions: ["Advanced tools for hidden leaks"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg?_wi=2" }, + { id: "2", title: "Water Heaters", descriptions: ["Installation and repair of tanks"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=2" }, + { id: "3", title: "General Repairs", descriptions: ["Faucets, pipes, and drains"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=1" }, ]} useInvertedBackground={false} /> @@ -109,7 +109,7 @@ export default function LandingPage() { faqsAnimation="slide-up" textboxLayout="split" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=2" /> -- 2.49.1