From c835619547e6879dca56eecf5563cbc5c65c9cce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:35:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb3b47d..e4bdece 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,6 +181,7 @@ export default function LandingPage() { tag="Safety First" textboxLayout="default" useInvertedBackground={true} + buttonAnimation="fade-in" /> @@ -194,6 +195,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email" buttonText="Book Now" termsText="We respect your privacy. Your appointment details will be kept confidential and secure." + tagAnimation="slide-up" /> -- 2.49.1