From 861b2d7d517489e106bf531d259c6693e21a909b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:54:47 +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 527fa59..5ebf635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,9 +111,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "w1", brand: "Studio Work", name: "Editorial Campaign", price: "Featured", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/phone-mock-up-desk-flat-lay_23-2148319725.jpg" }, + { id: "w1", brand: "Studio Work", name: "Editorial Campaign", price: "Featured", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/phone-mock-up-desk-flat-lay_23-2148319725.jpg?_wi=1" }, { id: "w2", brand: "Studio Work", name: "Brand Identity", price: "Featured", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-pattern-with-smoke-texture-white-grid_53876-133420.jpg" }, - { id: "w3", brand: "Studio Work", name: "Digital Production", price: "Featured", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/phone-mock-up-desk-flat-lay_23-2148319725.jpg" }, + { id: "w3", brand: "Studio Work", name: "Digital Production", price: "Featured", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/phone-mock-up-desk-flat-lay_23-2148319725.jpg?_wi=2" }, ]} title="Selected Work" description="A curated editorial look at our recent collaborations." -- 2.49.1