From 9fdad2175a5bfed85afc3e2b0c17eb03fdcea959 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:52:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 741f586..bd6a2dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,6 +86,10 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" mode="buttons" + buttons={[ + { text: "Book Your Service", href: "contact" }, + ]} + buttonAnimation="slide-up" >
@@ -250,4 +254,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +}