Update src/app/page.tsx
This commit is contained in:
156
src/app/page.tsx
156
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Artisan"
|
||||
/>
|
||||
@@ -55,9 +47,7 @@ export default function LandingPage() {
|
||||
description="Experience restaurant-quality gourmet meals prepared personally for you. From menu design to pristine cleanup, Chef Artisan handles every detail."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg"
|
||||
imageAlt="Private chef plating gourmet cuisine"
|
||||
@@ -65,25 +55,15 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-preparing-festive-table_23-2147964469.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-preparing-festive-table_23-2147964469.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-extended-family-blowing-birthday-candle-cake-while-celebrating-dining-room_637285-3318.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-extended-family-blowing-birthday-candle-cake-while-celebrating-dining-room_637285-3318.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-pizza-together_23-2149339479.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-pizza-together_23-2149339479.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friends-with-sangria-medium-shot_23-2149436822.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-friends-with-sangria-medium-shot_23-2149436822.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ happy dinner party hosts"
|
||||
/>
|
||||
@@ -94,18 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Memorable ",
|
||||
},
|
||||
type: "text", content: "Crafting Memorable "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27017.jpg",
|
||||
alt: "Chef Artisan at work",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27017.jpg", alt: "Chef Mititelu Darius Cristian"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Moments",
|
||||
},
|
||||
type: "text", content: " Moments"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,34 +90,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ingredient Sourcing",
|
||||
label: "Freshness First",
|
||||
items: [
|
||||
"Locally sourced organic produce",
|
||||
"Premium ethically raised meats",
|
||||
"Direct from sustainable markets",
|
||||
],
|
||||
id: "f1", title: "Ingredient Sourcing", label: "Freshness First", items: [
|
||||
"Locally sourced organic produce", "Premium ethically raised meats", "Direct from sustainable markets"],
|
||||
buttons: [{ text: "Learn More", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Custom Menus",
|
||||
label: "Personalized",
|
||||
items: [
|
||||
"Tailored to dietary requirements",
|
||||
"Seasonal recipe development",
|
||||
"Theme-matched culinary art",
|
||||
],
|
||||
id: "f2", title: "Custom Menus", label: "Personalized", items: [
|
||||
"Tailored to dietary requirements", "Seasonal recipe development", "Theme-matched culinary art"],
|
||||
buttons: [{ text: "Explore Options", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Full-Service Cleanup",
|
||||
label: "Stress-Free",
|
||||
items: [
|
||||
"Pristine kitchen restoration",
|
||||
"Dishware handling",
|
||||
"Leave your kitchen as found",
|
||||
],
|
||||
id: "f3", title: "Full-Service Cleanup", label: "Stress-Free", items: [
|
||||
"Pristine kitchen restoration", "Dishware handling", "Leave your kitchen as found"],
|
||||
buttons: [{ text: "See How", href: "#" }]
|
||||
},
|
||||
]}
|
||||
title="A Seamless Dining Experience"
|
||||
@@ -159,40 +117,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Julia M.",
|
||||
role: "Host",
|
||||
testimonial: "The dinner party was flawless. The flavors and presentation were better than any Michelin restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
|
||||
},
|
||||
id: "t1", name: "Julia M.", role: "Host", testimonial: "The dinner party was flawless. The flavors and presentation were better than any Michelin restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Host",
|
||||
testimonial: "I couldn't have asked for a more professional and delicious evening for our anniversary.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-festive-table_23-2147964469.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Host", testimonial: "I couldn't have asked for a more professional and delicious evening for our anniversary.", imageSrc: "http://img.b2bpic.net/free-photo/women-preparing-festive-table_23-2147964469.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
role: "Event Planner",
|
||||
testimonial: "Chef Artisan handled my birthday celebration perfectly. My guests are still talking about the dessert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-blowing-birthday-candle-cake-while-celebrating-dining-room_637285-3318.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", role: "Event Planner", testimonial: "Chef Artisan handled my birthday celebration perfectly. My guests are still talking about the dessert.", imageSrc: "http://img.b2bpic.net/free-photo/happy-extended-family-blowing-birthday-candle-cake-while-celebrating-dining-room_637285-3318.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sam K.",
|
||||
role: "CEO",
|
||||
testimonial: "Exceptional service and communication throughout the entire process. Simply magnificent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-pizza-together_23-2149339479.jpg",
|
||||
},
|
||||
id: "t4", name: "Sam K.", role: "CEO", testimonial: "Exceptional service and communication throughout the entire process. Simply magnificent.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-pizza-together_23-2149339479.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Clara V.",
|
||||
role: "Socialite",
|
||||
testimonial: "The best dining experience I've had at home, period. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-sangria-medium-shot_23-2149436822.jpg",
|
||||
},
|
||||
id: "t5", name: "Clara V.", role: "Socialite", testimonial: "The best dining experience I've had at home, period. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-sangria-medium-shot_23-2149436822.jpg"},
|
||||
]}
|
||||
title="Trusted by Gastronomes"
|
||||
description="Hear what our clients say about their private dining experiences."
|
||||
@@ -203,16 +136,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to plan?"
|
||||
title="Book Your Chef Experience"
|
||||
description="Send us your event details, guest count, and preferred date to get started with a custom quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "mailto:hello@chefartisan.com",
|
||||
},
|
||||
text: "Get a Quote", href: "mailto:hello@chefartisan.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,33 +151,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Dinner Parties",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Dinner Parties", href: "#features"},
|
||||
{
|
||||
label: "Corporate Events",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Corporate Events", href: "#features"},
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Consultation", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -258,4 +176,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user