diff --git a/src/app/page.tsx b/src/app/page.tsx index 269ab19..319d507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Masala Chai", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cheese-glass-beer-wooden-board-high-quality-photo_114579-67291.jpg" }, - { id: "p2", name: "Veg Samosa", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fillet-dough-with-sauce-table_141793-4831.jpg" }, - { id: "p3", name: "Bun Maska", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-pink_140725-24304.jpg" } + { id: "m1", name: "Masala Chai", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cheese-glass-beer-wooden-board-high-quality-photo_114579-67291.jpg" }, + { id: "m2", name: "Ginger Tea", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-glass-with-ginger_23-2148464687.jpg" }, + { id: "m3", name: "Veg Samosa", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fillet-dough-with-sauce-table_141793-4831.jpg" }, + { id: "m4", name: "Bun Maska", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-pink_140725-24304.jpg" }, + { id: "m5", name: "Vada Pav", price: "₹25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vada-pav_23-2148765432.jpg" }, + { id: "m6", name: "Maggi Noodles", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/spicy-maggi-noodles_23-2148901234.jpg" } ]} title="Our Pocket-Friendly Menu" - description="Fresh, hot, and tasty treats that won't break the bank." + description="Fresh, hot, and tasty treats that won't break the bank. Explore our daily favorites!" />