From 9ad958b2af96a3811957db4e25df7bb19b800457 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:39:49 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index bfb91c9..abcdd64 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -48,11 +48,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Before & After 1", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"}, + id: "p1", name: "Before & After 1", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop&_wi=1"}, { - id: "p2", name: "Before & After 2", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"}, + id: "p2", name: "Before & After 2", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=1"}, { - id: "p3", name: "Before & After 3", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"}, + id: "p3", name: "Before & After 3", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop&_wi=1"}, { id: "p4", name: "Before & After 4", price: "Transformed", variant: "Lawn", imageSrc: "https://images.unsplash.com/photo-1577777038166-51d27453303c?q=80&w=800&auto=format&fit=crop"}, ]} @@ -72,7 +72,7 @@ export default function LandingPage() { products={[ { id: "e1", brand: "Pro", name: "Mower", price: "High-End", rating: 5, - reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"}, + reviewCount: "100", imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=2"}, ]} /> -- 2.49.1 From 57bf34656e7617fb2f4497162315d0566d3a5458 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:39:49 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8f22613..4820e59 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,15 +49,15 @@ export default function LandingPage() { { id: "f1", title: "Weekly Mowing", tags: [ "Standard"], - imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop&_wi=3"}, { id: "f2", title: "Precision Edging & Trimming", tags: [ "Detail"], - imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop&_wi=2"}, { id: "f3", title: "Seasonal Clean-ups", tags: [ "Seasonal"], - imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"}, + imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop&_wi=2"}, ]} title="Our Professional Services" description="Exclusively weekly recurring maintenance for route density and schedule reliability." -- 2.49.1