From e534f1559802cd09bcdb3dd993a83fb3e8de05d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:51:46 +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 307551d..8ad8dd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-minimalist-podium_23-2148959321.jpg", imageAlt: "3D marketplace interface showcase" }, { - imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg", imageAlt: "Featured 3D model render" + imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg?_wi=1", imageAlt: "Featured 3D model render" }, ]} mediaAnimation="slide-up" @@ -81,7 +81,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Studio Pro", name: "Realistic Human Character", price: "$49.99", rating: 5, - reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg", imageAlt: "Realistic human character 3D model" + reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg?_wi=2", imageAlt: "Realistic human character 3D model" }, { id: "2", brand: "Environment Pack", name: "Sci-Fi Corridor Scene", price: "$39.99", rating: 5, -- 2.49.1