Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1998ea7e6b | |||
| 02179aad9e | |||
| f69972aa59 | |||
| 0e97c4d452 | |||
| c78534b40d | |||
| 769c46a668 |
@@ -76,10 +76,10 @@ export default function LandingPage() {
|
||||
title="Our Special Menu"
|
||||
description="A collection of fine dishes prepared with secret recipes from our kitchen."
|
||||
products={[
|
||||
{ id: "1", brand: "Classic", name: "Shahi Paneer", price: "₹499", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-ihf4si3q.png" },
|
||||
{ id: "2", brand: "Traditional", name: "Murgh Makhani", price: "₹699", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-sw46han2.png" },
|
||||
{ id: "3", brand: "Bread", name: "Butter Naan", price: "₹199", rating: 4, reviewCount: "45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-39cl03nc.png" },
|
||||
{ id: "4", brand: "Sweet", name: "Gulab Jamun", price: "₹249", rating: 5, reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqOLDSU5wvRnblPX5vCeyUd65f/uploaded-1779006460584-l937ev5g.png" }
|
||||
{ id: "1", brand: "Classic", name: "Shahi Paneer", price: "₹499", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/shahi-paneer.jpg" },
|
||||
{ id: "2", brand: "Traditional", name: "Murgh Makhani", price: "₹699", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/murgh-makhani.jpg" },
|
||||
{ id: "3", brand: "Bread", name: "Butter Naan", price: "₹199", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/butter-naan.jpg" },
|
||||
{ id: "4", brand: "Sweet", name: "Gulab Jamun", price: "₹249", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/gulab-jamun.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user