From 9f95773e0f1758754abbfbf8c0ae366ecc74780c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:42:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15dfdc0..4bffaf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { { text: "Book an Appointment", href: "#contact" }, { text: "View Our Portfolio", href: "#portfolio" } ]} - buttonAnimation="text-stagger" + buttonAnimation="slide-up" /> @@ -120,7 +120,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#" } ]} - buttonAnimation="text-stagger" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -222,7 +222,7 @@ export default function LandingPage() { buttons={[ { text: "Ask a Question", href: "#contact" } ]} - buttonAnimation="text-stagger" + buttonAnimation="slide-up" faqsAnimation="slide-up" textPosition="left" useInvertedBackground={true} -- 2.49.1