From 7aaf38a2daf798f0fc0a391cd53f043913fcc9c8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ef4a5..a922813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "s1", name: "Roof Replacement", price: "Expert Grade", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg" }, + { id: "s1", name: "Roof Replacement", price: "Expert Grade", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/storage-house-with-cloudy-blue-sky-background_181624-16836.jpg?_wi=1" }, { id: "s2", name: "Roof Repair", price: "Fast Response", variant: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg" }, { id: "s3", name: "Storm Damage", price: "Priority", variant: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/gothic-brick-tower-with-tall-window-dramatic-architecture-angle_169016-70801.jpg" }, { id: "s4", name: "Insurance Claims", price: "Hassle-Free", variant: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof_23-2149343673.jpg" }, @@ -116,7 +116,7 @@ export default function LandingPage() {