Merge version_1 into main #1

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

View File

@@ -25,216 +25,97 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Chef Artisan"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Chef Artisan"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static",
}}
title="Exquisite Dining, Curated for You."
description="Elevate your private event with bespoke culinary creations crafted in your home by a dedicated professional chef."
buttons={[
{
text: "Book Your Chef",
href: "#contact",
},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg",
imageAlt: "Gourmet plating",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-ingredients-bowl_23-2148491238.jpg",
imageAlt: "Chef preparing dish",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg",
imageAlt: "Fresh ingredients",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232192.jpg",
imageAlt: "Plating detail",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg",
imageAlt: "Dinner table",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/standing-profile-view-young-male-cook-wearing-chef-uniform-holding-frying-pan-sniffing-salad-his-hand_141793-38070.jpg",
imageAlt: "Professional service",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-static" }}
title="Exquisite Dining, Curated for You."
description="Elevate your private event with bespoke culinary creations crafted in your home by a dedicated professional chef."
buttons={[{ text: "Book Your Chef", href: "#contact" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg", imageAlt: "private chef plating gourmet food" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chef-putting-ingredients-bowl_23-2148491238.jpg", imageAlt: "gourmet appetizer presentation" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheesecake-with-strawberry-chocolate-plate-bowls_140725-105618.jpg", imageAlt: "modern kitchen luxury dining" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232192.jpg", imageAlt: "fresh organic produce ingredients" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/twigs-leaves-near-lamp-cutlery_23-2147811213.jpg", imageAlt: "fine dining atmosphere warm lighting" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/standing-profile-view-young-male-cook-wearing-chef-uniform-holding-frying-pan-sniffing-salad-his-hand_141793-38070.jpg", imageAlt: "chef showing culinary skills" }
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="A Lifetime of Culinary Passion"
buttons={[
{
text: "Learn More",
href: "#contact",
},
]}
description="With over 15 years of experience in Michelin-starred kitchens, I bring the art of fine dining directly to your dining table. My philosophy centers on sourcing the finest seasonal ingredients and transforming them into personalized masterpieces that tell a story."
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="A Lifetime of Culinary Passion"
buttons={[{ text: "Learn More", href: "#contact" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "1",
title: "Bespoke Menus",
subtitle: "Crafted to your preferences",
category: "Cuisine",
value: "100%",
},
{
id: "2",
title: "Full Service",
subtitle: "From prep to cleanup",
category: "Service",
value: "24/7",
},
{
id: "3",
title: "Fresh Ingredients",
subtitle: "Sourced daily for you",
category: "Quality",
value: "Premium",
},
{
id: "4",
title: "Wine Pairing",
subtitle: "Sommelier selections",
category: "Beverage",
value: "Expert",
},
{
id: "5",
title: "Dietary Customization",
subtitle: "Allergen-conscious gourmet",
category: "Flexibility",
value: "Adaptive",
},
]}
title="Curated Experiences"
description="We bring restaurant-quality excellence to your dining table."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", title: "Bespoke Menus", subtitle: "Crafted to your preferences", category: "Cuisine", value: "100%" },
{ id: "2", title: "Full Service", subtitle: "From prep to cleanup", category: "Service", value: "24/7" },
{ id: "3", title: "Fresh Ingredients", subtitle: "Sourced daily for you", category: "Quality", value: "Premium" },
{ id: "4", title: "Wine Pairing", subtitle: "Sommelier selections", category: "Beverage", value: "Expert" },
{ id: "5", title: "Dietary Customization", subtitle: "Allergen-conscious gourmet", category: "Flexibility", value: "Adaptive" }
]}
title="Curated Experiences"
description="We bring restaurant-quality excellence to your dining table."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Host",
company: "Home Gala",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg",
},
{
id: "2",
name: "James Anderson",
role: "Corporate Lead",
company: "Tech Team",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg",
},
{
id: "3",
name: "Elise Dupont",
role: "Foodie",
company: "Private Event",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
},
{
id: "4",
name: "Mark Thornton",
role: "Anniversary",
company: "Family Dinner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
},
{
id: "5",
name: "Laura Jenkins",
role: "Party Planner",
company: "City Events",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg",
},
]}
title="Voices of Our Guests"
description="See why discerning food enthusiasts choose us for their most important occasions."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Miller", role: "Host", company: "Home Gala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-jacket-white-shirt-happily-showing-ok-gesture-while-looking-camera-orange-background_574295-5835.jpg" },
{ id: "2", name: "James Anderson", role: "Corporate Lead", company: "Tech Team", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg" },
{ id: "3", name: "Elise Dupont", role: "Foodie", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
{ id: "4", name: "Mark Thornton", role: "Anniversary", company: "Family Dinner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg" },
{ id: "5", name: "Laura Jenkins", role: "Party Planner", company: "City Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-handing-his-boarding-pass-female-staff_107420-85131.jpg" }
]}
title="Voices of Our Guests"
description="See why discerning food enthusiasts choose us for their most important occasions."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Inquiry"
title="Start Your Culinary Journey"
description="Ready to design your custom menu? Let's discuss your next event."
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Inquiry"
title="Start Your Culinary Journey"
description="Ready to design your custom menu? Let's discuss your next event."
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Chef Artisan"
copyrightText="© 2025 Chef Artisan | Culinary Excellence"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Chef Artisan"
copyrightText="© 2025 Chef Artisan | Culinary Excellence"
/>
</div>
</ReactLenis>
</ThemeProvider>
);