From 83dacc40d9cf8ba95f209e98602ae4c041112e2d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:15:57 +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 775b2c8..8990045 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+15015551234" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-traveling-camping_23-2149775850.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-traveling-camping_23-2149775850.jpg?_wi=1" imageAlt="Beautiful home with premium gutters in rain" mediaAnimation="blur-reveal" imagePosition="right" @@ -69,16 +69,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "fast-response", title: "Fast Response", description: "We often provide estimates within 24 hours and can install in days, not weeks.", imageSrc: "http://img.b2bpic.net/free-photo/barbells-wall_23-2147675232.jpg", imageAlt: "Fast professional gutter installation" + id: "fast-response", title: "Fast Response", description: "We often provide estimates within 24 hours and can install in days, not weeks.", imageSrc: "http://img.b2bpic.net/free-photo/barbells-wall_23-2147675232.jpg?_wi=1", imageAlt: "Fast professional gutter installation" }, { - id: "premium-materials", title: "Premium Materials", description: "High-quality seamless gutters and stainless steel micro-mesh gutter guards built to last.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Premium stainless steel gutter guards" + id: "premium-materials", title: "Premium Materials", description: "High-quality seamless gutters and stainless steel micro-mesh gutter guards built to last.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=1", imageAlt: "Premium stainless steel gutter guards" }, { - id: "honest-pricing", title: "Fair Honest Pricing", description: "Transparent pricing with no surprises. You'll know exactly what you're paying for.", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "Professional gutter repair work" + id: "honest-pricing", title: "Fair Honest Pricing", description: "Transparent pricing with no surprises. You'll know exactly what you're paying for.", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg?_wi=1", imageAlt: "Professional gutter repair work" }, { - id: "professional-crews", title: "Professional Crews", description: "Clean job sites, respectful crews, and excellent communication from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg", imageAlt: "Professional downspout installation" + id: "professional-crews", title: "Professional Crews", description: "Clean job sites, respectful crews, and excellent communication from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg?_wi=1", imageAlt: "Professional downspout installation" } ]} gridVariant="four-items-2x2-equal-grid" @@ -97,16 +97,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "seamless-gutters", name: "Seamless Gutter Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/barbells-wall_23-2147675232.jpg", imageAlt: "Custom-cut seamless gutters" + id: "seamless-gutters", name: "Seamless Gutter Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/barbells-wall_23-2147675232.jpg?_wi=2", imageAlt: "Custom-cut seamless gutters" }, { - id: "gutter-guards", name: "Gutter Guard Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg", imageAlt: "Stainless steel micro-mesh gutter guards" + id: "gutter-guards", name: "Gutter Guard Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343665.jpg?_wi=2", imageAlt: "Stainless steel micro-mesh gutter guards" }, { - id: "gutter-repair", name: "Gutter Repair", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg", imageAlt: "Professional gutter repair service" + id: "gutter-repair", name: "Gutter Repair", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/worker-putting-protective-gloves_23-2148773452.jpg?_wi=2", imageAlt: "Professional gutter repair service" }, { - id: "downspouts", name: "Downspouts & Drainage", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg", imageAlt: "Professional downspout installation" + id: "downspouts", name: "Downspouts & Drainage", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/builder-looking-documents-construction-site_23-2148269878.jpg?_wi=2", imageAlt: "Professional downspout installation" } ]} gridVariant="four-items-2x2-equal-grid" @@ -235,7 +235,7 @@ export default function LandingPage() {