From f5f37d780d9d1abcf46f24a12e19b44ffa96fb29 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:35:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59c5911..100a894 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1