diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b0254a..b9bdcd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,17 +123,17 @@ export default function LandingPage() { description="Hear from Gen-Z goal-chasers who've transformed their dreams into reality" testimonials={[ { - id: "1", title: "Finally a space that gets me", quote: "Goalify made tracking my goals feel natural, not like a chore. The community aspect keeps me accountable and inspired every single day.", name: "Maya Chen", role: "Content Creator & Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maya Chen"}, + id: "1", title: "Finally a space that gets me", quote: "Goalify made tracking my goals feel natural, not like a chore. The community aspect keeps me accountable and inspired every single day.", name: "Maya Chen", role: "Content Creator & Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maya Chen"}, { - id: "2", title: "Changed how I approach success", quote: "The gamification and community features make me want to log in daily. I've hit more goals in 3 months than I did in a year before.", name: "Jordan Williams", role: "College Student & Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jordan Williams"}, + id: "2", title: "Changed how I approach success", quote: "The gamification and community features make me want to log in daily. I've hit more goals in 3 months than I did in a year before.", name: "Jordan Williams", role: "College Student & Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jordan Williams"}, { - id: "3", title: "My accountability partner", quote: "Having a community that celebrates my wins and supports through losses is everything. This app is genuinely part of my routine now.", name: "Sofia Rodriguez", role: "Side Hustler & Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofia Rodriguez"}, + id: "3", title: "My accountability partner", quote: "Having a community that celebrates my wins and supports through losses is everything. This app is genuinely part of my routine now.", name: "Sofia Rodriguez", role: "Side Hustler & Designer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sofia Rodriguez"}, { - id: "4", title: "Built different for Gen-Z", quote: "It's not preachy or corporate. It just gets what we want: real connection, real goals, real results. Love it.", name: "Alex Park", role: "Freelancer & Creative", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Park"}, + id: "4", title: "Built different for Gen-Z", quote: "It's not preachy or corporate. It just gets what we want: real connection, real goals, real results. Love it.", name: "Alex Park", role: "Freelancer & Creative", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Alex Park"}, { - id: "5", title: "Goal crushing made fun", quote: "The interface is so clean and intuitive. I recommended it to all my friends. We're basically using it as our main social app now.", name: "Zara Thompson", role: "Student & Wellness Advocate", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Zara Thompson"}, + id: "5", title: "Goal crushing made fun", quote: "The interface is so clean and intuitive. I recommended it to all my friends. We're basically using it as our main social app now.", name: "Zara Thompson", role: "Student & Wellness Advocate", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Zara Thompson"}, { - id: "6", title: "This is what we needed", quote: "Finally an app that celebrates progress over perfection. The Gen-Z community here is real, supportive, and actually fun.", name: "Marcus Johnson", role: "Entrepreneur & Mentor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + id: "6", title: "This is what we needed", quote: "Finally an app that celebrates progress over perfection. The Gen-Z community here is real, supportive, and actually fun.", name: "Marcus Johnson", role: "Entrepreneur & Mentor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Marcus Johnson"}, ]} textboxLayout="default" useInvertedBackground={false}