3 Commits

Author SHA1 Message Date
48f34456fa Merge version_2 into main
Merge version_2 into main
2026-05-26 05:16:38 +00:00
edd4f1b7a1 Update src/app/page.tsx 2026-05-26 05:16:35 +00:00
71312bca4f Merge version_1 into main
Merge version_1 into main
2026-05-26 05:13:29 +00:00

View File

@@ -126,7 +126,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Bringing Passion and Precision to Your Plate" title="Where Every Dish Tells a Story: Crafting Unforgettable Culinary Journeys Just For You."
buttons={[ buttons={[
{ {
text: "Meet the Chef", href: "#contact"}, text: "Meet the Chef", href: "#contact"},
@@ -373,4 +373,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }