diff --git a/src/app/page.tsx b/src/app/page.tsx index 736e692..e156047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { { text: "Book Appointment", onClick: handleAppointmentClick }, { text: "Call Now", href: "tel:+1-555-123-4567" } ]} - buttonAnimation="slide-up" - useInvertedBackground={false} + mediaAnimation="slide-up" + background={{ variant: "plain" }} /> @@ -100,7 +100,6 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Our Team", href: "#testimonials" } ]} - buttonAnimation="slide-up" useInvertedBackground={false} />