Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-15 15:07:01 +00:00

View File

@@ -16,370 +16,164 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
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">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Night Kitchen"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" }
]}
brandName="Night Kitchen"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{
variant: "gradient-bars",
}}
title="Dining Refined, After Dark."
description="Experience hand-crafted culinary artistry in an atmosphere curated for those who appreciate the finer details of night dining."
testimonials={[
{
name: "Elena Thorne",
handle: "@elena_eats",
testimonial: "The atmosphere is unmatched. Truly the highlight of my week.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-restaurant_23-2147861975.jpg",
},
{
name: "Marcus Vane",
handle: "@mvane_official",
testimonial: "Night Kitchen is a masterpiece of modern cuisine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
},
{
name: "Sophie Reed",
handle: "@sophie_travels",
testimonial: "Exceptional service and flavor profiles that haunt you.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg",
},
{
name: "James L.",
handle: "@james_chef",
testimonial: "Pure culinary genius. The best experience in the city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-table_23-2149684349.jpg",
},
{
name: "Chloe B.",
handle: "@chloe_foodie",
testimonial: "A sanctuary for food lovers. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg",
alt: "Customer 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Seasonal Ingredients",
},
{
type: "text",
text: "Artisan Crafted",
},
{
type: "text",
text: "Late-Night Fine Dining",
},
{
type: "text",
text: "Local Sourcing",
},
{
type: "text",
text: "Unmatched Atmosphere",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
background={{ variant: "gradient-bars" }}
title="Dining Refined, After Dark."
description="Experience hand-crafted culinary artistry in an atmosphere curated for those who appreciate the finer details of night dining."
testimonials={[
{ name: "Elena Thorne", handle: "@elena_eats", testimonial: "The atmosphere is unmatched. Truly the highlight of my week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-restaurant_23-2147861975.jpg" },
{ name: "Marcus Vane", handle: "@mvane_official", testimonial: "Night Kitchen is a masterpiece of modern cuisine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg" },
{ name: "Sophie Reed", handle: "@sophie_travels", testimonial: "Exceptional service and flavor profiles that haunt you.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-holding-mobile-phone_171337-9727.jpg" },
{ name: "James L.", handle: "@james_chef", testimonial: "Pure culinary genius. The best experience in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting-table_23-2149684349.jpg" },
{ name: "Chloe B.", handle: "@chloe_foodie", testimonial: "A sanctuary for food lovers. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-5658.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-christian-man-church_23-2149344160.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152879.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg", alt: "Customer 5" }
]}
marqueeItems={[{ type: "text", text: "Seasonal Ingredients" }, { type: "text", text: "Artisan Crafted" }, { type: "text", text: "Late-Night Fine Dining" }, { type: "text", text: "Local Sourcing" }, { type: "text", text: "Unmatched Atmosphere" }]}
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Our Culinary Vision"
description="Born from a passion for midnight inspiration, Night Kitchen focuses on seasonal, locally-sourced ingredients prepared with refined techniques. We transform the ordinary into an extraordinary late-night ritual."
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934701.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Our Culinary Vision"
description="Born from a passion for midnight inspiration, Night Kitchen focuses on seasonal, locally-sourced ingredients prepared with refined techniques. We transform the ordinary into an extraordinary late-night ritual."
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934701.jpg"
/>
</div>
<div id="menu" data-section="menu">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "feat-1",
title: "Farm to Table",
description: "Sourced daily from our partner family farms within a 50-mile radius.",
tag: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-with-vegetable-platter-around_114579-15459.jpg",
},
{
id: "feat-2",
title: "Refined Technique",
description: "Classic French methods combined with contemporary creative freedom.",
tag: "Technique",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-traditional-japanese-food_23-2148759578.jpg",
},
{
id: "feat-3",
title: "Seasonal Focus",
description: "Our menu shifts with the seasons to ensure peak freshness and flavor.",
tag: "Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/people-scanning-qr-codes-restaurant_23-2149357915.jpg",
},
]}
title="Artisanal Features"
description="Each menu item is crafted with purpose and precision."
/>
</div>
<div id="menu" data-section="menu">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "feat-1", title: "Farm to Table", description: "Sourced daily from our partner family farms within a 50-mile radius.", tag: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-with-vegetable-platter-around_114579-15459.jpg" },
{ id: "feat-2", title: "Refined Technique", description: "Classic French methods combined with contemporary creative freedom.", tag: "Technique", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-traditional-japanese-food_23-2148759578.jpg" },
{ id: "feat-3", title: "Seasonal Focus", description: "Our menu shifts with the seasons to ensure peak freshness and flavor.", tag: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/people-scanning-qr-codes-restaurant_23-2149357915.jpg" }
]}
title="Artisanal Features"
description="Each menu item is crafted with purpose and precision."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p-1",
brand: "Signature",
name: "Truffle Infused Risotto",
price: "$38",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg",
},
{
id: "p-2",
brand: "Seasonal",
name: "Heirloom Beet Salad",
price: "$24",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-605.jpg",
},
{
id: "p-3",
brand: "Artisan",
name: "Sourdough Board",
price: "$16",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-protein-quail-eggs-wooden-box-stand-rustic-table_8353-8743.jpg",
},
{
id: "p-4",
brand: "Signature",
name: "Hand-Pressed Pappardelle",
price: "$32",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-with-vegetables-table_140725-6530.jpg",
},
{
id: "p-5",
brand: "Signature",
name: "Midnight Dark Chocolate Tart",
price: "$18",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg",
},
{
id: "p-6",
brand: "Seasonal",
name: "Herb-Crusted Rack of Lamb",
price: "$45",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg",
},
]}
title="Featured Culinary Creations"
description="Savor the signature plates that define our identity."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p-1", brand: "Signature", name: "Truffle Infused Risotto", price: "$38", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-fusion-food-with-sushi-seasonings-plate-wooden-surface_181624-42994.jpg" },
{ id: "p-2", brand: "Seasonal", name: "Heirloom Beet Salad", price: "$24", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-605.jpg" },
{ id: "p-3", brand: "Artisan", name: "Sourdough Board", price: "$16", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-protein-quail-eggs-wooden-box-stand-rustic-table_8353-8743.jpg" },
{ id: "p-4", brand: "Signature", name: "Hand-Pressed Pappardelle", price: "$32", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-with-vegetables-table_140725-6530.jpg" },
{ id: "p-5", brand: "Signature", name: "Midnight Dark Chocolate Tart", price: "$18", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-ice-cream-flowers_23-2151973725.jpg" },
{ id: "p-6", brand: "Seasonal", name: "Herb-Crusted Rack of Lamb", price: "$45", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg" }
]}
title="Featured Culinary Creations"
description="Savor the signature plates that define our identity."
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet The Culinary Artists"
tag="Our Team"
membersAnimation="slide-up"
members={[
{
id: "chef-1",
name: "Chef Julien A.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1325.jpg",
},
{
id: "chef-2",
name: "Chef Marco D.",
imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-looking-happy-smiling-camera-colorful-background-man-chef-hat-posing-studio_574295-6058.jpg",
},
{
id: "chef-3",
name: "Chef Sara P.",
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-woman-holding-cupcakes-smiling_23-2148075725.jpg",
},
]}
memberVariant="card"
/>
</div>
<div id="team" data-section="team">
<TeamCardTen
useInvertedBackground={false}
title="Meet The Culinary Artists"
tag="Our Team"
membersAnimation="slide-up"
members={[
{ id: "chef-1", name: "Chef Julien A.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1325.jpg" },
{ id: "chef-2", name: "Chef Marco D.", imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-looking-happy-smiling-camera-colorful-background-man-chef-hat-posing-studio_574295-6058.jpg" },
{ id: "chef-3", name: "Chef Sara P.", imageSrc: "http://img.b2bpic.net/free-photo/confectioner-woman-holding-cupcakes-smiling_23-2148075725.jpg" }
]}
memberVariant="card"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "t-1",
name: "Julian B.",
role: "Food Critic",
company: "Dining Daily",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg",
},
{
id: "t-2",
name: "Maria C.",
role: "Founder",
company: "TechInnov",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg",
},
{
id: "t-3",
name: "Robert S.",
role: "Architect",
company: "StudioR",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
},
{
id: "t-4",
name: "Lisa K.",
role: "Artist",
company: "Creative Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg",
},
{
id: "t-5",
name: "David W.",
role: "Journalist",
company: "City Press",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
},
]}
title="Voices of the Night"
description="What our guests are saying about their midnight experience."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "t-1", name: "Julian B.", role: "Food Critic", company: "Dining Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-talking-phone_158595-1007.jpg" },
{ id: "t-2", name: "Maria C.", role: "Founder", company: "TechInnov", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg" },
{ id: "t-3", name: "Robert S.", role: "Architect", company: "StudioR", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg" },
{ id: "t-4", name: "Lisa K.", role: "Artist", company: "Creative Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg" },
{ id: "t-5", name: "David W.", role: "Journalist", company: "City Press", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" }
]}
title="Voices of the Night"
description="What our guests are saying about their midnight experience."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q-1",
title: "Do I need a reservation?",
content: "While we welcome walk-ins, reservations are highly encouraged on weekends.",
},
{
id: "q-2",
title: "Are there vegan options?",
content: "Yes, our menu is designed to cater to various dietary preferences including vegan.",
},
{
id: "q-3",
title: "Can I host a private event?",
content: "We offer private dining options for intimate gatherings and special occasions.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-friends-reading-menu-restaurant_23-2150384821.jpg"
title="Common Inquiries"
description="Everything you need to know about our reservation process and dining experience."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q-1", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are highly encouraged on weekends." },
{ id: "q-2", title: "Are there vegan options?", content: "Yes, our menu is designed to cater to various dietary preferences including vegan." },
{ id: "q-3", title: "Can I host a private event?", content: "We offer private dining options for intimate gatherings and special occasions." }
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-friends-reading-menu-restaurant_23-2150384821.jpg"
title="Common Inquiries"
description="Everything you need to know about our reservation process and dining experience."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Stay Informed"
title="Join Our Mailing List"
description="Get exclusive invitations and seasonal updates from our kitchen."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Stay Informed"
title="Join Our Mailing List"
description="Get exclusive invitations and seasonal updates from our kitchen."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Night Kitchen"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "#contact",
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Night Kitchen"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);