diff --git a/src/app/page.tsx b/src/app/page.tsx
index d1920c4..29b05a3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,15 +46,12 @@ export default function LandingPage() {
@@ -92,23 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Karvepaku Kodi Vepudu",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meal-consists-sliced-vegetables-greens-brown-rustic-desk-meal-sauce-soup-food-vegetable-calorie_140725-86213.jpg",
- },
+ id: "p1", name: "Karvepaku Kodi Vepudu", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meal-consists-sliced-vegetables-greens-brown-rustic-desk-meal-sauce-soup-food-vegetable-calorie_140725-86213.jpg"},
{
- id: "p2",
- name: "Royal Hyderabadi Biryani",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-near-spices_23-2147894755.jpg",
- },
+ id: "p2", name: "Royal Hyderabadi Biryani", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-near-spices_23-2147894755.jpg"},
{
- id: "p3",
- name: "Truffle Infused Paneer Tikka",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-delight-with-berries-fruits_140725-9738.jpg",
- },
+ id: "p3", name: "Truffle Infused Paneer Tikka", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delight-with-berries-fruits_140725-9738.jpg"},
]}
title="Our Signature Creations"
description="Explore a curation of bold spices, tender meats, and timeless traditions."
@@ -117,63 +90,33 @@ export default function LandingPage() {