5 Commits

Author SHA1 Message Date
10cea42caf Update src/app/page.tsx 2026-03-03 11:14:57 +00:00
37b60da597 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:11:15 +00:00
d5f1a2ebfd Merge version_1 into main
Merge version_1 into main
2026-03-03 11:03:53 +00:00
bd8f2ef723 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:00:35 +00:00
299c7a81ef Merge version_1 into main
Merge version_1 into main
2026-03-03 10:59:38 +00:00

View File

@@ -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"