diff --git a/src/app/page.tsx b/src/app/page.tsx
index a4e5edf..2e876cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,110 +44,33 @@ export default function LandingPage() {
@@ -186,48 +94,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Smokin Signature Burger",
- price: "₹349",
- variant: "Gourmet",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg",
- },
- {
- id: "p2",
- name: "Flame Grilled Chicken",
- price: "₹499",
- variant: "Specials",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg",
- },
- {
- id: "p3",
- name: "Seasoned Truffle Fries",
- price: "₹199",
- variant: "Sides",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-copy-space-herbs_23-2148701508.jpg",
- },
- {
- id: "p4",
- name: "Mediterranean Veg Wrap",
- price: "₹289",
- variant: "Wraps",
- imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4102.jpg",
- },
- {
- id: "p5",
- name: "Blue Lagoon Mocktail",
- price: "₹249",
- variant: "Drinks",
- imageSrc: "http://img.b2bpic.net/free-photo/drink-champagne-glass-copy-space_23-2148340077.jpg",
- },
- {
- id: "p6",
- name: "Signature Cold Brew",
- price: "₹229",
- variant: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-breakfast_23-2148877586.jpg",
- },
+ { id: "p1", name: "Smokin Signature Burger", price: "₹349", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg" },
+ { id: "p2", name: "Flame Grilled Chicken", price: "₹499", variant: "Specials", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg" },
+ { id: "p3", name: "Seasoned Truffle Fries", price: "₹199", variant: "Sides", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-french-fries-with-copy-space-herbs_23-2148701508.jpg" },
+ { id: "p4", name: "Mediterranean Veg Wrap", price: "₹289", variant: "Wraps", imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll_1339-4102.jpg" },
+ { id: "p5", name: "Blue Lagoon Mocktail", price: "₹249", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/drink-champagne-glass-copy-space_23-2148340077.jpg" },
+ { id: "p6", name: "Signature Cold Brew", price: "₹229", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-breakfast_23-2148877586.jpg" },
]}
title="Signature Menu"
description="Discover our handpicked collection of gourmet burgers, grilled specials, and premium beverages."
@@ -240,30 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Rooftop Dining",
- descriptions: [
- "Enjoy open-air seating with cityscape views.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-beer_23-2149592900.jpg",
- },
- {
- id: "f2",
- title: "Late Night Lounge",
- descriptions: [
- "Open until 1 AM for late-night cravings.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg",
- },
- {
- id: "f3",
- title: "Premium Ambiance",
- descriptions: [
- "Sophisticated lighting and modern aesthetics.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
- },
+ { id: "f1", title: "Rooftop Dining", descriptions: ["Enjoy open-air seating with cityscape views."], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-beer_23-2149592900.jpg" },
+ { id: "f2", title: "Late Night Lounge", descriptions: ["Open until 1 AM for late-night cravings."], imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg" },
+ { id: "f3", title: "Premium Ambiance", descriptions: ["Sophisticated lighting and modern aesthetics."], imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" },
]}
title="The EATMOSPHERE Experience"
description="Premium amenities designed for your absolute comfort."
@@ -274,47 +125,13 @@ export default function LandingPage() {
@@ -426,32 +186,8 @@ export default function LandingPage() {