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}