Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 22:29:01 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Step Into Excellence"
description="Premium soccer cleats engineered for unmatched performance, control, and style on the pitch"
tag="New Collection"
imageSrc="http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg"
imageSrc="http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=1"
imageAlt="Premium soccer cleats collection"
textPosition="bottom-left"
showBlur={true}
@@ -65,15 +65,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "EliteFoot", name: "Pro Performance Cleats", price: "$149.99", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Pro Performance Cleats"
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=2", imageAlt: "Pro Performance Cleats"
},
{
id: "2", brand: "EliteFoot", name: "Speed Elite FG", price: "$129.99", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Speed Elite FG"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=3", imageAlt: "Speed Elite FG"
},
{
id: "3", brand: "EliteFoot", name: "Control Master AG", price: "$139.99", rating: 5,
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg", imageAlt: "Control Master AG"
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/football-background-grass-with-shoes_23-2147832118.jpg?_wi=4", imageAlt: "Control Master AG"
}
]}
gridVariant="uniform-all-items-equal"
@@ -140,10 +140,10 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Marcus Rodriguez", handle: "@mrodriguez_pro", testimonial: "EliteFoot cleats transformed my game. The control and comfort are unmatched. Best investment for any serious player.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Marcus Rodriguez"
id: "1", name: "Marcus Rodriguez", handle: "@mrodriguez_pro", testimonial: "EliteFoot cleats transformed my game. The control and comfort are unmatched. Best investment for any serious player.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Marcus Rodriguez"
},
{
id: "2", name: "Sarah Chen", handle: "@sarahchenfoot", testimonial: "These cleats give me the confidence to dominate every match. The lightweight design is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/view-female-soccer-player-ready-match_23-2150887364.jpg", imageAlt: "Sarah Chen"
id: "2", name: "Sarah Chen", handle: "@sarahchenfoot", testimonial: "These cleats give me the confidence to dominate every match. The lightweight design is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/view-female-soccer-player-ready-match_23-2150887364.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Alejandro Martinez", handle: "@alexmartinez_11", testimonial: "The performance boost is real. I've never felt more connected to the ball. EliteFoot for life!", imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg", imageAlt: "Alejandro Martinez"
@@ -152,10 +152,10 @@ export default function LandingPage() {
id: "4", name: "Emma Wilson", handle: "@emmawilson_fc", testimonial: "Outstanding quality and design. My teammates are already asking where I got them from!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg", imageAlt: "Emma Wilson"
},
{
id: "5", name: "Diego Sanchez", handle: "@diego_striker", testimonial: "EliteFoot understands what athletes need. These cleats are a game-changer for strikers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg", imageAlt: "Diego Sanchez"
id: "5", name: "Diego Sanchez", handle: "@diego_striker", testimonial: "EliteFoot understands what athletes need. These cleats are a game-changer for strikers.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Diego Sanchez"
},
{
id: "6", name: "Sophia Bergstrom", handle: "@sophiaberg_soccer", testimonial: "I've tried every major brand, and EliteFoot stands out. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/view-female-soccer-player-ready-match_23-2150887364.jpg", imageAlt: "Sophia Bergstrom"
id: "6", name: "Sophia Bergstrom", handle: "@sophiaberg_soccer", testimonial: "I've tried every major brand, and EliteFoot stands out. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/view-female-soccer-player-ready-match_23-2150887364.jpg?_wi=2", imageAlt: "Sophia Bergstrom"
}
]}
animationType="slide-up"