diff --git a/src/app/page.tsx b/src/app/page.tsx index 37d6af8..1391a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,11 @@ export default function LandingPage() { ]} title="Signature Tapas & Rare Tequilas" description="Explore a selection of our most celebrated dishes and exclusive tequila offerings, meticulously chosen for exceptional taste and quality." + buttons={[ + { + text: "View Full Menu", href: "#menu" + } + ]} /> @@ -264,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file