3 Commits

Author SHA1 Message Date
f0ec4965d7 Update src/app/page.tsx 2026-03-05 01:30:35 +00:00
0cc6b67a4d Merge version_1 into main
Merge version_1 into main
2026-03-05 01:28:58 +00:00
85d8a5d6c3 Merge version_1 into main
Merge version_1 into main
2026-03-05 01:23:50 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
buttons: [{ text: "Explore", href: "contact" }] buttons: [{ text: "Explore", href: "contact" }]
} }
]} ]}
animationType="slide-up" animationType="scale-rotate"
/> />
</div> </div>
@@ -142,7 +142,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="scale-rotate"
plans={[ plans={[
{ {
id: "starter", badge: "Beginner", badgeIcon: Zap, id: "starter", badge: "Beginner", badgeIcon: Zap,
@@ -172,7 +172,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" animationType="depth-3d"
testimonials={[ 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" 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() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }