Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user