Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec53cafa56 | |||
| 905bffbb27 | |||
| f872167f25 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user