diff --git a/src/app/page.tsx b/src/app/page.tsx index f815f88..85382b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, - { id: "2", brand: "Traditional", name: "Murgh Makhani", price: "₹699", rating: 5, reviewCount: "85" }, - { id: "3", brand: "Bread", name: "Butter Naan", price: "₹199", rating: 4, reviewCount: "45" }, - { id: "4", brand: "Sweet", name: "Gulab Jamun", price: "₹249", rating: 5, reviewCount: "200" } + { 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" } ]} />