diff --git a/src/app/page.tsx b/src/app/page.tsx index cc35238..5a0b4f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,10 +135,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "shawarma", brand: "Wraps & Sandwiches", name: "Chicken Shawarma", price: "$12.00", rating: 5, + id: "shawarma", brand: "Rice Dishes", name: "Chicken Shawarma", price: "$12.00", rating: 5, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuzOhdDRW9mSODwKNhupegFS1b/uploaded-1781045127548-ocnclv8n.jpg", imageAlt: "Delicious chicken shawarma wrap with fresh vegetables and tahini sauce"}, { - id: "falafel", brand: "Wraps & Sandwiches", name: "Falafel Over Rice ", price: "$10.00", rating: 4, + id: "falafel", brand: "Rice Dishes", name: "Falafel Over Rice ", price: "$10.00", rating: 4, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuzOhdDRW9mSODwKNhupegFS1b/uploaded-1781045661972-3etuhqgc.jpg", imageAlt: "Crispy falafel sandwich with hummus and pickled vegetables"}, { id: "koshary", brand: "Rice Dishes", name: "Egyptian Koshary", price: "$14.00", rating: 5,