From c679aacc54f88349cd0de183ebaeb2a7678d06d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:53:28 +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 5d883eb..0dc6da9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { id: "quality", title: "Premium Quality", descriptions: [ "Sourced from certified manufacturers", "All products tested for durability and performance", "Industry-standard quality assurance" ], - imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop", imageAlt: "Quality products certification" + imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop&_wi=1", imageAlt: "Quality products certification" }, { id: "reliable", title: "Reliable Delivery", descriptions: [ @@ -130,7 +130,7 @@ export default function LandingPage() { id: "trusted", title: "Trusted Partner", descriptions: [ "Serving contractors and painters for years", "Strong relationships with hardware retailers", "Recommended by construction professionals" ], - imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop", imageAlt: "Trusted partnerships" + imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=400&fit=crop&_wi=2", imageAlt: "Trusted partnerships" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1