From 4d0d3c8a27749c9026f3ba0df6ba3f32b30c75bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:31:16 +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 18c8b15..2795337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { { text: "Our Services", href: "#services" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "Luxurious house with new roof" }, + { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1", imageAlt: "Luxurious house with new roof" }, { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Macro view of premium shingles" }, { imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roofing team at work" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15602.jpg", imageAlt: "Overhead view of roofing project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg", imageAlt: "Luxury home porch roof" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=1", imageAlt: "Luxury home porch roof" }, { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15608.jpg", imageAlt: "Detail of quality roofing craftsmanship" }, ]} /> @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg" }, + title: "Roofing Services", description: "Expert replacement, repair, and inspection tailored to your specific needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2" }, items: [ { icon: Shield, text: "Full Roof Replacement" }, { icon: Wrench, text: "Precision Repairs" }, @@ -92,7 +92,7 @@ export default function LandingPage() { reverse: false, }, { - title: "Home Exterior", description: "Quality siding and porch cover installation to enhance curb appeal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg" }, + title: "Home Exterior", description: "Quality siding and porch cover installation to enhance curb appeal.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-white-house-porch-with-green-lawn-flower-boxes_23-2151974397.jpg?_wi=2" }, items: [ { icon: ArrowDown, text: "Premium Siding" }, { icon: Layout, text: "Porch Covers" },