diff --git a/src/app/page.tsx b/src/app/page.tsx index a302552..1043fdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -110,24 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Paneer Butter Masala", - price: "₹220", - imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cod-fish-dish-with-relish-spinach-white-bowl_181624-42819.jpg", - }, - { - id: "p2", - name: "Veg Lehsuni Naan", - price: "₹60", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033994.jpg", - }, - { - id: "p3", - name: "Special Dal Makhani", - price: "₹180", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-oriental-food-with-tomatoes_23-2148294991.jpg", - }, + { id: "p1", name: "Paneer Butter Masala", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-cod-fish-dish-with-relish-spinach-white-bowl_181624-42819.jpg" }, + { id: "p2", name: "Veg Lehsuni Naan", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-arrangement-table-with-copy-space_23-2149033994.jpg" }, + { id: "p3", name: "Special Dal Makhani", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-oriental-food-with-tomatoes_23-2148294991.jpg" }, ]} title="Signature Dhaba Favorites" description="Discover our crowd-favorite dishes, prepared using authentic traditional recipes." @@ -136,44 +85,20 @@ export default function LandingPage() {