diff --git a/src/app/page.tsx b/src/app/page.tsx index a17ad46..9d4702d 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="entrance-slide" + buttonAnimation="bounce-effect" /> @@ -120,7 +120,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="bounce-effect" useInvertedBackground={false} /> @@ -222,7 +222,7 @@ export default function LandingPage() { buttons={[ { text: "Ask a Question", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="bounce-effect" faqsAnimation="slide-up" textPosition="left" useInvertedBackground={true}