diff --git a/src/app/page.tsx b/src/app/page.tsx
index ddca928..0c5bef6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,135 +29,75 @@ export default function LandingPage() {
@@ -170,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Masala Dosa",
- price: "₹180",
- imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=5",
- },
+ id: "p1", name: "Masala Dosa", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"},
{
- id: "p2",
- name: "Veg Thali",
- price: "₹250",
- imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=6",
- },
+ id: "p2", name: "Veg Thali", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"},
{
- id: "p3",
- name: "Special Biryani",
- price: "₹220",
- imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg?_wi=7",
- },
+ id: "p3", name: "Special Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/side-lamb-ragout-with-fried-onion-carrot-tomato-sauce-greens-vegetable-salad-table_141793-4744.jpg"},
]}
title="Signature Dishes"
description="Explore our curated selection of authentic South and North Indian delicacies."
@@ -195,28 +123,17 @@ export default function LandingPage() {