From f45e0111d9f19aca92d9c85b110748dd585fa62b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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} /> -- 2.49.1