3 Commits

Author SHA1 Message Date
429b20e4a7 Update src/app/page.tsx 2026-03-31 14:54:13 +00:00
99c5e6925f Update src/app/page.tsx 2026-03-31 14:53:39 +00:00
15ef1d43d6 Merge version_1 into main
Merge version_1 into main
2026-03-31 14:52:06 +00:00

View File

@@ -2,13 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { Award } from "lucide-react"; import { Award } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Chef Artisan" brandName="Chef Artisan"
/> />
@@ -53,19 +45,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
logoText="Chef Artisan" logoText="Chef Artisan"
description="Bespoke culinary experiences tailored for your most intimate occasions. Bringing fine dining to your home." description="Bespoke culinary experiences tailored for your most intimate occasions. Bringing fine dining to your home."
buttons={[ buttons={[
{ {
text: "Book Your Chef", text: "Book Your Chef", href: "#contact"},
href: "#contact",
},
{ {
text: "View Services", text: "View Services", href: "#services"},
href: "#services",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/frontview-fresh-salad-foreground-glass-with-white-wine_8353-10591.jpg" imageSrc="http://img.b2bpic.net/free-photo/frontview-fresh-salad-foreground-glass-with-white-wine_8353-10591.jpg"
imageAlt="Professional plating by Private Chef" imageAlt="Professional plating by Private Chef"
@@ -94,28 +81,13 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Dining", tag: "Dining", title: "In-Home Fine Dining", subtitle: "Curated Tasting Menus", description: "Multi-course meals tailored to your specific preferences and dietary needs, served with professional flair.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-fillet-grilled-with-vegetables-served-with-fresh-herbs-sauce-plate_141793-2969.jpg"},
title: "In-Home Fine Dining",
subtitle: "Curated Tasting Menus",
description: "Multi-course meals tailored to your specific preferences and dietary needs, served with professional flair.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-fillet-grilled-with-vegetables-served-with-fresh-herbs-sauce-plate_141793-2969.jpg",
},
{ {
id: 2, id: 2,
tag: "Education", tag: "Education", title: "Cooking Masterclass", subtitle: "Hands-On Culinary Skills", description: "Learn the professional techniques behind elite culinary dishes in a fun, intimate group setting.", imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-japanese-food-together_23-2149366795.jpg"},
title: "Cooking Masterclass",
subtitle: "Hands-On Culinary Skills",
description: "Learn the professional techniques behind elite culinary dishes in a fun, intimate group setting.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-cooking-japanese-food-together_23-2149366795.jpg",
},
{ {
id: 3, id: 3,
tag: "Consulting", tag: "Consulting", title: "Bespoke Menu Planning", subtitle: "Personalized Event Design", description: "Collaborate on a unique menu designed to impress for any celebration or event.", imageSrc: "http://img.b2bpic.net/free-vector/modern-menu-template-with-golden-mandala_23-2147656864.jpg"},
title: "Bespoke Menu Planning",
subtitle: "Personalized Event Design",
description: "Collaborate on a unique menu designed to impress for any celebration or event.",
imageSrc: "http://img.b2bpic.net/free-vector/modern-menu-template-with-golden-mandala_23-2147656864.jpg",
},
]} ]}
title="Our Signature Offerings" title="Our Signature Offerings"
description="From intimate dinners to custom cooking classes, we elevate your culinary expectations." description="From intimate dinners to custom cooking classes, we elevate your culinary expectations."
@@ -123,103 +95,65 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardOne
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
title="What Guests Say"
description="Read about the incredible culinary experiences our clients have enjoyed."
textboxLayout="default"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Eleanor P.", role: "Private Event Host", company: "Local Client", rating: 5,
name: "Eleanor P.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg?_wi=1",
},
{ {
id: "2", id: "2", name: "Julian S.", role: "Corporate Client", company: "Executive Director", rating: 5,
name: "Julian S.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-catering-food-table_23-2148482445.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-catering-food-table_23-2148482445.jpg",
},
{ {
id: "3", id: "3", name: "Marcus V.", role: "Private Client", company: "Celebration Event", rating: 5,
name: "Marcus V.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
},
{
id: "4",
name: "Sarah L.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-arranging-cutlery-table_23-2147830623.jpg",
},
{
id: "5",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081466.jpg?_wi=2",
},
]} ]}
cardTitle="What Guests Say"
cardTag="Testimonials"
cardAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain", text="Ready to bring luxury dining to your home? Reach out to schedule your consultation today."
}}
tag="Inquiry"
title="Reserve Your Experience"
description="Ready to bring luxury dining to your home? Reach out to schedule your consultation today."
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Get in touch", href: "mailto:hello@chefartisan.com"},
href: "mailto:hello@chefartisan.com",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterBaseCard
logoText="Chef Artisan"
columns={[ columns={[
{ {
items: [ title: "Company", items: [
{ { label: "About", href: "#about" },
label: "About", { label: "Services", href: "#services" },
href: "#about",
},
{
label: "Services",
href: "#services",
},
], ],
}, },
{ {
items: [ title: "Support", items: [
{ { label: "Testimonials", href: "#testimonials" },
label: "Testimonials", { label: "Contact", href: "#contact" },
href: "#testimonials",
},
{
label: "Contact",
href: "#contact",
},
], ],
}, },
{ {
items: [ title: "Legal", items: [
{ { label: "Privacy Policy", href: "#" },
label: "Privacy Policy", { label: "Terms of Service", href: "#" },
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
], ],
}, },
]} ]}
logoText="Chef Artisan"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }