Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-03 23:41:16 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Support",
id: "faq",
},
name: "Support", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="PitchPro Gear"
/>
@@ -54,38 +46,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Gear Up. Play Harder. Win Together."
description="Premium soccer jerseys and cleats engineered for every level of play. From elite performance to weekend warrior, find your perfect fit and dominate the pitch."
tag="New Arrivals 2025"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg?_wi=1",
imageAlt: "Soccer player striking ball",
},
imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg", imageAlt: "Soccer player striking ball"},
{
imageSrc: "http://img.b2bpic.net/free-photo/legs-football-player_23-2147813197.jpg",
imageAlt: "Soccer cleats striking turf",
},
imageSrc: "http://img.b2bpic.net/free-photo/legs-football-player_23-2147813197.jpg", imageAlt: "Soccer cleats striking turf"},
{
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg",
imageAlt: "Stadium floodlights",
},
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-soccer-fans-cheering_23-2151530219.jpg", imageAlt: "Stadium floodlights"},
{
imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=1",
imageAlt: "Jersey texture",
},
imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", imageAlt: "Jersey texture"},
{
imageSrc: "http://img.b2bpic.net/free-photo/football-player-shooting_23-2147813211.jpg",
imageAlt: "Athlete sprinting",
},
imageSrc: "http://img.b2bpic.net/free-photo/football-player-shooting_23-2147813211.jpg", imageAlt: "Athlete sprinting"},
]}
tagIcon={Sparkles}
/>
@@ -99,35 +78,15 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Apex Pro Jersey",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-sporty-man-wearing-headband-with-wristband-holding-ball-holding-out-hand-side_141793-122123.jpg",
},
id: "1", name: "Apex Pro Jersey", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/unpleased-young-sporty-man-wearing-headband-with-wristband-holding-ball-holding-out-hand-side_141793-122123.jpg"},
{
id: "2",
name: "Titan Cleats v2",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg",
},
id: "2", name: "Titan Cleats v2", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg"},
{
id: "3",
name: "Training Aero Tee",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-standing-with-basketball-plastic-bottle-soft-blue-background_23-2148203716.jpg",
},
id: "3", name: "Training Aero Tee", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-standing-with-basketball-plastic-bottle-soft-blue-background_23-2148203716.jpg"},
{
id: "4",
name: "Goal Keeper Pro Gloves",
price: "$79.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275224.jpg",
},
id: "4", name: "Goal Keeper Pro Gloves", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/view-composition-with-neatly-arranged-organized-sport-items_23-2150275224.jpg"},
{
id: "5",
name: "Shield Pro Shin Guards",
price: "$35.00",
imageSrc: "http://img.b2bpic.net/free-photo/football-player-sitting-field_23-2147813213.jpg",
},
id: "5", name: "Shield Pro Shin Guards", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/football-player-sitting-field_23-2147813213.jpg"},
]}
title="Elite Gear Selection"
description="Our curated selection of high-performance soccer gear designed for the modern game."
@@ -141,29 +100,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Breathable Technology",
description: "Advanced sweat-wicking fabrics that keep you cool under pressure.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg?_wi=2",
imageAlt: "Tech fabric detail",
},
title: "Breathable Technology", description: "Advanced sweat-wicking fabrics that keep you cool under pressure.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/straw-background_1203-3781.jpg", imageAlt: "Tech fabric detail"},
items: [
{
icon: Zap,
text: "Ultra-lightweight",
},
text: "Ultra-lightweight"},
{
icon: Shield,
text: "Durable seams",
},
text: "Durable seams"},
{
icon: Star,
text: "Athletic fit",
},
text: "Athletic fit"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/football-player-striking-free-kick_23-2147644514.jpg?_wi=2",
imageAlt: "soccer player striking ball pitch",
},
]}
title="Built for the Pitch"
@@ -178,40 +128,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Amateur Striker",
testimonial: "The best cleats I've worn in my 10 years playing.",
imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg",
},
id: "1", name: "Sarah Johnson", role: "Amateur Striker", testimonial: "The best cleats I've worn in my 10 years playing.", imageSrc: "http://img.b2bpic.net/free-photo/masculanity-strength-power-concept-picture-handsome-fit-young-afro-american-bodybuilder-with-bald-head-smoothly-shaven-face-looking-camera-with-confident-serious-facial-expression_343059-336.jpg"},
{
id: "2",
name: "Michael Chen",
role: "Team Coach",
testimonial: "Fantastic durability and value for the whole youth team.",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-running-black-background_1301-6600.jpg",
},
id: "2", name: "Michael Chen", role: "Team Coach", testimonial: "Fantastic durability and value for the whole youth team.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-running-black-background_1301-6600.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Youth Player",
testimonial: "Love how light and comfortable these jerseys feel.",
imageSrc: "http://img.b2bpic.net/free-photo/view-adult-female-soccer-player_23-2150888469.jpg",
},
id: "3", name: "Emily Rodriguez", role: "Youth Player", testimonial: "Love how light and comfortable these jerseys feel.", imageSrc: "http://img.b2bpic.net/free-photo/view-adult-female-soccer-player_23-2150888469.jpg"},
{
id: "4",
name: "David Kim",
role: "Soccer Parent",
testimonial: "Excellent quality, they last through every rainy season.",
imageSrc: "http://img.b2bpic.net/free-photo/anxious-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-orange-wall-with-copy-space_141793-116438.jpg",
},
id: "4", name: "David Kim", role: "Soccer Parent", testimonial: "Excellent quality, they last through every rainy season.", imageSrc: "http://img.b2bpic.net/free-photo/anxious-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-orange-wall-with-copy-space_141793-116438.jpg"},
{
id: "5",
name: "Alex Martinez",
role: "Semi-Pro Midfielder",
testimonial: "Top-tier performance, truly elevates my game speed.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg",
},
id: "5", name: "Alex Martinez", role: "Semi-Pro Midfielder", testimonial: "Top-tier performance, truly elevates my game speed.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904427.jpg"},
]}
title="Trusted by Players"
description="Hear from the athletes who rely on PitchPro gear every single match day."
@@ -223,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What is your return policy?",
content: "We offer 30-day hassle-free returns on all non-customized equipment.",
},
id: "1", title: "What is your return policy?", content: "We offer 30-day hassle-free returns on all non-customized equipment."},
{
id: "2",
title: "Do you offer team discounts?",
content: "Yes, contact our sales department for bulk order pricing.",
},
id: "2", title: "Do you offer team discounts?", content: "Yes, contact our sales department for bulk order pricing."},
{
id: "3",
title: "How do I choose the right size?",
content: "Check our detailed sizing guide linked in every product page.",
},
id: "3", title: "How do I choose the right size?", content: "Check our detailed sizing guide linked in every product page."},
]}
sideTitle="Questions? We've Got You Covered."
sideDescription="Find answers to the most common queries about our shipping, sizing, and returns."
@@ -248,8 +164,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Stay Updated"
title="Join the PitchPro Community"
description="Sign up for exclusive access to gear drops, pro tips, and team discounts."
@@ -263,42 +178,27 @@ export default function LandingPage() {
logoText="PitchPro Gear"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}