2 Commits

Author SHA1 Message Date
f5f37d780d Update src/app/page.tsx 2026-05-12 15:35:48 +00:00
e1d7c57c18 Merge version_2 into main
Merge version_2 into main
2026-05-12 15:34:40 +00:00

View File

@@ -62,6 +62,7 @@ export default function LandingPage() {
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: "View Full Menu", href: "#menu" },
{ text: "Book Your Experience", href: "#contact" }
]}
bulletPoints={[
@@ -201,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}