Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 19:23:58 +00:00
parent f2065ea42a
commit 41e2e13d72

View File

@@ -90,13 +90,13 @@ export default function AboutPage() {
testimonials={[ 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, 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"}, 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: "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, 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"}, 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: "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, 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"}, 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"},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -119,7 +119,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg" imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=4"
imageAlt="Peak Mindset Community" imageAlt="Peak Mindset Community"
columns={footerColumns} columns={footerColumns}
logoText="Peak Mindset" logoText="Peak Mindset"