From 41371bb16b8377269e124bbf7651ccf2b3834806 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 20:04:11 +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 fa5951c..df086fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,7 +164,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", brand: "Merch", name: "Classic Logo Tee", price: "$29", rating: 5, + id: "p1", brand: "Merch", name: "Betrayed Warrior ", price: "$29", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5jfanRxnLYlbytCFsB9XUtL0A/uploaded-1777579232655-9ln049id.png?w=600&h=600"}, { id: "p2", brand: "Music", name: "Limited Vinyl", price: "$45", rating: 5, -- 2.49.1