From d281ed6feaa523b5e841d34317e78d65cd3932f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:03:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 959f428..05ad3bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,10 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Contact Our Specialists", href: "/contact" } + ]} + buttonAnimation="slide-up" /> @@ -196,10 +200,6 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[ - { text: "Start Your Journey with Us", href: "/contact" } - ]} - buttonAnimation="slide-up" />