Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
role: "Pro MMA Athlete",
|
||||
testimonial: "The precision engineering in this gear changes how I move in the cage.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sportswear-boxing-training-center_23-2148416720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sportswear-boxing-training-center_23-2148416720.jpg?_wi=1",
|
||||
imageAlt: "professional mma fighter minimalist background",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
role: "BJJ Black Belt",
|
||||
testimonial: "Durability is unmatched. Apertos is standard for serious grapplers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-black-with-jump-rope_23-2148203611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-black-with-jump-rope_23-2148203611.jpg?_wi=1",
|
||||
imageAlt: "professional mma fighter minimalist background",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
role: "Pro Judo Athlete",
|
||||
testimonial: "Performance fabric that actually withstands the grind. Essential.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-fabric-cuff-hem-detail_9975-134373.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-fabric-cuff-hem-detail_9975-134373.jpg?_wi=1",
|
||||
imageAlt: "professional mma fighter minimalist background",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
role: "Striker",
|
||||
testimonial: "Clean, minimal, elite. The best gear I've worn in my career.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894495.jpg?_wi=1",
|
||||
imageAlt: "professional mma fighter minimalist background",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
role: "Wrestler",
|
||||
testimonial: "Unrestricted motion. Pure dominance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg?_wi=1",
|
||||
imageAlt: "professional mma fighter minimalist background",
|
||||
},
|
||||
]}
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
href: "/shop",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-sportswear-boxing-training-center_23-2148416720.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-sportswear-boxing-training-center_23-2148416720.jpg?_wi=2"
|
||||
imageAlt="Professional fighter in gear"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -168,17 +168,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Compression Fit",
|
||||
description: "Precision fit for ultimate grappling control.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-black-with-jump-rope_23-2148203611.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-man-black-with-jump-rope_23-2148203611.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Fight-Grade",
|
||||
description: "Durable construction designed for the toughest battles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-fabric-cuff-hem-detail_9975-134373.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-fabric-cuff-hem-detail_9975-134373.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Moisture-Wicking",
|
||||
description: "High-performance fabric that stays light and dry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894495.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894495.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Engineered Performance"
|
||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
||||
tag="Join"
|
||||
title="Enter the world of Apertos"
|
||||
description="Ready to dominate?"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Shop Now"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user