From f3b705e3b6ec2a73b9f69d2b9fb9c25eae12df8c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:12:07 +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 8025119..2332801 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { text: "Shop Collection", href: "#products"}, ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg?_wi=1" imageAlt="Athlete training with discipline and power" mediaAnimation="opacity" frameStyle="card" @@ -121,13 +121,13 @@ export default function LandingPage() { description="A movement of people committed to transformation." testimonials={[ { - id: "1", name: "Alex Rivera", role: "Transformed 60 days", testimonial: "UNBRKABLE isn't just apparel—it's a commitment to yourself.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg", imageAlt: "Community member transformation"}, + id: "1", name: "Alex Rivera", role: "Transformed 60 days", testimonial: "UNBRKABLE isn't just apparel—it's a commitment to yourself.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=1", imageAlt: "Community member transformation"}, { - id: "2", name: "Jordan Cole", role: "Challenge Winner", testimonial: "The quality and mindset behind this brand changed my entire approach to fitness.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg", imageAlt: "Challenge winner athlete"}, + id: "2", name: "Jordan Cole", role: "Challenge Winner", testimonial: "The quality and mindset behind this brand changed my entire approach to fitness.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=1", imageAlt: "Challenge winner athlete"}, { - id: "3", name: "Morgan Blake", role: "Regular Member", testimonial: "Wearing UNBRKABLE reminds me daily that I'm capable of more than I think.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg", imageAlt: "Community athlete training"}, + id: "3", name: "Morgan Blake", role: "Regular Member", testimonial: "Wearing UNBRKABLE reminds me daily that I'm capable of more than I think.", imageSrc: "http://img.b2bpic.net/free-photo/sports-group-standing-gum_1157-32139.jpg?_wi=2", imageAlt: "Community athlete training"}, { - id: "4", name: "Casey Stone", role: "Transformation Journey", testimonial: "This is the gear I trust when I'm pushing my limits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg", imageAlt: "Athlete in transformation"}, + id: "4", name: "Casey Stone", role: "Transformation Journey", testimonial: "This is the gear I trust when I'm pushing my limits.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-couple-posing-studio_613910-15420.jpg?_wi=2", imageAlt: "Athlete in transformation"}, ]} animationType="slide-up" textboxLayout="default" @@ -149,7 +149,7 @@ export default function LandingPage() { }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-muscular-build-man-doing-deadlift-while-exercising-with-barbell-gym_637285-2489.jpg?_wi=2" imageAlt="Join the UNBRKABLE community" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1