From 371efdf5f9b65f965abf9f458021ce8db528b1d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:50:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37b5555..5303e1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { tagIcon={Shield} features={[ { - id: "01", title: "Quality Materials at Fair Prices", description: "We source the finest roofing materials and pass fair pricing directly to you—no hidden fees, no upselling.", imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg", imageAlt: "Premium roofing materials" + id: "01", title: "Quality Materials at Fair Prices", description: "We source the finest roofing materials and pass fair pricing directly to you—no hidden fees, no upselling.", imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg?_wi=1", imageAlt: "Premium roofing materials" }, { id: "02", title: "Transparent & Honest Pricing", description: "We never ask for insurance money. Our quotes are detailed, fair, and designed for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-arguing_1262-20538.jpg", imageAlt: "Clear transparent pricing estimate" @@ -82,7 +82,7 @@ export default function LandingPage() { id: "03", title: "Fully Insured & Certified", description: "Complete credentials and insurance verification for every project. Compliance and your protection matter.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149733588.jpg", imageAlt: "Professional insurance and certification" }, { - id: "04", title: "Meticulous Attention to Detail", description: "We clean up thoroughly after every project. Your home is left exactly as we found it—pristine.", imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg", imageAlt: "Perfect roofing installation detail" + id: "04", title: "Meticulous Attention to Detail", description: "We clean up thoroughly after every project. Your home is left exactly as we found it—pristine.", imageSrc: "http://img.b2bpic.net/free-photo/sun-twilight-air-blue-background_1172-233.jpg?_wi=2", imageAlt: "Perfect roofing installation detail" } ]} gridVariant="bento-grid" @@ -156,7 +156,7 @@ export default function LandingPage() { id: "6", title: "Can you handle emergency storm damage?", content: "Absolutely. We respond quickly to tornado, hail, and wind damage. We'll inspect your roof, document damage for insurance, and provide emergency repairs or full replacement services on an expedited timeline." } ]} - imageSrc="http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-7270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-7270.jpg?_wi=1" imageAlt="Professional roofing consultation" mediaAnimation="slide-up" mediaPosition="left" @@ -181,7 +181,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-7270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coworkers-doing-paperwork-office_273609-7270.jpg?_wi=2" imageAlt="Professional roofing consultation meeting" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1