3 Commits

Author SHA1 Message Date
ec53cafa56 Update src/app/page.tsx 2026-05-12 15:34:34 +00:00
905bffbb27 Merge version_1 into main
Merge version_1 into main
2026-05-12 15:33:53 +00:00
f872167f25 Merge version_1 into main
Merge version_1 into main
2026-05-12 15:33:22 +00:00

View File

@@ -57,10 +57,13 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
textboxLayout="split-actions"
useInvertedBackground={true}
title="Crafting Memories Through Flavor"
description="With over 15 years of experience in Michelin-starred kitchens, Chef Jean brings refined techniques and fresh, seasonal ingredients directly to your dining table."
buttons={[
{ text: "Book Your Experience", href: "#contact" }
]}
bulletPoints={[
{ title: "Personalized Menu", description: "Menus tailored to your preferences, allergies, and dietary goals." },
{ title: "Seamless Service", description: "From grocery sourcing to impeccable post-dinner cleanup." },
@@ -198,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}