diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index e258bb6..540a2aa 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -55,12 +55,12 @@ export default function CommunityPage() { speed={40} topMarqueeDirection="left" testimonials={[ - { id: "1", name: "Sarah Chen", handle: "@sarahfitness", testimonial: "FitHub changed my fitness routine completely. The habit tracking and community support kept me accountable and motivated. My 90-day streak speaks for itself!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "woman avatar fitness profile user portrait" }, - { id: "2", name: "Marcus Johnson", handle: "@marathonmarcus", testimonial: "The achievements system is incredibly motivating. Every badge unlocked pushes me to work harder. FitHub isn't just an app, it's a lifestyle companion.", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "man avatar athlete profile user portrait" }, - { id: "3", name: "Elena Rodriguez", handle: "@elenawellness", testimonial: "I love the community aspect! Getting support from fellow fitness enthusiasts makes the journey so much more enjoyable. Truly a game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "woman avatar fitness trainer user portrait" }, - { id: "4", name: "David Kim", handle: "@davidstrength", testimonial: "The dashboard gives me complete visibility into my progress. Real-time metrics and detailed analytics help me optimize my workouts every single day.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", imageAlt: "man avatar fitness coach user portrait" }, - { id: "5", name: "Jessica Taylor", handle: "@jessicastyle", testimonial: "From zero to consistent. FitHub's gamification made fitness fun again. I actually look forward to my daily habits now!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "woman avatar wellness profile user portrait" }, - { id: "6", name: "Ahmed Hassan", handle: "@ahmedgains", testimonial: "Best investment in my health. The integration with my wearables and the community leaderboards keep me competing and improving daily.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg", imageAlt: "man avatar health professional user portrait" } + { id: "1", name: "Sarah Chen", handle: "@sarahfitness", testimonial: "FitHub changed my fitness routine completely. The habit tracking and community support kept me accountable and motivated. My 90-day streak speaks for itself!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg?_wi=3", imageAlt: "woman avatar fitness profile user portrait" }, + { id: "2", name: "Marcus Johnson", handle: "@marathonmarcus", testimonial: "The achievements system is incredibly motivating. Every badge unlocked pushes me to work harder. FitHub isn't just an app, it's a lifestyle companion.", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg?_wi=2", imageAlt: "man avatar athlete profile user portrait" }, + { id: "3", name: "Elena Rodriguez", handle: "@elenawellness", testimonial: "I love the community aspect! Getting support from fellow fitness enthusiasts makes the journey so much more enjoyable. Truly a game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=2", imageAlt: "woman avatar fitness trainer user portrait" }, + { id: "4", name: "David Kim", handle: "@davidstrength", testimonial: "The dashboard gives me complete visibility into my progress. Real-time metrics and detailed analytics help me optimize my workouts every single day.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg?_wi=2", imageAlt: "man avatar fitness coach user portrait" }, + { id: "5", name: "Jessica Taylor", handle: "@jessicastyle", testimonial: "From zero to consistent. FitHub's gamification made fitness fun again. I actually look forward to my daily habits now!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg?_wi=4", imageAlt: "woman avatar wellness profile user portrait" }, + { id: "6", name: "Ahmed Hassan", handle: "@ahmedgains", testimonial: "Best investment in my health. The integration with my wearables and the community leaderboards keep me competing and improving daily.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=2", imageAlt: "man avatar health professional user portrait" } ]} /> diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 660a774..46ac15b 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -89,7 +89,7 @@ export default function DashboardPage() { { value: "100+", title: "Tracked Metrics" }, { value: "24/7", title: "Real-Time Updates" } ]} - imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219820.jpg" + imageSrc="http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219820.jpg?_wi=2" imageAlt="fitness dashboard health tracking interface" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cc126c..b835cc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function HomePage() { dashboard={{ title: "Live Fitness Metrics Hub", logoIcon: Activity, - imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219820.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219820.jpg?_wi=1", imageAlt: "fitness dashboard health tracking interface workout analytics", searchPlaceholder: "Search workouts, habits, community...", buttons: [ @@ -229,12 +229,12 @@ export default function HomePage() { speed={40} topMarqueeDirection="left" testimonials={[ - { id: "1", name: "Sarah Chen", handle: "@sarahfitness", testimonial: "FitHub changed my fitness routine completely. The habit tracking and community support kept me accountable and motivated. My 90-day streak speaks for itself!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "woman avatar fitness profile user portrait" }, - { id: "2", name: "Marcus Johnson", handle: "@marathonmarcus", testimonial: "The achievements system is incredibly motivating. Every badge unlocked pushes me to work harder. FitHub isn't just an app, it's a lifestyle companion.", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg", imageAlt: "man avatar athlete profile user portrait" }, - { id: "3", name: "Elena Rodriguez", handle: "@elenawellness", testimonial: "I love the community aspect! Getting support from fellow fitness enthusiasts makes the journey so much more enjoyable. Truly a game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "woman avatar fitness trainer user portrait" }, - { id: "4", name: "David Kim", handle: "@davidstrength", testimonial: "The dashboard gives me complete visibility into my progress. Real-time metrics and detailed analytics help me optimize my workouts every single day.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", imageAlt: "man avatar fitness coach user portrait" }, - { id: "5", name: "Jessica Taylor", handle: "@jessicastyle", testimonial: "From zero to consistent. FitHub's gamification made fitness fun again. I actually look forward to my daily habits now!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "woman avatar wellness profile user portrait" }, - { id: "6", name: "Ahmed Hassan", handle: "@ahmedgains", testimonial: "Best investment in my health. The integration with my wearables and the community leaderboards keep me competing and improving daily.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg", imageAlt: "man avatar health professional user portrait" } + { id: "1", name: "Sarah Chen", handle: "@sarahfitness", testimonial: "FitHub changed my fitness routine completely. The habit tracking and community support kept me accountable and motivated. My 90-day streak speaks for itself!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg?_wi=1", imageAlt: "woman avatar fitness profile user portrait" }, + { id: "2", name: "Marcus Johnson", handle: "@marathonmarcus", testimonial: "The achievements system is incredibly motivating. Every badge unlocked pushes me to work harder. FitHub isn't just an app, it's a lifestyle companion.", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg?_wi=1", imageAlt: "man avatar athlete profile user portrait" }, + { id: "3", name: "Elena Rodriguez", handle: "@elenawellness", testimonial: "I love the community aspect! Getting support from fellow fitness enthusiasts makes the journey so much more enjoyable. Truly a game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=1", imageAlt: "woman avatar fitness trainer user portrait" }, + { id: "4", name: "David Kim", handle: "@davidstrength", testimonial: "The dashboard gives me complete visibility into my progress. Real-time metrics and detailed analytics help me optimize my workouts every single day.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg?_wi=1", imageAlt: "man avatar fitness coach user portrait" }, + { id: "5", name: "Jessica Taylor", handle: "@jessicastyle", testimonial: "From zero to consistent. FitHub's gamification made fitness fun again. I actually look forward to my daily habits now!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg?_wi=2", imageAlt: "woman avatar wellness profile user portrait" }, + { id: "6", name: "Ahmed Hassan", handle: "@ahmedgains", testimonial: "Best investment in my health. The integration with my wearables and the community leaderboards keep me competing and improving daily.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309949.jpg?_wi=1", imageAlt: "man avatar health professional user portrait" } ]} />