From 992d06cfd499b2ac7c4bd98e3225d86934051441 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:44:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28cef86..fc82e9e 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?_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" } + { 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" } ]} 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg" 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Maintenance plan benefits", button: { text: "Join Plan", href: "#contact" }, features: ["Quarterly inspections", "Priority scheduling", "15% parts discount", "Emergency priority"] } ]} @@ -142,8 +142,8 @@ export default function LandingPage() { description="Join satisfied customers who trust us for their service needs" textboxLayout="default" useInvertedBackground={false} - logos={[ - "http://img.b2bpic.net/free-vector/furniture-minimalist-logo_23-2148464162.jpg", "http://img.b2bpic.net/free-vector/rogers-flooring-services-logo-design_742173-22860.jpg", "http://img.b2bpic.net/free-vector/social-network-logo-template_1071-54.jpg", "http://img.b2bpic.net/free-vector/rate-remark-us-business-background-client-feedback-opinion-matter_1017-60953.jpg", "http://img.b2bpic.net/free-photo/woman-holding-g-letter_1149-1839.jpg", "http://img.b2bpic.net/free-vector/labor-day-badges-collection-flat-style_23-2147864471.jpg", "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_52683-98400.jpg" + names={[ + "Home Depot", "Lowes", "Angi", "Yelp", "Google", "Better Business Bureau", "Certified Partner" ]} speed={40} showCard={true} -- 2.49.1