diff --git a/src/app/page.tsx b/src/app/page.tsx
index 734c1a9..eaba0f8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,31 +48,20 @@ export default function LandingPage() {
@@ -103,41 +84,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Butter Chicken",
- price: "$18.99",
- imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-tasty-cooked-potatoes-with-greens-inside-plate-dark-surface-cooking-potato-cips-dinner-food_140725-101568.jpg",
- },
+ id: "p1", name: "Butter Chicken", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-tasty-cooked-potatoes-with-greens-inside-plate-dark-surface-cooking-potato-cips-dinner-food_140725-101568.jpg"},
{
- id: "p2",
- name: "Lamb Rogan Josh",
- price: "$22.50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg",
- },
+ id: "p2", name: "Lamb Rogan Josh", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/close-top-view-azerbaijani-grape-leaves-dolma-served-with-yogurt_141793-2014.jpg"},
{
- id: "p3",
- name: "Palak Paneer",
- price: "$16.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-traditional-kuku-fried-eggs-with-herbs-served-with-sour-yogurt-pan_140725-12518.jpg",
- },
+ id: "p3", name: "Palak Paneer", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-traditional-kuku-fried-eggs-with-herbs-served-with-sour-yogurt-pan_140725-12518.jpg"},
{
- id: "p4",
- name: "Dal Makhani",
- price: "$14.50",
- imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-sweet-potato-puree_185193-109284.jpg",
- },
+ id: "p4", name: "Dal Makhani", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-food-sweet-potato-puree_185193-109284.jpg"},
{
- id: "p5",
- name: "Vegetable Samosa",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg",
- },
+ id: "p5", name: "Vegetable Samosa", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-pakistani-food-high-angle_23-2148825157.jpg"},
{
- id: "p6",
- name: "Royal Biryani",
- price: "$19.99",
- imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-pakistan-meal_23-2148821531.jpg",
- },
+ id: "p6", name: "Royal Biryani", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-pakistan-meal_23-2148821531.jpg"},
]}
title="Our Signature Dishes"
description="Handpicked recipes that celebrate the diverse regions of Indian culinary history."
@@ -146,50 +103,26 @@ export default function LandingPage() {
@@ -285,8 +184,7 @@ export default function LandingPage() {