diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e42df..b591fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,6 +116,9 @@ export default function LandingPage() { ]} title="Our Authentic Menu" description="Discover a selection of classic Lebanese dishes prepared with authentic ingredients." + buttons={[ + { text: "View Full Menu", href: "#menu" } + ]} /> @@ -207,4 +210,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file