diff --git a/src/app/page.tsx b/src/app/page.tsx
index 21067f9..fceddd8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,32 +49,15 @@ export default function LandingPage() {
@@ -111,47 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- name: "Signature Tharka Curry",
- price: "₹399",
- variant: "Spicy",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg",
- },
+ id: "1", name: "Signature Tharka Curry", price: "₹399", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-bowl_23-2148728099.jpg"},
{
- id: "2",
- name: "Royal Royal Biryani",
- price: "₹499",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg",
- },
+ id: "2", name: "Royal Royal Biryani", price: "₹499", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg"},
{
- id: "3",
- name: "Masala Refresher",
- price: "₹150",
- variant: "Cool",
- imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3491.jpg",
- },
+ id: "3", name: "Masala Refresher", price: "₹150", variant: "Cool", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-3491.jpg"},
{
- id: "4",
- name: "Grilled Paneer Platter",
- price: "₹350",
- variant: "Appetizer",
- imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-forks_140725-1908.jpg",
- },
+ id: "4", name: "Grilled Paneer Platter", price: "₹350", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-food-forks_140725-1908.jpg"},
{
- id: "5",
- name: "Traditional Dal Tadka",
- price: "₹299",
- variant: "Comfort",
- imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg",
- },
+ id: "5", name: "Traditional Dal Tadka", price: "₹299", variant: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg"},
{
- id: "6",
- name: "Gulab Jamun Treat",
- price: "₹199",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-plate_23-2151973717.jpg",
- },
+ id: "6", name: "Gulab Jamun Treat", price: "₹199", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-plate_23-2151973717.jpg"},
]}
title="Culinary Delights"
description="Indulge in our carefully crafted menu, featuring locally sourced spices and fresh ingredients for a taste of pure tradition."
@@ -160,38 +101,21 @@ export default function LandingPage() {