From f0ec4965d7a5f53ece575d84bd6c7f907b31002a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:30:35 +0000 Subject: [PATCH] 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 ba9dbd5..9429505 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { buttons: [{ text: "Explore", href: "contact" }] } ]} - animationType="slide-up" + animationType="scale-rotate" /> @@ -142,7 +142,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="scale-rotate" plans={[ { id: "starter", badge: "Beginner", badgeIcon: Zap, @@ -172,7 +172,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" + animationType="depth-3d" testimonials={[ { id: "1", name: "Sarah Thompson", role: "Designer, NYC", testimonial: "I lost 15 pounds and gained so much confidence. The trainers truly care about your progress.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Sarah Thompson" @@ -247,4 +247,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1