From f062a38bbad7655c9a25ce1442d028d9b227f1d7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:24:39 +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 0a42542..c7c074f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Lush Layers", name: "Chocolate Cake", price: "PKR 1,500 - 3,500", rating: 5, + id: "1", brand: "Lush Layers", name: "Chocolate Cake", price: "PKR 1,500 - 2,000", rating: 5, reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549962.jpg", imageAlt: "Rich premium chocolate cake" }, { -- 2.49.1