diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6065c7..1e7e140 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,131 +30,46 @@ export default function LandingPage() {
@@ -166,20 +81,11 @@ export default function LandingPage() {
title="Exquisite Hospitality Since Day One"
description="At Taste Carnival, we blend traditional Indian culinary heritage with modern hospitality standards. Whether you are hosting a grand wedding, planning a corporate retreat, or simply looking for a refined dining experience, our facility offers unmatched quality and comfort."
bulletPoints={[
- {
- title: "Gourmet Dining",
- description: "Authentic Indian dishes crafted by award-winning chefs.",
- },
- {
- title: "Luxury Banquet",
- description: "Versatile event spaces tailored for your special celebrations.",
- },
- {
- title: "Premium Suites",
- description: "Elegant rooms designed for your absolute comfort and rest.",
- },
+ { title: "Gourmet Dining", description: "Authentic Indian dishes crafted by award-winning chefs." },
+ { title: "Luxury Banquet", description: "Versatile event spaces tailored for your special celebrations." },
+ { title: "Premium Suites", description: "Elegant rooms designed for your absolute comfort and rest." },
]}
- imageSrc="http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/front-view-barbecue-food-dinner_23-2148301314.jpg"
mediaAnimation="blur-reveal"
imageAlt="restaurant kitchen authentic indian food"
/>
@@ -192,48 +98,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Royal Butter Chicken",
- price: "₹450",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Tandoori Platter",
- price: "₹600",
- variant: "Signature",
- imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Awadhi Biryani",
- price: "₹350",
- variant: "Vegetarian",
- imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Garlic Naan Basket",
- price: "₹120",
- variant: "Side",
- imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg",
- },
- {
- id: "5",
- name: "Mango Lassi",
- price: "₹150",
- variant: "Beverage",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg",
- },
- {
- id: "6",
- name: "Gulab Jamun",
- price: "₹180",
- variant: "Dessert",
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-snacks_114579-47495.jpg",
- },
+ { id: "1", name: "Royal Butter Chicken", price: "₹450", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg" },
+ { id: "2", name: "Tandoori Platter", price: "₹600", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
+ { id: "3", name: "Awadhi Biryani", price: "₹350", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-beans-fried-onions_141793-1384.jpg" },
+ { id: "4", name: "Garlic Naan Basket", price: "₹120", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/baked-clam-with-garlic-butter-served-with-garlic-bread-dark-background_1150-45279.jpg" },
+ { id: "5", name: "Mango Lassi", price: "₹150", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-with-biscuit-cookies-cream-dark-surface_140725-115036.jpg" },
+ { id: "6", name: "Gulab Jamun", price: "₹180", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/christmas-tree-shaped-snacks_114579-47495.jpg" },
]}
title="Signature Flavors"
description="Explore our curated selection of Indian delicacies, prepared with fresh, locally sourced ingredients."
@@ -242,52 +112,17 @@ export default function LandingPage() {