Update src/app/page.tsx

This commit is contained in:
2026-03-02 23:57:58 +00:00
parent db8a303ef1
commit d02810ec95

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: 'Book a Free Automation Review', href: '#contact' }, { text: 'Book a Free Automation Review', href: '#contact' },
{ text: 'View Case Studies', href: '#case-studies' } { text: 'View Case Studies', href: '#case-studies' }
]} ]}
buttonAnimation="slide-up" buttonAnimation="smooth"
background={{ variant: 'plain' }} background={{ variant: 'plain' }}
dashboard={{ dashboard={{
title: 'Automation Metrics Hub', title: 'Automation Metrics Hub',
@@ -342,7 +342,7 @@ export default function LandingPage() {
{ text: 'Book a Free Automation Review', href: 'mailto:hello@intulos.com?subject=Automation Review' }, { 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' } { text: 'Schedule Strategy Call', href: 'mailto:hello@intulos.com?subject=Strategy Call' }
]} ]}
buttonAnimation="slide-up" buttonAnimation="smooth"
background={{ variant: 'plain' }} background={{ variant: 'plain' }}
useInvertedBackground={false} useInvertedBackground={false}
/> />