From 4ec4b4e3eb42924bb9ea2f310dbc9c413f104477 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:39:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fb0845..51d9da0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,27 +161,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahrunner", testimonial: "Territory Fitness completely changed how I approach running. The gamification keeps me motivated every single day. I've claimed 50+ territories this month alone!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Johnson", handle: "@cyclingmarcus", testimonial: "The real-time competition with friends pushes me harder than any traditional fitness app. The leaderboard system is addictive in the best way possible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "3", name: "Elena Rodriguez", handle: "@fitlikeelena", testimonial: "As a casual fitness enthusiast, I love that Territory Fitness makes accountability fun. The territorial conquest mechanic is genius and keeps me consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez" }, { id: "4", name: "James Park", handle: "@competitivejames", testimonial: "The dashboard is beautifully designed and incredibly intuitive. I can see all my territory progress in real-time. This is the future of fitness tracking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Park" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Park" }, { id: "5", name: "Ava Williams", handle: "@teamwalkingava", testimonial: "Territory Fitness bridges the gap between casual walkers and serious athletes. I walk more now because I want to claim my neighborhood's territories.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ava Williams" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Ava Williams" }, { id: "6", name: "David Kumar", handle: "@davidfitquest", testimonial: "The seamless integration with my fitness tracker and the smooth animations make this my go-to app. Territory Fitness is pure magic for competitive athletes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Kumar" } ]} showRating={true} -- 2.49.1