diff --git a/src/app/page.tsx b/src/app/page.tsx index ce68cfe..8873796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,13 +110,13 @@ export default function LandingPage() { tag="Most Ordered" products={[ { - id: "chicken-mandi-sig", name: "Chicken Mandi", price: "₹280-350", variant: "Tender Marinated Chicken • Fragrant Rice", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg?_wi=2", imageAlt: "Chicken Mandi - Most Ordered" + id: "chicken-mandi-sig", name: "Chicken Mandi", price: "₹280-350", variant: "Tender Marinated Chicken • Fragrant Rice", imageSrc: "http://img.b2bpic.net/free-photo/whole-chicken-grill-served-with-rice-garnish-white-plate_114579-873.jpg?_wi=2", imageAlt: "Chicken Mandi - Most Ordered", onProductClick: () => { window.location.href = "tel:+919966449595"; } }, { - id: "mutton-mandi-sig", name: "Mutton Juicy Mandi", price: "₹400-500", variant: "Premium Mutton • Spiced Rice • Aromatic Broth", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=4", imageAlt: "Mutton Mandi - Customer Favorite" + id: "mutton-mandi-sig", name: "Mutton Juicy Mandi", price: "₹400-500", variant: "Premium Mutton • Spiced Rice • Aromatic Broth", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=4", imageAlt: "Mutton Mandi - Customer Favorite", onProductClick: () => { window.location.href = "tel:+919966449595"; } }, { - id: "fish-mandi-sig", name: "Fish Mandi", price: "₹350-420", variant: "Fresh Grilled Fish • Fragrant Rice • Special Sauce", imageSrc: "http://img.b2bpic.net/free-photo/dorado-grilled-dorado-with-bell-pepper-eggplant-tomato-lemonnd-pomegranate-sauce-plate_140725-11072.jpg?_wi=2", imageAlt: "Fish Mandi - Fresh Seafood" + id: "fish-mandi-sig", name: "Fish Mandi", price: "₹350-420", variant: "Fresh Grilled Fish • Fragrant Rice • Special Sauce", imageSrc: "http://img.b2bpic.net/free-photo/dorado-grilled-dorado-with-bell-pepper-eggplant-tomato-lemonnd-pomegranate-sauce-plate_140725-11072.jpg?_wi=2", imageAlt: "Fish Mandi - Fresh Seafood", onProductClick: () => { window.location.href = "tel:+919966449595"; } } ]} textboxLayout="default"