diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3d42837..ed580af 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,96 +30,44 @@ export default function LandingPage() {
@@ -129,9 +77,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Opulence Redefined"
description={[
- "Elahi Luxury Dining is more than a restaurant; it is a retreat into sheer opulence. Our cave-style interior design, intricately textured with gold, offers a regal setting for your most memorable moments.",
- "Whether it is an intimate date, a family celebration, or a milestone dinner, our space provides an Instagram-worthy backdrop that perfectly complements our world-class fine-dining menu.",
- ]}
+ "Elahi Luxury Dining is more than a restaurant; it is a retreat into sheer opulence. Our cave-style interior design, intricately textured with gold, offers a regal setting for your most memorable moments.", "Whether it is an intimate date, a family celebration, or a milestone dinner, our space provides an Instagram-worthy backdrop that perfectly complements our world-class fine-dining menu."]}
/>
@@ -142,21 +88,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Limited capacity, exclusive entry",
- "Advanced booking recommended",
- "Sophisticated dress code expected",
- "Quiet surroundings encouraged",
- "Exclusive event calendar",
- ],
+ "Limited capacity, exclusive entry", "Advanced booking recommended", "Sophisticated dress code expected", "Quiet surroundings encouraged", "Exclusive event calendar"],
}}
positiveCard={{
items: [
- "Instagram-worthy opulent cave design",
- "World-class fine-dining experience",
- "Perfect for couples and grand celebrations",
- "Premium curated wine cellar",
- "Artisanal culinary craftsmanship",
- ],
+ "Instagram-worthy opulent cave design", "World-class fine-dining experience", "Perfect for couples and grand celebrations", "Premium curated wine cellar", "Artisanal culinary craftsmanship"],
}}
title="Why Elahi Luxury Dining"
description="Indulge in an atmosphere curated for those with a taste for the finer things in life."
@@ -170,42 +106,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Saffron Infused Lamb",
- price: "₹2,800",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg",
- },
- {
- id: "2",
- name: "Gold-Leaf Chocolate Sphere",
- price: "₹1,200",
- imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg",
- },
- {
- id: "3",
- name: "Truffle Mushroom Velouté",
- price: "₹950",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg",
- },
- {
- id: "4",
- name: "Rare Blend Risotto",
- price: "₹1,800",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg",
- },
- {
- id: "5",
- name: "Pan-Seared Sea Bass",
- price: "₹2,200",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-souffle-with-strawberry-jelly-decorated-with-chocolate-icing-strawberries-with-cup-tea_141793-4308.jpg",
- },
- {
- id: "6",
- name: "Artisanal Cheese Platter",
- price: "₹1,500",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg",
- },
+ { id: "1", name: "Saffron Infused Lamb", price: "₹2,800", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg" },
+ { id: "2", name: "Gold-Leaf Chocolate Sphere", price: "₹1,200", imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg" },
+ { id: "3", name: "Truffle Mushroom Velouté", price: "₹950", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg" },
+ { id: "4", name: "Rare Blend Risotto", price: "₹1,800", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-decorated-with-vegetables_1303-12325.jpg" },
+ { id: "5", name: "Pan-Seared Sea Bass", price: "₹2,200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dessert-souffle-with-strawberry-jelly-decorated-with-chocolate-icing-strawberries-with-cup-tea_141793-4308.jpg" },
+ { id: "6", name: "Artisanal Cheese Platter", price: "₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-chocolate-dessert-cup-beverage-restaurant_23-2148001613.jpg" },
]}
title="Exquisite Signatures"
description="A curated selection of our finest delicacies, crafted with passion and precision."
@@ -214,46 +120,17 @@ export default function LandingPage() {