diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c8fffd7..48ca77e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Start Here", href: "/start-here" }, { label: "7-Day Challenge", href: "/7-day-challenge" }, { label: "Blog", href: "/blog" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord", href: "https://discord.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "YouTube", href: "https://youtube.com" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -55,7 +52,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -79,6 +76,7 @@ export default function AboutPage() { { icon: Target, label: "Goals Achieved", value: "15K+" }, ]} useInvertedBackground={false} + metricsAnimation="opacity" /> @@ -91,32 +89,14 @@ export default function AboutPage() { showRating={true} testimonials={[ { - id: "1", - name: "James Martinez", - handle: "@jm_builds", - testimonial: "Peak Mindset changed my entire approach to productivity. I went from 2 hours of deep work daily to 6 hours. The framework is simple but powerful.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=5", - imageAlt: "success transformation before-after achievement proud", - }, + id: "1", name: "James Martinez", handle: "@jm_builds", testimonial: "Peak Mindset changed my entire approach to productivity. I went from 2 hours of deep work daily to 6 hours. The framework is simple but powerful.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg", imageAlt: "success transformation before-after achievement proud"}, { - id: "2", - name: "Sarah Chen", - handle: "@sarah.discipline", - testimonial: "The 7-day challenge was the kick I needed. Three months later, I've built a morning routine that sticks and my income doubled.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=5", - imageAlt: "confidence strength discipline mindset growth", - }, + id: "2", name: "Sarah Chen", handle: "@sarah.discipline", testimonial: "The 7-day challenge was the kick I needed. Three months later, I've built a morning routine that sticks and my income doubled.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg", imageAlt: "confidence strength discipline mindset growth"}, { - id: "3", - name: "David Thompson", - handle: "@davidthmp", - testimonial: "Not motivational fluff. Pure, actionable discipline principles. This community holds you accountable in the best way possible.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg?_wi=3", - imageAlt: "success habits routine winning dedication", - }, + id: "3", name: "David Thompson", handle: "@davidthmp", testimonial: "Not motivational fluff. Pure, actionable discipline principles. This community holds you accountable in the best way possible.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg", imageAlt: "success habits routine winning dedication"}, ]} animationType="slide-up" textboxLayout="default" @@ -128,7 +108,7 @@ export default function AboutPage() {