Merge version_1 into main #2
343
src/app/page.tsx
343
src/app/page.tsx
@@ -14,247 +14,126 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Magic Vibe"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Magic Vibe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
title="Where Food Meets the Magic of Vibes"
|
||||
description="Premium dining • Magical ambiance • Exceptional taste"
|
||||
tag="Luxury Dining"
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg",
|
||||
imageAlt: "Luxury dining setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123763.jpg",
|
||||
imageAlt: "Chef preparing signature dish",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Rated 4.8★ by 50+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Where Food Meets the Magic of Vibes"
|
||||
description="Premium dining • Magical ambiance • Exceptional taste"
|
||||
tag="Luxury Dining"
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "Order Online", href: "#menu" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/round-base-clear-drinking-glasses-brown-wooden-table-round-black-white-pendant-lamp_410324-63.jpg", imageAlt: "Luxury dining setting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-grey-salad-food-health-diet_140725-123763.jpg", imageAlt: "Chef preparing signature dish" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Rated 4.8★ by 50+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Magical Culinary Journey"
|
||||
description={[
|
||||
"Magic Vibe Restaurant & Lounge is more than a place to eat; it is an immersive sensory experience located in the heart of Sehmalpur. We blend modern luxury with the warmth of Indian hospitality.",
|
||||
"With a 4.8-star rating from over 50 delighted patrons, we pride ourselves on freshly prepared gourmet cuisine, an aesthetic atmosphere, and service that treats every guest like family.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Magical Culinary Journey"
|
||||
description={[
|
||||
"Magic Vibe Restaurant & Lounge is more than a place to eat; it is an immersive sensory experience located in the heart of Sehmalpur. We blend modern luxury with the warmth of Indian hospitality.", "With a 4.8-star rating from over 50 delighted patrons, we pride ourselves on freshly prepared gourmet cuisine, an aesthetic atmosphere, and service that treats every guest like family."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Paneer Tikka Magic",
|
||||
price: "₹250",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-skewers-with-chili-herbs-dark-board_84443-85864.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Butter Chicken",
|
||||
price: "₹380",
|
||||
variant: "Main Course",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-tikka-masala-bowl_191095-90568.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Magic Berry Mocktail",
|
||||
price: "₹220",
|
||||
variant: "Beverage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-alcoholic-drinks-with-rosemary_23-2148617574.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chef's Special Combo",
|
||||
price: "₹400",
|
||||
variant: "Combo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-teriyaki-sauce-lettuce-leaf-with-red-cabbage-salad-lemon_114579-3571.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our handcrafted selection, ranging from spicy starters to decadent main courses, all priced between ₹200–₹400."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Paneer Tikka Magic", price: "₹250", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-skewers-with-chili-herbs-dark-board_84443-85864.jpg" },
|
||||
{ id: "2", name: "Signature Butter Chicken", price: "₹380", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-tikka-masala-bowl_191095-90568.jpg" },
|
||||
{ id: "3", name: "Magic Berry Mocktail", price: "₹220", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/delicious-alcoholic-drinks-with-rosemary_23-2148617574.jpg" },
|
||||
{ id: "4", name: "Chef's Special Combo", price: "₹400", variant: "Combo", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-teriyaki-sauce-lettuce-leaf-with-red-cabbage-salad-lemon_114579-3571.jpg" }
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our handcrafted selection, ranging from spicy starters to decadent main courses, all priced between ₹200–₹400."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Dine-In & Lounge",
|
||||
description: "Experience our luxurious, ambient interior.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Drive-Through",
|
||||
description: "Quick pickup for those on the move.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-food-template_23-2149817305.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "No-Contact Delivery",
|
||||
description: "Safe, premium food right to your door.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-outdoors-with-takeaway-food_23-2149025871.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Exceptional Services"
|
||||
description="We offer a variety of ways to experience our magical vibe, tailored to your comfort."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "s1", title: "Dine-In & Lounge", description: "Experience our luxurious, ambient interior.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg" },
|
||||
{ id: "s2", title: "Drive-Through", description: "Quick pickup for those on the move.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-food-template_23-2149817305.jpg" },
|
||||
{ id: "s3", title: "No-Contact Delivery", description: "Safe, premium food right to your door.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-outdoors-with-takeaway-food_23-2149025871.jpg" }
|
||||
]}
|
||||
title="Exceptional Services"
|
||||
description="We offer a variety of ways to experience our magical vibe, tailored to your comfort."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Sharma",
|
||||
role: "Food Blogger",
|
||||
testimonial: "The food is sooo tasty and the service is superb.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663850.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ananya Gupta",
|
||||
role: "Local Patron",
|
||||
testimonial: "A truly magical experience, loved every moment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram Singh",
|
||||
role: "Regular Guest",
|
||||
testimonial: "Best ambiance in Sehmalpur, highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sonia Verma",
|
||||
role: "Family Visitor",
|
||||
testimonial: "Amazing hospitality and delicious cuisine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-charming-young-woman-with-bob-haircut-enjoying-walk-through-city-yellow-coat-smiling-camera_171337-3468.jpg",
|
||||
},
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="Real feedback from our happy guests who enjoyed the magical ambiance and tasty food."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Rahul Sharma", role: "Food Blogger", testimonial: "The food is sooo tasty and the service is superb.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663850.jpg" },
|
||||
{ id: "t2", name: "Ananya Gupta", role: "Local Patron", testimonial: "A truly magical experience, loved every moment.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg" },
|
||||
{ id: "t3", name: "Vikram Singh", role: "Regular Guest", testimonial: "Best ambiance in Sehmalpur, highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg" },
|
||||
{ id: "t4", name: "Sonia Verma", role: "Family Visitor", testimonial: "Amazing hospitality and delicious cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-charming-young-woman-with-bob-haircut-enjoying-walk-through-city-yellow-coat-smiling-camera_171337-3468.jpg" }
|
||||
]}
|
||||
title="Guest Testimonials"
|
||||
description="Real feedback from our happy guests who enjoyed the magical ambiance and tasty food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Dine-In & Lounge",
|
||||
description: "Experience our luxurious, ambient interior.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Drive-Through",
|
||||
description: "Quick pickup for those on the move.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-food-template_23-2149817305.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "No-Contact Delivery",
|
||||
description: "Safe, premium food right to your door.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-outdoors-with-takeaway-food_23-2149025871.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Exceptional Services"
|
||||
description="We offer a variety of ways to experience our magical vibe, tailored to your comfort."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Magical Table"
|
||||
description="Visit us at Plot No. 64 & 65, Harnarain Aeropolis – DHL, Sehmalpur, UP 221105. Open till 11 PM daily. Call us: +91 98765 43210"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Magical Table"
|
||||
description="Visit us at Plot No. 64 & 65, Harnarain Aeropolis – DHL, Sehmalpur, UP 221105. Open till 11 PM daily. Call us: +91 98765 43210"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Magic Vibe"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Magic Vibe"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user