From 205b4bec478062e10d2f7ac60797a647cf3198c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:26:36 +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 e530154..5195be6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Get Started Free", href: "#products" }, { text: "Watch Demo", href: "#features" } ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158815.jpg", imageAlt: "modern ecommerce product showcase display" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-open-laptop-with-chroma-key-green-screen-standing-clothing-rack-black-friday-sales-retail-store-inventory-management-softwares-apparel-retail_482257-72301.jpg", imageAlt: "product display elegant lifestyle photography" }, @@ -72,7 +72,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More", href: "#features" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" useInvertedBackground={false} showBorder={true} />