diff --git a/src/app/page.tsx b/src/app/page.tsx
index a346959..78720ea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -47,36 +43,24 @@ export default function LandingPage() {
@@ -88,12 +72,9 @@ export default function LandingPage() {
title="Our Passion for Fine Dining"
description="Established with a love for traditional flavors, we bring you the finest authentic recipes served with warmth and dedication by our passionate chefs."
metrics={[
- {
- value: "20+", title: "Years Experience"},
- {
- value: "150+", title: "Traditional Recipes"},
- {
- value: "5k+", title: "Happy Diners"},
+ { value: "20+", title: "Years Experience" },
+ { value: "150+", title: "Traditional Recipes" },
+ { value: "5k+", title: "Happy Diners" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-soup-with-different-seasonings-grey-surface-food-meal-vegetable-soup-ingredient-product_140725-72470.jpg"
mediaAnimation="slide-up"
@@ -108,18 +89,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1", name: "Traditional Dal", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg"},
- {
- id: "2", name: "Fresh Butter Naan", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg"},
- {
- id: "3", name: "Spicy Chicken Curry", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371734.jpg"},
- {
- id: "4", name: "Vegetable Biryani", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-bowls-with-dishes_23-2147894922.jpg"},
- {
- id: "5", name: "Sweet Gulab Jamun", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/lohri-celebration-india_23-2151099088.jpg"},
- {
- id: "6", name: "Mango Lassi", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-pumpkin-juice-place-white-marble-floor_1150-35218.jpg"},
+ { id: "1", name: "Traditional Dal", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-pakistan-goodies_23-2148821571.jpg" },
+ { id: "2", name: "Fresh Butter Naan", price: "₹250", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pita_23-2148734733.jpg" },
+ { id: "3", name: "Spicy Chicken Curry", price: "₹1150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-stew-table_23-2149371734.jpg" },
+ { id: "4", name: "Vegetable Biryani", price: "₹990", imageSrc: "http://img.b2bpic.net/free-photo/lime-spices-near-bowls-with-dishes_23-2147894922.jpg" },
+ { id: "5", name: "Sweet Gulab Jamun", price: "₹490", imageSrc: "http://img.b2bpic.net/free-photo/lohri-celebration-india_23-2151099088.jpg" },
+ { id: "6", name: "Mango Lassi", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-pumpkin-juice-place-white-marble-floor_1150-35218.jpg" },
]}
title="Our Signature Dishes"
description="Discover a menu crafted with care, featuring time-honored recipes that bring the soul of traditional cooking to your table."
@@ -130,16 +105,11 @@ export default function LandingPage() {
@@ -187,12 +151,10 @@ export default function LandingPage() {
@@ -204,20 +166,15 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
- {
- label: "Home", href: "#hero"},
- {
- label: "About", href: "#about"},
- {
- label: "Menu", href: "#products"},
+ { label: "Home", href: "#hero" },
+ { label: "About", href: "#about" },
+ { label: "Menu", href: "#products" },
],
},
{
title: "Legal", items: [
- {
- label: "Privacy Policy", href: "#"},
- {
- label: "Terms of Service", href: "#"},
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Service", href: "#" },
],
},
]}