From 0a4f4a66d175e044721c40a7dd0af1ac2cd35f76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 16:04:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb0502d..5496277 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Featured Artist", name: "Abstract Dreams Series", price: "$2,850", rating: 5, - reviewCount: "48", imageSrc: "https://img.b2bpic.net/free-photo/modern-paintwork-supplies-coloring-tubes-oil-paints-creative-atelier_482257-124830.jpg", imageAlt: "Abstract Dreams Series artwork" + reviewCount: "48", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34yEatLQt6B9A82mZgfqKsKaLO9/uploaded-1771414071309-lllrolfa.mp4", imageAlt: "Abstract Dreams Series artwork" }, { id: "2", brand: "Contemporary Master", name: "Urban Landscapes Collection", price: "$3,200", rating: 5, -- 2.49.1