Update src/app/page.tsx

This commit is contained in:
2026-04-07 04:53:20 +00:00
parent ad721ddd35
commit 523b4c5f39

View File

@@ -17,31 +17,23 @@ export default function LandingPage() {
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Philosophy",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Inquire",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Philosophy", id: "about" },
{ name: "Services", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Inquire", id: "contact" },
]}
brandName="Chef Artisan"
/>
@@ -52,12 +44,9 @@ export default function LandingPage() {
logoText="Chef Artisan"
description="Crafting unforgettable dining experiences in the comfort of your own home."
buttons={[
{
text: "Book a Consultation",
href: "#contact",
},
{ text: "Book a Consultation", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727976.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727976.jpg"
imageAlt="Professional private chef in a refined setting"
/>
</div>
@@ -67,21 +56,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="My Philosophy"
metrics={[
{
icon: Flame,
label: "Years of Experience",
value: "15+",
},
{
icon: Award,
label: "Gourmet Events Hosted",
value: "500+",
},
{
icon: MapPin,
label: "Regional Cuisines",
value: "12",
},
{ icon: Flame, label: "Years of Experience", value: "15+" },
{ icon: Award, label: "Gourmet Events Hosted", value: "500+" },
{ icon: MapPin, label: "Regional Cuisines", value: "12" },
]}
metricsAnimation="slide-up"
/>
@@ -94,25 +71,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Bespoke Dining",
description: "Customized menus designed to your personal tastes and dietary needs.",
bentoComponent: "media-stack",
items: [
title: "Bespoke Dining", description: "Customized menus designed to your personal tastes and dietary needs.", bentoComponent: "media-stack", items: [
{
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg",
imageAlt: "Bespoke dining",
},
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-vegetables-chili-flakes-wooden-background_23-2147956521.jpg", imageAlt: "Bespoke dining"},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-glasses-with-drinks-plate-with-sliced-limes_8353-10646.jpg",
imageAlt: "Custom dining service",
},
imageSrc: "http://img.b2bpic.net/free-photo/small-glasses-with-drinks-plate-with-sliced-limes_8353-10646.jpg", imageAlt: "Custom dining service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-cutting-tomato-slices-kitchen-counter_23-2147893453.jpg",
imageAlt: "Gourmet prep",
},
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-person-cutting-tomato-slices-kitchen-counter_23-2147893453.jpg", imageAlt: "Gourmet prep"},
],
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727976.jpg?_wi=2",
imageAlt: "private chef in elegant kitchen",
},
]}
title="Services Offered"
@@ -127,40 +93,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice M.",
role: "Host",
testimonial: "The most incredible dinner party we've ever held. Everything was perfect.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg",
},
id: "1", name: "Alice M.", role: "Host", testimonial: "The most incredible dinner party we've ever held. Everything was perfect.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg"},
{
id: "2",
name: "John D.",
role: "Client",
testimonial: "Absolutely world-class service. My guests were blown away by the flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg",
},
id: "2", name: "John D.", role: "Client", testimonial: "Absolutely world-class service. My guests were blown away by the flavors.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891048.jpg"},
{
id: "3",
name: "Sarah P.",
role: "Organizer",
testimonial: "Chef made our anniversary so special. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-outdoors_197531-5883.jpg",
},
id: "3", name: "Sarah P.", role: "Organizer", testimonial: "Chef made our anniversary so special. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-outdoors_197531-5883.jpg"},
{
id: "4",
name: "Mark L.",
role: "Client",
testimonial: "Professional, creative, and delicious. Simply a wonderful experience.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg",
},
id: "4", name: "Mark L.", role: "Client", testimonial: "Professional, creative, and delicious. Simply a wonderful experience.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-baked-chicken-festive-table_23-2147961422.jpg"},
{
id: "5",
name: "Elena R.",
role: "Host",
testimonial: "Flawless execution from start to finish. We will definitely book again!",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg",
},
id: "5", name: "Elena R.", role: "Host", testimonial: "Flawless execution from start to finish. We will definitely book again!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43235.jpg"},
]}
title="What Clients Say"
description="Experiences from my satisfied dinner guests."
@@ -171,8 +112,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Let's Cook"
title="Request a Reservation"
description="Ready to plan your next event? Fill out the details below and I'll be in touch."
@@ -187,26 +127,14 @@ export default function LandingPage() {
columns={[
{
items: [
{
label: "Services",
href: "#features",
},
{
label: "Philosophy",
href: "#about",
},
{ label: "Services", href: "#features" },
{ label: "Philosophy", href: "#about" },
],
},
{
items: [
{
label: "Reviews",
href: "#testimonials",
},
{
label: "Contact",
href: "#contact",
},
{ label: "Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" },
],
},
]}