From d5c352b49dde2011a8b79589ed9f2db92eef13c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 11:06:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 321 ++++------------------------------------------- 1 file changed, 25 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4eb1c2..0d38b97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,145 +30,29 @@ export default function LandingPage() {
document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' }) }, + { text: "View Menu", onClick: () => document.getElementById('menu')?.scrollIntoView({ behavior: 'smooth' }) }, ]} + leftCarouselItems={[]} + rightCarouselItems={[]} />
@@ -178,19 +62,9 @@ export default function LandingPage() { title="A Legacy of Rock & Roll Flavor" description="More than just a restaurant, we create unforgettable nights in New Delhi. Combining world-class culinary expertise with authentic rock spirit." metrics={[ - { - value: "15+", - title: "Years serving", - }, - { - value: "50k+", - title: "Happy Guests", - }, + { value: "15+", title: "Years serving" }, + { value: "50k+", title: "Happy Guests" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-golden-skull-with-citrus-cocktail_23-2150835853.jpg" - imageAlt="Restaurant Interior" - mediaAnimation="slide-up" - metricsAnimation="slide-up" /> @@ -200,62 +74,6 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - brand: "Signature", - name: "Legendary Burger", - price: "₹895", - rating: 5, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-burger-along-with-olives-cheese-tomatoes-green-salad-inside-round-plate_140725-11661.jpg", - }, - { - id: "p2", - brand: "Starter", - name: "Tupelo Chicken Wings", - price: "₹650", - rating: 5, - reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-glazed-bbq-chicken-wings-with-ketchup-dip_84443-72269.jpg", - }, - { - id: "p3", - brand: "Drink", - name: "Hurricane Cocktail", - price: "₹550", - rating: 4, - reviewCount: "670", - imageSrc: "http://img.b2bpic.net/free-photo/blue-drink-with-ice-cubes-umbrella-decorated-glass_23-2148145350.jpg", - }, - { - id: "p4", - brand: "Main", - name: "New York Strip Steak", - price: "₹1200", - rating: 5, - reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-duck-leg-cooked-sauce-garnished-with-spinach-walnut_141793-2432.jpg", - }, - { - id: "p5", - brand: "Starter", - name: "Classic Nachos", - price: "₹595", - rating: 4, - reviewCount: "820", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-little-white-brown-cupcakes-stand-tired-dish_8353-728.jpg", - }, - { - id: "p6", - brand: "Dessert", - name: "Hot Fudge Brownie", - price: "₹495", - rating: 5, - reviewCount: "1.1k", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-wrapped-with-dough-tomato-sauce_114579-2133.jpg", - }, - ]} title="Our Signature Flavors" description="From world-famous burgers to hand-crafted cocktails, explore our menu." /> @@ -265,50 +83,9 @@ export default function LandingPage() { @@ -316,15 +93,7 @@ export default function LandingPage() { @@ -334,42 +103,21 @@ export default function LandingPage() {
console.log("Subscribed:", email)} />
@@ -377,41 +125,22 @@ export default function LandingPage() { document.getElementById('menu')?.scrollIntoView({ behavior: 'smooth' }) }, + { label: "Events", onClick: () => document.getElementById('events')?.scrollIntoView({ behavior: 'smooth' }) }, + { label: "Book", onClick: () => document.getElementById('contact')?.scrollIntoView({ behavior: 'smooth' }) }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy" }, + { label: "Terms of Service" }, ], }, ]} - bottomLeftText="© 2024 Hard Rock New Delhi" - bottomRightText="All rights reserved." /> ); -} +} \ No newline at end of file