diff --git a/src/app/page.tsx b/src/app/page.tsx index 96beea9..6a91c80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,6 +179,11 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Reserve Now", href: "contact" }, + { text: "View Hours", href: "contact" } + ]} + buttonAnimation="slide-up" /> @@ -243,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file