Update src/app/testimonials/page.tsx

This commit is contained in:
2026-03-05 11:26:55 +00:00
parent 49d9f4e485
commit 7a899578ea

View File

@@ -112,25 +112,25 @@ export default function TestimonialsPage() {
id: "1", id: "1",
name: "Sarah's Weight Loss Journey", name: "Sarah's Weight Loss Journey",
price: "30 lbs lost", price: "30 lbs lost",
imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg" imageSrc: "http://img.b2bpic.net/free-photo/fit-young-women-posing-together_23-2148371794.jpg?_wi=2"
}, },
{ {
id: "2", id: "2",
name: "Marcus Builds Strength", name: "Marcus Builds Strength",
price: "25% muscle gain", price: "25% muscle gain",
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg" imageSrc: "http://img.b2bpic.net/free-photo/tattooed-fit-man-doing-exercise-gym_343596-2601.jpg?_wi=2"
}, },
{ {
id: "3", id: "3",
name: "Jennifer's Strength Story", name: "Jennifer's Strength Story",
price: "2x lifting power", price: "2x lifting power",
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg" imageSrc: "http://img.b2bpic.net/free-photo/two-happy-fit-women-looking-each-other-fitness-club_23-2147949515.jpg?_wi=2"
}, },
{ {
id: "4", id: "4",
name: "Ryan's Endurance Win", name: "Ryan's Endurance Win",
price: "Marathon ready", price: "Marathon ready",
imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg" imageSrc: "http://img.b2bpic.net/free-photo/people-chatting-gym-full-shot_23-2149744651.jpg?_wi=5"
}, },
{ {
id: "5", id: "5",
@@ -142,7 +142,7 @@ export default function TestimonialsPage() {
id: "6", id: "6",
name: "Tom's Athletic Peak", name: "Tom's Athletic Peak",
price: "Competition ready", price: "Competition ready",
imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg" imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym-full-shot_23-2149517269.jpg?_wi=4"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"