diff --git a/src/app/page.tsx b/src/app/page.tsx index 39cba35..0a4368c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -51,18 +43,14 @@ export default function LandingPage() {
@@ -107,23 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "m1", - name: "Signature Mandi", - price: "QAR 65", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=2", - }, + id: "m1", name: "Signature Mandi", price: "QAR 65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"}, { - id: "m2", - name: "Mix Grill Platter", - price: "QAR 85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=3", - }, + id: "m2", name: "Mix Grill Platter", price: "QAR 85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"}, { - id: "m3", - name: "Traditional Bukhari", - price: "QAR 55", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg?_wi=4", - }, + id: "m3", name: "Traditional Bukhari", price: "QAR 55", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-dough-slices-dark-surface-food-dish-dark-photo-meal_140725-82246.jpg"}, ]} title="Our Signature Menu" description="Explore our rich culinary heritage." @@ -132,33 +100,19 @@ export default function LandingPage() {