diff --git a/src/app/page.tsx b/src/app/page.tsx index 721780e..1e69c40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,6 +121,10 @@ export default function LandingPage() { ]} title="Menu Highlights" description="Discover our most-loved dishes, crafted with tradition and care." + buttons={[ + { + text: "View Full Menu", href: "#"}, + ]} /> @@ -219,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file