diff --git a/src/app/page.tsx b/src/app/page.tsx index b735d26..1ea4759 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,14 @@ export default function LandingPage() { ]} autoPlay={true} autoPlayInterval={4000} + buttons={[ + { + text: "View Our Menu", href: "#menu" + }, + { + text: "Book a Table", href: "#contact" + } + ]} />