Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "about",
|
||||
},
|
||||
name: "Philosophy", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Connect",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Connect", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Studio"
|
||||
/>
|
||||
@@ -57,38 +47,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Bespoke Culinary Experiences, Crafted for You."
|
||||
description="Elevate your private gatherings with globally inspired, seasonal menus tailored to your unique taste and vision."
|
||||
tag="Private Chef Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-dinner-beef-lamb-tomato-sauce-with-cutlery_114579-1931.jpg",
|
||||
imageAlt: "Chef plating gourmet dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eating-dinner-beef-lamb-tomato-sauce-with-cutlery_114579-1931.jpg", imageAlt: "Chef plating gourmet dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg",
|
||||
imageAlt: "Exquisite fine dining presentation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients preparation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg?_wi=1",
|
||||
imageAlt: "Elegant table setting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg?_wi=1",
|
||||
imageAlt: "Culinary detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-table-arrangement_52683-107254.jpg", imageAlt: "Exquisite fine dining presentation"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -104,19 +75,13 @@ export default function LandingPage() {
|
||||
description="Bringing professional culinary mastery into the comfort of your home. With years of experience in Michelin-starred kitchens, I create memorable dining events that celebrate the art of food."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Farm-to-Table Focus",
|
||||
description: "Sourcing local, high-quality ingredients for every menu.",
|
||||
},
|
||||
title: "Farm-to-Table Focus", description: "Sourcing local, high-quality ingredients for every menu."},
|
||||
{
|
||||
title: "Bespoke Menu Design",
|
||||
description: "Fully personalized dining journeys tailored to your preferences.",
|
||||
},
|
||||
title: "Bespoke Menu Design", description: "Fully personalized dining journeys tailored to your preferences."},
|
||||
{
|
||||
title: "Seamless Service",
|
||||
description: "Professional catering and cleanup so you can focus on your guests.",
|
||||
},
|
||||
title: "Seamless Service", description: "Professional catering and cleanup so you can focus on your guests."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg"
|
||||
imageAlt="Chef preparing high-end ingredients"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,29 +95,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Intimate Dinners",
|
||||
description: "Perfect for romantic or small group celebrations.",
|
||||
},
|
||||
title: "Intimate Dinners", description: "Perfect for romantic or small group celebrations."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Private Events",
|
||||
description: "Exceptional catering for parties, weddings, or corporate events.",
|
||||
},
|
||||
title: "Private Events", description: "Exceptional catering for parties, weddings, or corporate events."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Interactive Classes",
|
||||
description: "Learn to cook like a pro in your own home kitchen.",
|
||||
},
|
||||
title: "Interactive Classes", description: "Learn to cook like a pro in your own home kitchen."},
|
||||
{
|
||||
icon: CalendarDays,
|
||||
title: "Meal Prep Packages",
|
||||
description: "Weekly curated meal plans for busy, health-conscious families.",
|
||||
},
|
||||
title: "Meal Prep Packages", description: "Weekly curated meal plans for busy, health-conscious families."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Fine Dining Consults",
|
||||
description: "Expert advice for your next culinary project.",
|
||||
},
|
||||
title: "Fine Dining Consults", description: "Expert advice for your next culinary project."},
|
||||
]}
|
||||
title="Tailored Culinary Offerings"
|
||||
description="Explore the range of high-end services designed to elevate every occasion."
|
||||
@@ -163,42 +118,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Julianne M.",
|
||||
role: "Host",
|
||||
testimonial: "An incredible experience. Every course was perfectly executed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Julianne M.", role: "Host", testimonial: "An incredible experience. Every course was perfectly executed.", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus R.",
|
||||
role: "Corporate Lead",
|
||||
testimonial: "The highlight of our company retreat. Professional and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Marcus R.", role: "Corporate Lead", testimonial: "The highlight of our company retreat. Professional and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie H.",
|
||||
role: "Foodie",
|
||||
testimonial: "Truly top-tier. I never knew my kitchen could feel like a restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-lemonade-home_1303-24214.jpg",
|
||||
},
|
||||
id: "3", name: "Sophie H.", role: "Foodie", testimonial: "Truly top-tier. I never knew my kitchen could feel like a restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-lemonade-home_1303-24214.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Effortless planning and exceptional food. Will hire again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190916.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Homeowner", testimonial: "Effortless planning and exceptional food. Will hire again.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190916.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena K.",
|
||||
role: "Celebrator",
|
||||
testimonial: "Exceeded all our expectations for a birthday celebration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg",
|
||||
},
|
||||
id: "5", name: "Elena K.", role: "Celebrator", testimonial: "Exceeded all our expectations for a birthday celebration.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg"},
|
||||
]}
|
||||
title="Voices of Delight"
|
||||
description="See why clients trust our kitchen to deliver unforgettable moments."
|
||||
@@ -209,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Inquiry"
|
||||
title="Start Your Culinary Journey"
|
||||
description="Ready to craft your perfect menu? Let’s connect and discuss your vision."
|
||||
@@ -225,33 +155,21 @@ export default function LandingPage() {
|
||||
logoText="Chef Studio"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Philosophy", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user