From eb2b84f487af4b46c62ba2f911531ffe965176ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:54:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b60ed59..a4b6dd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: 'Book a Free Automation Review', href: '#contact' }, { text: 'View Case Studies', href: '#case-studies' } ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" background={{ variant: 'plain' }} dashboard={{ title: 'Automation Metrics Hub', @@ -344,7 +344,7 @@ export default function LandingPage() { { text: 'Book a Free Automation Review', href: 'mailto:hello@intulos.com?subject=Automation Review' }, { text: 'Schedule Strategy Call', href: 'mailto:hello@intulos.com?subject=Strategy Call' } ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" background={{ variant: 'plain' }} useInvertedBackground={false} /> -- 2.49.1