From f852abf3218ab955d3140a3f8faaf35a46d8d3ee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:34:21 +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 2512858..487cc61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,10 +115,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", brand: "Bakery", name: "Signature Cupcakes", price: "$4.50", rating: 5, + id: "p1", brand: "Bakery", name: "Signature Cupcakes", price: "RS. 100 ", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg"}, { - id: "p2", brand: "Bakery", name: "Buttery Croissants", price: "$3.75", rating: 5, + id: "p2", brand: "Bakery", name: "Buttery Croissants", price: "RS. 100 ", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-with-raspberry-jam-raspberry-fruits_114579-11666.jpg"}, ]} title="Our Menu"