From 0ac2e5cde93a774c8386566ff149e0c7a3b34d98 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:34:45 +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 9d4702d..15dfdc0 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="bounce-effect" + buttonAnimation="text-stagger" /> @@ -120,7 +120,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="text-stagger" useInvertedBackground={false} /> @@ -222,7 +222,7 @@ export default function LandingPage() { buttons={[ { text: "Ask a Question", href: "#contact" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="text-stagger" faqsAnimation="slide-up" textPosition="left" useInvertedBackground={true} -- 2.49.1