diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c00d09..5b30e93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,6 +103,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} + buttons={[ + { text: "Explore Our Café", href: "#contact" } + ]} /> @@ -274,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file