Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-09 14:22:20 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
@@ -11,7 +12,6 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,311 +28,177 @@ export default function LandingPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="NYC Restaurant"
button={{
text: "Reserve Table",
href: "#contact",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="NYC Restaurant"
button={{ text: "Reserve Table", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
title="Luxury Buffet Dining in New Delhi Global Flavours Under One Roof"
description="Live kitchens, curated world cuisine & unforgettable dining experience."
tag="Radisson Blu Plaza Delhi"
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
{
text: "Call Now",
href: "tel:+91114567890",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247763.jpg",
imageAlt: "Luxury hotel buffet layout",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg",
imageAlt: "Luxury hotel restaurant interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg",
imageAlt: "Stock photo of served nutritious Caesar salad with chicken served with black slice with sesame seeds on top.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081460.jpg",
imageAlt: "Top view friends having lunch in luxury restaurant",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081462.jpg",
imageAlt: "Top view friends having lunch in luxury restaurant",
},
]}
mediaAnimation="slide-up"
rating={5}
ratingText="4.3 Stars on Google"
tagIcon={Sparkles}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Luxury Buffet Dining in New Delhi Global Flavours Under One Roof"
description="Live kitchens, curated world cuisine & unforgettable dining experience."
tag="Radisson Blu Plaza Delhi"
tagIcon={Sparkles}
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "Call Now", href: "tel:+91114567890" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247763.jpg", imageAlt: "Luxury hotel buffet layout"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wide-selection-apetizers-including-olive-cheese-salad-varieties_114579-1543.jpg", imageAlt: "Luxury hotel restaurant interior"}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="4.3 Stars on Google"
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A New York Culinary Experience in Delhi"
description={[
"Located within the esteemed Radisson Blu Plaza, NYC Restaurant offers a fusion of global culinary excellence.",
"Our live kitchens bring an energetic, immersive dining experience to your table, redefining the traditional buffet.",
]}
/>
</div>
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A New York Culinary Experience in Delhi"
description={[
"Located within the esteemed Radisson Blu Plaza, NYC Restaurant offers a fusion of global culinary excellence.", "Our live kitchens bring an energetic, immersive dining experience to your table, redefining the traditional buffet."]}
/>
</div>
<div id="menu" data-section="menu">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Indian Heritage",
description: "Authentic Murgh Tikka, aromatic Biryani, and traditional curries.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-inside-plate-dark-surface_140725-115359.jpg",
imageAlt: "Indian chicken tikka platter",
},
{
title: "Continental Favorites",
description: "Handcrafted pizzas, gourmet pasta, and European delights.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg",
imageAlt: "Gourmet italian pasta plate",
},
{
title: "Delectable Desserts",
description: "A refined selection of decadent cakes, pastries, and Indian sweets.",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg",
imageAlt: "Premium dessert platter selection",
},
]}
title="Curated Global Menu"
description="Explore our diverse range of world cuisines prepared by expert chefs."
/>
</div>
<div id="menu" data-section="menu">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Indian Heritage", description: "Authentic Murgh Tikka, aromatic Biryani, and traditional curries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-green-cream-inside-plate-dark-surface_140725-115359.jpg", imageAlt: "Indian chicken tikka platter"},
{
title: "Continental Favorites", description: "Handcrafted pizzas, gourmet pasta, and European delights.", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg", imageAlt: "Gourmet italian pasta plate"},
{
title: "Delectable Desserts", description: "A refined selection of decadent cakes, pastries, and Indian sweets.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Premium dessert platter selection"},
]}
title="Curated Global Menu"
description="Explore our diverse range of world cuisines prepared by expert chefs."
/>
</div>
<div id="experience" data-section="experience">
<MetricCardFourteen
useInvertedBackground={false}
title="The NYC Buffet Experience"
tag="Why We Are Unique"
metrics={[
{
id: "m1",
value: "24/7",
description: "Dining Availability",
},
{
id: "m2",
value: "50+",
description: "Global Dishes",
},
{
id: "m3",
value: "Luxury",
description: "Hotel Atmosphere",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="experience" data-section="experience">
<MetricCardFourteen
useInvertedBackground={false}
title="The NYC Buffet Experience"
tag="Why We Are Unique"
metrics={[
{ id: "m1", value: "24/7", description: "Dining Availability" },
{ id: "m2", value: "50+", description: "Global Dishes" },
{ id: "m3", value: "Luxury", description: "Hotel Atmosphere" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="why-choose" data-section="why-choose">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Airport Proximity",
description: "Ideal location near NH-8 Mahipalpur for business and travelers.",
imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-132273.jpg",
imageAlt: "Self service restaurant",
},
{
title: "Multicuisine Excellence",
description: "Vast selection catering to diverse palates and preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/row-bowls-with-salad_1122-1370.jpg",
imageAlt: "Row of bowls with salad",
},
{
title: "Premium Ambiance",
description: "Sophisticated hotel dining environment suitable for all occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-with-shrimps-white-spoons_1262-1803.jpg",
imageAlt: "Delicious Snacks with Shrimps in White Spoons",
},
]}
title="Why Choose Us"
description="The premier buffet destination near Delhi Airport."
/>
</div>
<div id="why-choose" data-section="why-choose">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Airport Proximity", description: "Ideal location near NH-8 Mahipalpur for business and travelers.", imageSrc: "http://img.b2bpic.net/free-photo/self-service-restaurant_93675-132273.jpg", imageAlt: "Self service restaurant"},
{
title: "Multicuisine Excellence", description: "Vast selection catering to diverse palates and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/row-bowls-with-salad_1122-1370.jpg", imageAlt: "Row of bowls with salad"},
{
title: "Premium Ambiance", description: "Sophisticated hotel dining environment suitable for all occasions.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-with-shrimps-white-spoons_1262-1803.jpg", imageAlt: "Delicious Snacks with Shrimps in White Spoons"},
]}
title="Why Choose Us"
description="The premier buffet destination near Delhi Airport."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
role: "Traveler",
testimonial: "An incredible experience near the airport. The buffet variety is unmatched.",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-facing-camera_23-2148060462.jpg",
},
{
id: "t2",
name: "Rajesh Gupta",
role: "Corporate Guest",
testimonial: "The best luxury buffet in Delhi. Perfect for our business meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
},
{
id: "t3",
name: "Emily Chen",
role: "Business Traveler",
testimonial: "Sophisticated ambiance and truly global flavors. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
},
{
id: "t4",
name: "David Smith",
role: "Local Diner",
testimonial: "The Indian selection is authentic and delicious. Excellent service.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
},
{
id: "t5",
name: "Priya Sharma",
role: "Family Guest",
testimonial: "Great variety, perfect for families. The dessert section is divine.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-near-embankment-europe-park-city-sunsetin-sunglasses_158538-22364.jpg",
},
]}
title="What Guests Say"
description="Hear from those who have enjoyed our luxury dining experience."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Miller", role: "Traveler", testimonial: "An incredible experience near the airport. The buffet variety is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-facing-camera_23-2148060462.jpg"},
{
id: "t2", name: "Rajesh Gupta", role: "Corporate Guest", testimonial: "The best luxury buffet in Delhi. Perfect for our business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg"},
{
id: "t3", name: "Emily Chen", role: "Business Traveler", testimonial: "Sophisticated ambiance and truly global flavors. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"},
{
id: "t4", name: "David Smith", role: "Local Diner", testimonial: "The Indian selection is authentic and delicious. Excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg"},
{
id: "t5", name: "Priya Sharma", role: "Family Guest", testimonial: "Great variety, perfect for families. The dessert section is divine.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-near-embankment-europe-park-city-sunsetin-sunglasses_158538-22364.jpg"},
]}
title="What Guests Say"
description="Hear from those who have enjoyed our luxury dining experience."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are reservations required?",
content: "While walk-ins are welcome, reservations are highly recommended, especially during dinner hours.",
},
{
id: "q2",
title: "Is the restaurant open 24/7?",
content: "Yes, we offer dining options throughout the day and night.",
},
{
id: "q3",
title: "Do you offer delivery?",
content: "Yes, we provide takeaway and delivery options for your convenience.",
},
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining with us."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Are reservations required?", content: "While walk-ins are welcome, reservations are highly recommended, especially during dinner hours."},
{
id: "q2", title: "Is the restaurant open 24/7?", content: "Yes, we offer dining options throughout the day and night."},
{
id: "q3", title: "Do you offer delivery?", content: "Yes, we provide takeaway and delivery options for your convenience."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about dining with us."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Reserve Your Table"
title="Book Your Dining Experience"
description="Join us for an unforgettable buffet experience at Radisson Blu Delhi."
buttonText="Confirm Booking"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Reserve Your Table"
title="Book Your Dining Experience"
description="Join us for an unforgettable buffet experience at Radisson Blu Delhi."
buttonText="Confirm Booking"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu",
items: [
{
label: "Full Menu",
href: "#menu",
},
{
label: "Reservations",
href: "#contact",
},
],
},
{
title: "Location",
items: [
{
label: "Radisson Blu Plaza",
href: "#",
},
{
label: "NH-8 Mahipalpur",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="NYC Restaurant"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu", items: [
{ label: "Full Menu", href: "#menu" },
{ label: "Reservations", href: "#contact" },
],
},
{
title: "Location", items: [
{ label: "Radisson Blu Plaza", href: "#" },
{ label: "NH-8 Mahipalpur", href: "#" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
logoText="NYC Restaurant"
/>
</div>
</ReactLenis>
</ThemeProvider>
);