Update src/app/page.tsx

This commit is contained in:
2026-05-24 13:17:01 +00:00
parent 9f08914a95
commit f9038f77b9

View File

@@ -54,21 +54,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Johnson", handle: "@alexfit", testimonial: "The best gym I've ever trained at. The coaches are incredibly knowledgeable and supportive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg", imageAlt: "professional fitness gym interior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"},
{
name: "Maria Garcia", handle: "@mariag", testimonial: "Amazing facility and community. Pro Ultimate Gym helped me crush my fitness goals in months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg", imageAlt: "professional fitness gym interior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"},
{
name: "David Smith", handle: "@dsmith", testimonial: "The equipment quality and gym culture are unmatched. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg", imageAlt: "professional fitness gym interior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"},
{
name: "Sarah Lee", handle: "@sarahlee", testimonial: "Finally found a gym where I feel comfortable pushing my limits. Thank you, Pro Ultimate!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", imageAlt: "professional fitness gym interior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"},
{
name: "John Doe", handle: "@johndoe", testimonial: "The personal training sessions have been transformative for my performance. Worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg", imageAlt: "professional fitness gym interior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg?_wi=1", imageAlt: "professional fitness gym interior modern"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg"
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg?_wi=2"
imageAlt="Professional gym facility"
avatars={[
{
@@ -99,7 +99,7 @@ export default function LandingPage() {
{
value: "24/7", title: "Access Open"},
]}
imageSrc="http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg"
imageSrc="http://img.b2bpic.net/free-photo/healthy-slim-woman-with-curly-hair-dressed-sportswear-lies-fitness-mat-rests-after-cardio-training-listens-music-via-wireless-headphones_273609-55571.jpg?_wi=2"
imageAlt="Gym training scene"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -165,13 +165,13 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Alex Johnson", handle: "@alex", testimonial: "Changed my life!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-outdoors_23-2150765118.jpg?_wi=2"},
{
id: "t2", name: "Maria G", handle: "@maria", testimonial: "Best gym in town.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=2"},
{
id: "t3", name: "David S", handle: "@david", testimonial: "Great community.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-man-resting-windowsill-with-water-bottle_171337-19705.jpg?_wi=2"},
{
id: "t4", name: "Sarah L", handle: "@sarah", testimonial: "Love the classes.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-bicycle-doing-cardio-workout-gym_169016-46924.jpg"},