3 Commits

Author SHA1 Message Date
d9c87c84bf Merge version_4 into main
Merge version_4 into main
2026-06-11 07:35:12 +00:00
f7c5cee7fb Update src/app/page.tsx 2026-06-11 07:35:06 +00:00
f27f9ea2b0 Merge version_3 into main
Merge version_3 into main
2026-06-11 07:16:09 +00:00

View File

@@ -54,6 +54,7 @@ export default function LandingPage() {
<HeroOverlay <HeroOverlay
title="Experience Exquisite Private Dining" title="Experience Exquisite Private Dining"
description="Indulge in a bespoke culinary journey crafted exclusively for you. From intimate dinners to grand celebrations, Chef's Table brings world-class cuisine directly to your home." description="Indulge in a bespoke culinary journey crafted exclusively for you. From intimate dinners to grand celebrations, Chef's Table brings world-class cuisine directly to your home."
tag="Gourmet Dining, Delivered"
buttons={[ buttons={[
{ {
text: "Book a Consultation", href: "#contact"}, text: "Book a Consultation", href: "#contact"},
@@ -298,4 +299,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }