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" />