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