9 Commits

Author SHA1 Message Date
0ddc7e092a Update src/app/page.tsx 2026-03-09 13:44:18 +00:00
ea94179045 Update src/app/page.tsx 2026-03-09 13:43:27 +00:00
a135d4fc82 Update src/app/layout.tsx 2026-03-09 13:43:27 +00:00
7719005073 Merge version_2 into main
Merge version_2 into main
2026-03-09 13:41:23 +00:00
bcd34778a7 Update src/app/page.tsx 2026-03-09 13:41:19 +00:00
188204e72f Update src/app/layout.tsx 2026-03-09 13:41:18 +00:00
9a56f41cc5 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:16:12 +00:00
aa4c4247df Merge version_1 into main
Merge version_1 into main
2026-03-09 13:15:21 +00:00
f3136a7043 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:14:11 +00:00
2 changed files with 58 additions and 1436 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -47,15 +47,20 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg", imageAlt: "Premium soccer jersey collection"},
imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg?_wi=1", imageAlt: "Premium soccer jersey collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43516.jpg", imageAlt: "Professional soccer uniforms"},
imageSrc: "http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43516.jpg?_wi=1", imageAlt: "Professional soccer uniforms"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg", imageAlt: "Vintage and classic soccer kits"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg?_wi=1", imageAlt: "Vintage and classic soccer kits"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-sport-league-together_53876-42589.jpg", imageAlt: "New release soccer jerseys"},
imageSrc: "http://img.b2bpic.net/free-photo/friends-cheering-sport-league-together_53876-42589.jpg", imageAlt: "New release soccer jerseys"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "TrueKitFC online store"},
imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "TrueKitFC online store"
}
]}
buttons={[
{ text: "Shop Now", href: "#products" },
@@ -69,15 +74,18 @@ export default function LandingPage() {
<ProductCardOne
title="Featured Jersey Collections"
description="Hand-picked authentic soccer jerseys from the world's top clubs and national teams. Premium quality guaranteed."
tag="Best Sellers"
tag="Limited Stock - Best Sellers"
tagAnimation="slide-up"
products={[
{
id: "1", name: "Barcelona Home Jersey 2024", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-vector/team-football-jersey-design_23-2149858245.jpg", imageAlt: "Barcelona home jersey"},
id: "1", name: "Barcelona Home Jersey 2024", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-vector/team-football-jersey-design_23-2149858245.jpg", imageAlt: "Barcelona home jersey"
},
{
id: "2", name: "Real Madrid Classic Kit", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-soccer-ball-arm-near-wall_23-2148203524.jpg", imageAlt: "Real Madrid jersey"},
id: "2", name: "Real Madrid Classic Kit", price: "$84.99", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-holding-soccer-ball-arm-near-wall_23-2148203524.jpg", imageAlt: "Real Madrid jersey"
},
{
id: "3", name: "Manchester United Legacy", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-vector/groups-football-world-championship-with-different-flags_23-2147806585.jpg", imageAlt: "Manchester United jersey"},
id: "3", name: "Manchester United Legacy", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-vector/groups-football-world-championship-with-different-flags_23-2147806585.jpg", imageAlt: "Manchester United jersey"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -113,16 +121,20 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "100% Authentic Guarantee", description: "Every jersey is verified authentic with official certificates and direct partnerships with club suppliers worldwide."},
title: "100% Authentic Guarantee", description: "Every jersey is verified authentic with official certificates and direct partnerships with club suppliers worldwide.", imageSrc: "http://img.b2bpic.net/free-vector/modern-background-with-gradient-dynamic-shapes_52683-15308.jpg?_wi=2", imageAlt: "Authentic jersey verification"
},
{
id: 2,
title: "Premium Quality Materials", description: "Hand-selected fabrics and manufacturing standards ensure durability and authentic fit on every piece."},
title: "Premium Quality Materials", description: "Hand-selected fabrics and manufacturing standards ensure durability and authentic fit on every piece.", imageSrc: "http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43516.jpg?_wi=2", imageAlt: "Premium quality materials"
},
{
id: 3,
title: "Fast & Free Shipping", description: "Orders ship worldwide with tracking. Free shipping on orders over $150 to most destinations."},
title: "Fast & Free Shipping", description: "Orders ship worldwide with tracking. Free shipping on orders over $150 to most destinations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker_23-2150847374.jpg?_wi=2", imageAlt: "Fast shipping service"
},
{
id: 4,
title: "Expert Customer Support", description: "Our soccer enthusiasts team is ready to help with sizing, authenticity verification, and product recommendations."},
title: "Expert Customer Support", description: "Our soccer enthusiasts team is ready to help with sizing, authenticity verification, and product recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-center-employee-organizing-new-fashion-collection-racks_482257-113388.jpg?_wi=1", imageAlt: "Customer support team"
},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -139,17 +151,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Marcus Thompson", handle: "@marcusfc", testimonial: "Finally found an authentic Barcelona jersey! The quality is incredible and shipping was lightning fast. TrueKitFC is my go-to now.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-while-looking-camera_23-2148155031.jpg", imageAlt: "Marcus Thompson"},
id: "1", name: "Marcus Thompson", handle: "@marcusfc", testimonial: "Finally found an authentic Barcelona jersey! The quality is incredible and shipping was lightning fast. TrueKitFC is my go-to now.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-while-looking-camera_23-2148155031.jpg", imageAlt: "Marcus Thompson"
},
{
id: "2", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Best jersey purchase ever! The attention to detail is amazing. I've bought from other sites but TrueKitFC is leagues ahead. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Sarah Mitchell"},
id: "2", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Best jersey purchase ever! The attention to detail is amazing. I've bought from other sites but TrueKitFC is leagues ahead. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "3", name: "David Chen", handle: "@davidchenfc", testimonial: "The customer service was exceptional. They helped me verify authenticity before purchase. This is the real deal, folks!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6278.jpg", imageAlt: "David Chen"},
id: "3", name: "David Chen", handle: "@davidchenfc", testimonial: "The customer service was exceptional. They helped me verify authenticity before purchase. This is the real deal, folks!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6278.jpg", imageAlt: "David Chen"
},
{
id: "4", name: "Emma Wilson", handle: "@emmawilson", testimonial: "I bought vintage jerseys for my collection here. Authentic, well-preserved, and packaged with care. Love this shop!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-reception-hotel-lobby_1262-3850.jpg", imageAlt: "Emma Wilson"},
id: "4", name: "Emma Wilson", handle: "@emmawilson", testimonial: "I bought vintage jerseys for my collection here. Authentic, well-preserved, and packaged with care. Love this shop!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-woman-reception-hotel-lobby_1262-3850.jpg", imageAlt: "Emma Wilson"
},
{
id: "5", name: "James Rodriguez", handle: "@jamesrod", testimonial: "TrueKitFC delivered exactly what was promised. No knock-offs, no surprises. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg", imageAlt: "James Rodriguez"},
id: "5", name: "James Rodriguez", handle: "@jamesrod", testimonial: "TrueKitFC delivered exactly what was promised. No knock-offs, no surprises. Professional and reliable every time.", imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg", imageAlt: "James Rodriguez"
},
{
id: "6", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "My son was over the moon with his Manchester United jersey! Quality is top-notch and it arrived in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-with-ginger-hair-clean-healthy-skin_273609-8996.jpg", imageAlt: "Lisa Anderson"},
id: "6", name: "Lisa Anderson", handle: "@lisaanderson", testimonial: "My son was over the moon with his Manchester United jersey! Quality is top-notch and it arrived in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-with-ginger-hair-clean-healthy-skin_273609-8996.jpg", imageAlt: "Lisa Anderson"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -167,7 +185,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
names={["Nike", "Adidas", "Puma", "Umbro", "Macron", "Hummel", "Kappa", "New Balance"]}
logos={[
"http://img.b2bpic.net/free-vector/symmetrical-design-black-background_1040-1212.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-track-field-logo_23-2149205635.jpg", "http://img.b2bpic.net/free-vector/creative-panther-logo-template_23-2149201830.jpg", "http://img.b2bpic.net/free-photo/teenagers-posing-basketball-field_23-2148800877.jpg", "http://img.b2bpic.net/free-photo/close-up-assorted-macaroons_23-2147787074.jpg", "http://img.b2bpic.net/free-vector/set-vintage-fitness-badges_23-2147795916.jpg", "http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189453.jpg", "http://img.b2bpic.net/free-vector/collection-crossfit-logo-flat-style_23-2148220875.jpg"]}
"http://img.b2bpic.net/free-vector/symmetrical-design-black-background_1040-1212.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-track-field-logo_23-2149205635.jpg", "http://img.b2bpic.net/free-vector/creative-panther-logo-template_23-2149201830.jpg", "http://img.b2bpic.net/free-photo/teenagers-posing-basketball-field_23-2148800877.jpg", "http://img.b2bpic.net/free-photo/close-up-assorted-macaroons_23-2147787074.jpg", "http://img.b2bpic.net/free-vector/set-vintage-fitness-badges_23-2147795916.jpg", "http://img.b2bpic.net/free-photo/full-shot-fit-man-jumping-outdoors_23-2150189453.jpg", "http://img.b2bpic.net/free-vector/collection-crossfit-logo-flat-style_23-2148220875.jpg"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -184,17 +203,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How do I verify that a jersey is authentic?", content: "All TrueKitFC jerseys come with authenticity certificates and QR codes that can be verified with official club databases. We provide detailed authentication guides with every purchase to help you verify holograms, stitching, and material quality."},
id: "1", title: "How do I verify that a jersey is authentic?", content: "All TrueKitFC jerseys come with authenticity certificates and QR codes that can be verified with official club databases. We provide detailed authentication guides with every purchase to help you verify holograms, stitching, and material quality."
},
{
id: "2", title: "What is your return and exchange policy?", content: "We offer 30-day returns on unworn jerseys with original tags and packaging. If you receive a damaged item or it doesn't meet authenticity standards, we provide free exchanges or full refunds. Contact our support team within 48 hours of delivery."},
id: "2", title: "What is your return and exchange policy?", content: "We offer 30-day returns on unworn jerseys with original tags and packaging. If you receive a damaged item or it doesn't meet authenticity standards, we provide free exchanges or full refunds. Contact our support team within 48 hours of delivery."
},
{
id: "3", title: "How do I know what size to order?", content: "Each jersey listing includes a detailed sizing chart. We recommend measuring a jersey that fits you well and comparing it to our chart. Our sizing guide accounts for different manufacturers. Contact us for personalized sizing recommendations based on your preferences."},
id: "3", title: "How do I know what size to order?", content: "Each jersey listing includes a detailed sizing chart. We recommend measuring a jersey that fits you well and comparing it to our chart. Our sizing guide accounts for different manufacturers. Contact us for personalized sizing recommendations based on your preferences."
},
{
id: "4", title: "Do you offer customization or printing services?", content: "Yes! We can add custom names and numbers to most jerseys using official heat-press and embroidery methods. Contact our team with your jersey choice and customization details for pricing and turnaround time."},
id: "4", title: "Do you offer customization or printing services?", content: "Yes! We can add custom names and numbers to most jerseys using official heat-press and embroidery methods. Contact our team with your jersey choice and customization details for pricing and turnaround time."
},
{
id: "5", title: "How long does shipping take?", content: "Standard shipping takes 7-14 business days. Express shipping (3-5 days) and international options are available. All orders include tracking. Orders ship from our warehouse within 24 hours of payment."},
id: "5", title: "How long does shipping take?", content: "Standard shipping takes 7-14 business days. Express shipping (3-5 days) and international options are available. All orders include tracking. Orders ship from our warehouse within 24 hours of payment."
},
{
id: "6", title: "Are international orders available?", content: "Absolutely! We ship to over 180 countries. International shipping times vary by destination (typically 10-21 days). Customs and import duties may apply depending on your country's regulations."},
id: "6", title: "Are international orders available?", content: "Absolutely! We ship to over 180 countries. International shipping times vary by destination (typically 10-21 days). Customs and import duties may apply depending on your country's regulations."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-microphone-studio_1303-26322.jpg"
imageAlt="Customer support team"