From 5bc7c33d90d1355b246d975194dc87fba2f123f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:36:07 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b6cfe3c..7f8429e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { tag="Values" tagIcon={Shield} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -88,7 +88,7 @@ export default function AboutPage() { title="Meet the Visionaries" tag="Leadership" tagAnimation="slide-up" - membersAnimation="depth-3d" + membersAnimation="slide-up" memberVariant="default" useInvertedBackground={false} members={[ @@ -115,7 +115,7 @@ export default function AboutPage() { tag="Achievements" tagIcon={Award} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -145,7 +145,7 @@ export default function AboutPage() { tag="Community" tagIcon={MessageSquare} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} showRating={true} testimonials={[ -- 2.49.1 From 5c7df8e127664ebc82dc327e57fecd64f9d65ad8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:36:07 +0000 Subject: [PATCH 2/2] 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 9d81c13..49f64f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { tag="Features" tagIcon={Zap} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -108,7 +108,7 @@ export default function LandingPage() { tag="Impact" tagIcon={Award} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} metrics={[ { @@ -126,7 +126,7 @@ export default function LandingPage() { title="Meet the Experts Behind PixVault" tag="Team" tagAnimation="slide-up" - membersAnimation="depth-3d" + membersAnimation="slide-up" memberVariant="default" useInvertedBackground={false} members={[ @@ -153,7 +153,7 @@ export default function LandingPage() { tag="Testimonials" tagIcon={MessageSquare} textboxLayout="default" - animationType="depth-3d" + animationType="slide-up" useInvertedBackground={false} showRating={true} testimonials={[ -- 2.49.1