From bc87da26a829c56868a960d1da1461aa91a2d476 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:35:02 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 048f3d1..ee3bfcd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -167,7 +167,7 @@ export default function AboutPage() { cardDescriptionClassName="text-gray-600 space-y-2" tagClassName="" buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="" From fa125f226deea240a360bff94525083e154cb7ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:35:02 +0000 Subject: [PATCH 2/4] Update src/app/features/page.tsx --- src/app/features/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index c2763d8..7e40ca0 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -133,7 +133,7 @@ export default function FeaturesPage() { cardDescriptionClassName="text-gray-600 space-y-3 list-disc list-inside" tagClassName="" buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="" @@ -205,7 +205,7 @@ export default function FeaturesPage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" carouselMode="buttons" uniformGridCustomHeightClasses="" ariaLabel="" @@ -274,7 +274,7 @@ export default function FeaturesPage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" animationType="smooth" showCard={true} ariaLabel="" From 6df4723279af61f9d76eb5a7df60d4e9f9a56c83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:35:03 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bdddd4..0e3be27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -235,7 +235,7 @@ export default function HomePage() { cardDescriptionClassName="text-gray-600 space-y-2" tagClassName="" buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" textboxLayout="default" carouselMode="buttons" uniformGridCustomHeightClasses="" @@ -304,7 +304,7 @@ export default function HomePage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" carouselMode="buttons" uniformGridCustomHeightClasses="" ariaLabel="" @@ -377,7 +377,7 @@ export default function HomePage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" carouselMode="buttons" uniformGridCustomHeightClasses="" ariaLabel="" @@ -477,7 +477,7 @@ export default function HomePage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" animationType="smooth" showCard={true} ariaLabel="" From 086a1ecfa6e0d23014517ca2a9d30547fcb2955d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 08:35:03 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 21e019f..ccf9ae0 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -124,7 +124,7 @@ export default function PricingPage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" carouselMode="buttons" uniformGridCustomHeightClasses="" ariaLabel="" @@ -196,7 +196,7 @@ export default function PricingPage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" carouselMode="buttons" uniformGridCustomHeightClasses="" ariaLabel="" @@ -274,7 +274,7 @@ export default function PricingPage() { tag="" tagIcon={undefined} buttons={undefined} - buttonAnimation="" + buttonAnimation="slide-up" animationType="smooth" showCard={true} ariaLabel=""