From 63873558867c57c9c01df70d4e81bee326ff411f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 13:52:50 +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 0e9e627..4fe8222 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Get Free Inspection", href: "#contact" }, { text: "Call Now", href: "tel:+17728886887" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/house-entrance-japanese-building_23-2149301129.jpg", alt: "Customer 1" }, @@ -86,9 +86,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Roof Repair", description: "Fix leaks fast before they cause expensive damage to your home structure.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg" }, - { title: "Roof Replacement", description: "Upgrade your home with a durable, long-lasting roof using top-tier materials.", buttonIcon: ArrowUpCircle, imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg" }, - { title: "New Installation", description: "Expert installation services built for maximum strength and decades of longevity.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg" }, + { title: "Roof Repair", description: "Fix leaks fast before they cause expensive damage to your home structure.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1" }, + { title: "Roof Replacement", description: "Upgrade your home with a durable, long-lasting roof using top-tier materials.", buttonIcon: ArrowUpCircle, imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg?_wi=1" }, + { title: "New Installation", description: "Expert installation services built for maximum strength and decades of longevity.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg?_wi=1" }, { title: "Preventative Care", description: "Regular inspections to catch potential issues before they become emergencies.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg" }, ]} title="Our Expert Roofing Services" @@ -119,10 +119,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { id: "1", title: "Highly Recommend", quote: "Top-notch service, completed quickly and professionally. My roof looks amazing.", name: "Mike F.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-roof_23-2149343671.jpg" }, - { id: "2", title: "Very Affordable", quote: "Affordable, clean work, and very easy to deal with. They left no mess behind.", name: "Hope W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg" }, - { id: "3", title: "Excellent Quality", quote: "Best price and amazing results. Highly recommend this team to anyone.", name: "Suzanne M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg" }, - { id: "4", title: "Fast & Reliable", quote: "They fixed my leak in record time. Professional and very thorough.", name: "David L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg" }, - { id: "5", title: "Top Experience", quote: "Amazing communication from start to finish. I feel much safer now.", name: "Sarah P.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg" }, + { id: "2", title: "Very Affordable", quote: "Affordable, clean work, and very easy to deal with. They left no mess behind.", name: "Hope W.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=2" }, + { id: "3", title: "Excellent Quality", quote: "Best price and amazing results. Highly recommend this team to anyone.", name: "Suzanne M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2" }, + { id: "4", title: "Fast & Reliable", quote: "They fixed my leak in record time. Professional and very thorough.", name: "David L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site-looking-blueprint_169016-5269.jpg?_wi=2" }, + { id: "5", title: "Top Experience", quote: "Amazing communication from start to finish. I feel much safer now.", name: "Sarah P.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-roof-with-drill_23-2148748775.jpg?_wi=2" }, ]} title="Homeowners Love USA Roof" description="Don't just take our word for it—hear what your neighbors in Palm City have to say." -- 2.49.1