From 2299f24d49a850e735ecde84adeb0f7ea9e50c44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:58:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 701f5ed..2b8cef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/man-library-with-tablet_1134-234.jpg" imageAlt="Smart library with RFID technology" showDimOverlay={true} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" /> @@ -220,7 +220,7 @@ export default function HomePage() { { text: "Contact Support", href: "/contact" }, { text: "Schedule Demo", href: "/demo" }, ]} - buttonAnimation="slide-up" + buttonAnimation="smooth" background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1