From b02a4aeaf188b10b2872c4a83bd57e6764b240d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:45:18 +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 fc82e9e..7230552 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { { text: "Request Service Today", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg", imageAlt: "Professional service team" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Quality workmanship" }, - { imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Local service area" } + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg?_wi=1", imageAlt: "Professional service team" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=1", imageAlt: "Quality workmanship" }, + { imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=1", imageAlt: "Local service area" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -66,7 +66,7 @@ export default function LandingPage() { description="John Martinez & Team" subdescription="Local Service Leaders" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg?_wi=2" imageAlt="Our professional team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic-service", title: "Basic Service Call", price: "$89", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Basic service option", button: { text: "Schedule Now", href: "#contact" }, + id: "basic-service", title: "Basic Service Call", price: "$89", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=2", imageAlt: "Basic service option", button: { text: "Schedule Now", href: "#contact" }, features: ["Professional diagnosis", "Service call included", "Written estimate provided", "Same-day availability"] }, { @@ -110,7 +110,7 @@ export default function LandingPage() { features: ["Parts and labor included", "1-year warranty", "24-hour support", "Free follow-up visit"] }, { - id: "maintenance-plan", title: "Maintenance Plan", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Maintenance plan benefits", button: { text: "Join Plan", href: "#contact" }, + id: "maintenance-plan", title: "Maintenance Plan", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=2", imageAlt: "Maintenance plan benefits", button: { text: "Join Plan", href: "#contact" }, features: ["Quarterly inspections", "Priority scheduling", "15% parts discount", "Emergency priority"] } ]} -- 2.49.1