From b46d086508aae80afaf7c53e72ee3422a38d4043 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:31: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 fb24170..5d0835e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,13 +89,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Fintech", name: "EazyPay Lending App", price: "App Development", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg?_wi=1"}, { id: "p2", brand: "Marketplace", name: "Carpenter Marketplace", price: "Web Solution", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-application-template_23-2148663604.jpg"}, { id: "p3", brand: "Creative", name: "Portfolio Hub", price: "Web Design", rating: 5, - reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg"} + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-33533.jpg?_wi=2"} ]} title="Featured Projects" description="Selected work showcasing my journey as a developer." -- 2.49.1