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