From 480188910be5a5cf0172ee021aece53c539a6ebc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:48:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 996dc54..64c10b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Our Services", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -105,22 +105,22 @@ export default function LandingPage() { features={[ { title: "Professional Crews", description: "Our team is prompt, respectful, and easy to work with throughout the entire project.", buttonIcon: UserCheck, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "professional roofing services residential house"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=2", imageAlt: "professional roofing services residential house"}, { title: "Fast Workmanship", description: "Projects are completed quickly, often in just one day, without sacrificing quality.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384864.jpg", imageAlt: "professional roofing team smiling"}, { title: "Top-Tier Results", description: "Our work consistently ranks among the best, even after working with multiple contractors.", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/grandparents-little-boy-working-garden_23-2148980629.jpg", imageAlt: "happy homeowner front yard house"}, + imageSrc: "http://img.b2bpic.net/free-photo/grandparents-little-boy-working-garden_23-2148980629.jpg?_wi=1", imageAlt: "happy homeowner front yard house"}, { title: "Detailed Cleanup", description: "We leave your property spotless, treating your home with care and respect.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-outdoors_23-2148014113.jpg", imageAlt: "satisfied homeowner garden house"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-outdoors_23-2148014113.jpg?_wi=1", imageAlt: "satisfied homeowner garden house"}, { title: "Clear Communication", description: "We keep you informed from the first estimate to the final inspection.", buttonIcon: MessageSquare, - imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg", imageAlt: "homeowner standing house exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg?_wi=1", imageAlt: "homeowner standing house exterior"}, { title: "Trusted Referrals", description: "A large majority of our clients confidently recommend us to their friends and family.", buttonIcon: ThumbsUp, - imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg", imageAlt: "satisfied woman portrait home exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg?_wi=1", imageAlt: "satisfied woman portrait home exterior"}, ]} title="What Homeowners Value Most" description="From first estimate to final inspection, here is why our customers trust us for their roofing needs." @@ -134,13 +134,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah J.", handle: "Homeowner", testimonial: "Prompt, professional, courteous, and friendly… I would definitely recommend this company.", imageSrc: "http://img.b2bpic.net/free-photo/grandparents-little-boy-working-garden_23-2148980629.jpg"}, + id: "t1", name: "Sarah J.", handle: "Homeowner", testimonial: "Prompt, professional, courteous, and friendly… I would definitely recommend this company.", imageSrc: "http://img.b2bpic.net/free-photo/grandparents-little-boy-working-garden_23-2148980629.jpg?_wi=2"}, { - id: "t2", name: "Michael C.", handle: "Homeowner", testimonial: "Finished quickly, cleaned everything up, and the results were amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-outdoors_23-2148014113.jpg"}, + id: "t2", name: "Michael C.", handle: "Homeowner", testimonial: "Finished quickly, cleaned everything up, and the results were amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-outdoors_23-2148014113.jpg?_wi=2"}, { - id: "t3", name: "David K.", handle: "Homeowner", testimonial: "One of the best contractor experiences I've had in 20 years of homeownership.", imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg"}, + id: "t3", name: "David K.", handle: "Homeowner", testimonial: "One of the best contractor experiences I've had in 20 years of homeownership.", imageSrc: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg?_wi=2"}, { - id: "t4", name: "Emily R.", handle: "Homeowner", testimonial: "Great communication and excellent workmanship—couldn't be happier.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg"}, + id: "t4", name: "Emily R.", handle: "Homeowner", testimonial: "Great communication and excellent workmanship—couldn't be happier.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-home_1203-2241.jpg?_wi=2"}, { id: "t5", name: "Robert L.", handle: "Homeowner", testimonial: "The crew was excellent and the final roof looks spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/safety-travel-asian-female-traveller-new-normal-lifestyle-hand-use-smartphone-capture-sight-seeing-moment-wooden-bridge-old-town-newport-rhode-island_609648-1059.jpg"}, ]} -- 2.49.1