Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -42,17 +42,17 @@ export default function LandingPage() {
|
||||
title="APERTOS"
|
||||
description="Engineers for Dominance"
|
||||
testimonials={[
|
||||
{ name: "Alex R.", handle: "@alexr", 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", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Jordan S.", handle: "@jordans", 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", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Mikael T.", handle: "@mikaelt", 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", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Sarah L.", handle: "@sarahl", 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", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "David W.", handle: "@davidw", testimonial: "Unrestricted motion. Pure dominance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Alex R.", handle: "@alexr", 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?_wi=1", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Jordan S.", handle: "@jordans", 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?_wi=1", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Mikael T.", handle: "@mikaelt", 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?_wi=1", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "Sarah L.", handle: "@sarahl", 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?_wi=1", imageAlt: "professional mma fighter minimalist background" },
|
||||
{ name: "David W.", handle: "@davidw", testimonial: "Unrestricted motion. Pure dominance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg?_wi=1", imageAlt: "professional mma fighter minimalist background" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "View Collection", 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={[
|
||||
@@ -86,9 +86,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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" },
|
||||
{ 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?_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?_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?_wi=2" },
|
||||
]}
|
||||
title="Engineered Performance"
|
||||
description="Minimal, functional, lethal."
|
||||
@@ -113,7 +113,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