From 10508a68c89743ac242903bce440ad9e9bc93fed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:44:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1