Update src/app/page.tsx
This commit is contained in:
@@ -68,15 +68,15 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Alex Johnson", handle: "@alexlifts", testimonial: "Best gym experience ever. The equipment is top-notch and the community is incredible!", rating: 5,
|
name: "Alex Johnson", handle: "@alexlifts", testimonial: "Best gym experience ever. The equipment is top-notch and the community is incredible!", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", imageAlt: "Alex Johnson"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg?_wi=1", imageAlt: "Alex Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sarah Chen", handle: "@sarahstrength", testimonial: "Transformed my fitness journey here. Highly recommend to anyone serious about gains.", rating: 5,
|
name: "Sarah Chen", handle: "@sarahstrength", testimonial: "Transformed my fitness journey here. Highly recommend to anyone serious about gains.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumbs-up-casual-shirt-looking-happy-front-view_176474-42983.jpg", imageAlt: "Sarah Chen"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumbs-up-casual-shirt-looking-happy-front-view_176474-42983.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Marcus Williams", handle: "@marcusfit", testimonial: "The coaching staff is exceptional. They really care about your progress.", rating: 5,
|
name: "Marcus Williams", handle: "@marcusfit", testimonial: "The coaching staff is exceptional. They really care about your progress.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-posing-photo_78826-3049.jpg", imageAlt: "Marcus Williams"
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-posing-photo_78826-3049.jpg?_wi=1", imageAlt: "Marcus Williams"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -169,15 +169,15 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Alex Johnson", handle: "@alexlifts", testimonial: "Gym Rats Club changed my life. The equipment is incredible and the community pushes me to be better every single day.", rating: 5,
|
id: "1", name: "Alex Johnson", handle: "@alexlifts", testimonial: "Gym Rats Club changed my life. The equipment is incredible and the community pushes me to be better every single day.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg", imageAlt: "Alex Johnson"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552346.jpg?_wi=2", imageAlt: "Alex Johnson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah Chen", handle: "@sarahstrength", testimonial: "I've been to many gyms, but this one stands out. The trainers actually care about your progress, not just your money.", rating: 5,
|
id: "2", name: "Sarah Chen", handle: "@sarahstrength", testimonial: "I've been to many gyms, but this one stands out. The trainers actually care about your progress, not just your money.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumbs-up-casual-shirt-looking-happy-front-view_176474-42983.jpg", imageAlt: "Sarah Chen"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-showing-thumbs-up-casual-shirt-looking-happy-front-view_176474-42983.jpg?_wi=2", imageAlt: "Sarah Chen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Marcus Williams", handle: "@marcusfit", testimonial: "Best investment I've made in my fitness journey. My strength gains have been phenomenal in just 6 months.", rating: 5,
|
id: "3", name: "Marcus Williams", handle: "@marcusfit", testimonial: "Best investment I've made in my fitness journey. My strength gains have been phenomenal in just 6 months.", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-posing-photo_78826-3049.jpg", imageAlt: "Marcus Williams"
|
imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-posing-photo_78826-3049.jpg?_wi=2", imageAlt: "Marcus Williams"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Jessica Lee", handle: "@jessicafitsmart", testimonial: "The group classes are energetic and fun. I've made amazing friends and smashed all my fitness goals.", rating: 5,
|
id: "4", name: "Jessica Lee", handle: "@jessicafitsmart", testimonial: "The group classes are energetic and fun. I've made amazing friends and smashed all my fitness goals.", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user