From 6eb6a966e90fc85d7ecf03f46d3ae7ad2e1810a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:59:19 +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 2b8cef6..ba9a0c0 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="slide-up" + buttonAnimation="opacity" /> @@ -220,7 +220,7 @@ export default function HomePage() { { text: "Contact Support", href: "/contact" }, { text: "Schedule Demo", href: "/demo" }, ]} - buttonAnimation="smooth" + buttonAnimation="opacity" background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1