Merge version_5 into main #3

Merged
bender merged 1 commits from version_5 into main 2026-04-15 13:26:14 +00:00

View File

@@ -55,25 +55,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Jordan", handle: "@m.jordan", testimonial: "The design is timeless, the comfort is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/red-haired-skateboarder-holding-his-board-while-sitting-grind-rail-skatepark-indoors_613910-21716.jpg", imageAlt: "jordan sneaker dark studio lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/red-haired-skateboarder-holding-his-board-while-sitting-grind-rail-skatepark-indoors_613910-21716.jpg?_wi=1", imageAlt: "jordan sneaker dark studio lighting"},
{
name: "Elena Rodriguez", handle: "@elena.r", testimonial: "Every pair tells a story. Absolute classics.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-person_23-2149124013.jpg", imageAlt: "jordan sneaker dark studio lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-person_23-2149124013.jpg?_wi=1", imageAlt: "jordan sneaker dark studio lighting"},
{
name: "Kevin Banks", handle: "@k.banks", testimonial: "The silhouette is iconic. Nothing else compares.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg", imageAlt: "jordan sneaker dark studio lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg?_wi=1", imageAlt: "jordan sneaker dark studio lighting"},
{
name: "Sarah Chen", handle: "@s.chen", testimonial: "Pure craftsmanship in every stitch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583926.jpg", imageAlt: "jordan sneaker dark studio lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583926.jpg?_wi=1", imageAlt: "jordan sneaker dark studio lighting"},
{
name: "David Miller", handle: "@d.miller", testimonial: "The culture, the court, the street. Perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2150542499.jpg", imageAlt: "jordan sneaker dark studio lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2150542499.jpg?_wi=1", imageAlt: "jordan sneaker dark studio lighting"},
]}
buttons={[
{
text: "Shop Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/red-haired-skateboarder-holding-his-board-while-sitting-grind-rail-skatepark-indoors_613910-21716.jpg"
imageSrc="http://img.b2bpic.net/free-photo/red-haired-skateboarder-holding-his-board-while-sitting-grind-rail-skatepark-indoors_613910-21716.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098564.jpg", alt: "Urban mysterious lights of film aesthetic"},
@@ -109,7 +109,7 @@ export default function LandingPage() {
description="More than just a sneaker. Since 1985, Jordan Brand has been at the intersection of performance and cultural dominance. We don't just follow trends; we create them."
subdescription="Crafted for those who dare to dream, play, and lead."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-person_23-2149124013.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-night-city-with-young-person_23-2149124013.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -121,7 +121,7 @@ export default function LandingPage() {
features={[
{
title: "Air Max Cushioning", description: "Revolutionary tech for maximum impact protection.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8078.jpg?_wi=2"},
{
title: "Premium Leather", description: "Hand-picked materials for durability and style.", buttonIcon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers-showcase_23-2151005689.jpg"},
@@ -145,9 +145,9 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Air Jordan I High", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583926.jpg"},
id: "p1", name: "Air Jordan I High", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/view-skateboard-with-retro-memorabilia_23-2150583926.jpg?_wi=2"},
{
id: "p2", name: "Air Jordan III", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2150542499.jpg"},
id: "p2", name: "Air Jordan III", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-doing-fitness-with-vr-glasses_23-2150542499.jpg?_wi=2"},
{
id: "p3", name: "Air Jordan IV", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/paper-near-male-accessories-box-shoes_23-2148067674.jpg"},
{