Merge version_1 into main #2
@@ -49,9 +49,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore Our Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -67,29 +65,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "teams",
|
||||
value: "5000+",
|
||||
title: "Teams Partnered",
|
||||
description: "From grassroots to professional levels",
|
||||
},
|
||||
id: "teams", value: "5000+", title: "Teams Partnered", description: "From grassroots to professional levels"},
|
||||
{
|
||||
id: "countries",
|
||||
value: "12+",
|
||||
title: "Countries Served",
|
||||
description: "Expanding presence across South and Southeast Asia",
|
||||
},
|
||||
id: "countries", value: "12+", title: "Countries Served", description: "Expanding presence across South and Southeast Asia"},
|
||||
{
|
||||
id: "athletes",
|
||||
value: "250K+",
|
||||
title: "Athletes Outfitted",
|
||||
description: "Professional and amateur athletes worldwide",
|
||||
},
|
||||
id: "athletes", value: "250K+", title: "Athletes Outfitted", description: "Professional and amateur athletes worldwide"},
|
||||
{
|
||||
id: "awards",
|
||||
value: "18",
|
||||
title: "Industry Awards",
|
||||
description: "Recognition for quality and innovation",
|
||||
},
|
||||
id: "awards", value: "18", title: "Industry Awards", description: "Recognition for quality and innovation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -105,15 +87,7 @@ export default function AboutPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"International Cricket Council",
|
||||
"Asian Football Confederation",
|
||||
"National Olympic Committees",
|
||||
"University Sports Associations",
|
||||
"Professional Sports Leagues",
|
||||
"Corporate Partnerships",
|
||||
"NGO Sports Programs",
|
||||
"Government Sports Initiatives",
|
||||
]}
|
||||
"International Cricket Council", "Asian Football Confederation", "National Olympic Committees", "University Sports Associations", "Professional Sports Leagues", "Corporate Partnerships", "NGO Sports Programs", "Government Sports Initiatives"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -122,105 +96,63 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg"
|
||||
imageAlt="BESET Sportswear - Team Collaboration"
|
||||
logoText="BESET Sportswear"
|
||||
copyrightText="© 2025 BESET Sportswear. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Cricket Jerseys",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Cricket Jerseys", href: "/products"},
|
||||
{
|
||||
label: "Football Kits",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Football Kits", href: "/products"},
|
||||
{
|
||||
label: "Kabaddi Uniforms",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Kabaddi Uniforms", href: "/products"},
|
||||
{
|
||||
label: "Basketball Kits",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Basketball Kits", href: "/products"},
|
||||
{
|
||||
label: "Custom Options",
|
||||
href: "/customization",
|
||||
},
|
||||
label: "Custom Options", href: "/customization"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Fabric Quality",
|
||||
href: "/fabric-quality",
|
||||
},
|
||||
label: "Fabric Quality", href: "/fabric-quality"},
|
||||
{
|
||||
label: "Customization",
|
||||
href: "/customization",
|
||||
},
|
||||
label: "Customization", href: "/customization"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Bulk Orders",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Bulk Orders", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "WhatsApp Support",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Support", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@besetsportswear.com",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@besetsportswear.com"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "#",
|
||||
},
|
||||
label: "Track Order", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Refund Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -21,8 +21,7 @@ export default function FabricQualityPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Cricket Jerseys", href: "/products" },
|
||||
{ label: "Football Kits", href: "/products" },
|
||||
{ label: "Kabaddi Uniforms", href: "/products" },
|
||||
@@ -31,8 +30,7 @@ export default function FabricQualityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Fabric Quality", href: "/fabric-quality" },
|
||||
{ label: "Customization", href: "/customization" },
|
||||
@@ -41,8 +39,7 @@ export default function FabricQualityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "WhatsApp Support", href: "https://wa.me/919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@besetsportswear.com" },
|
||||
{ label: "Phone", href: "tel:+919876543210" },
|
||||
@@ -51,8 +48,7 @@ export default function FabricQualityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
@@ -92,37 +88,17 @@ export default function FabricQualityPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Merriot Fabric",
|
||||
description: "Premium breathable material with superior moisture management for intense athletic performance. Engineered for quick-dry properties and enhanced ventilation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg?_wi=3",
|
||||
imageAlt: "Merriot Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Merriot Fabric", description: "Premium breathable material with superior moisture management for intense athletic performance. Engineered for quick-dry properties and enhanced ventilation.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg", imageAlt: "Merriot Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Jacquard Fabric",
|
||||
description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns. Perfect for creating premium uniform designs with distinctive visual character.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg?_wi=3",
|
||||
imageAlt: "Jacquard Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Jacquard Fabric", description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns. Perfect for creating premium uniform designs with distinctive visual character.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg", imageAlt: "Jacquard Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Sarina Fabric",
|
||||
description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions. Maintains shape throughout intense athletic activities and regular washing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg?_wi=3",
|
||||
imageAlt: "Sarina Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Sarina Fabric", description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions. Maintains shape throughout intense athletic activities and regular washing.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg", imageAlt: "Sarina Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Polyester Performance Blend",
|
||||
description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear. UV-resistant and fade-proof, maintaining vibrant colors season after season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg?_wi=3",
|
||||
imageAlt: "Polyester Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Polyester Performance Blend", description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear. UV-resistant and fade-proof, maintaining vibrant colors season after season.", imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg", imageAlt: "Polyester Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -138,29 +114,13 @@ export default function FabricQualityPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "durability",
|
||||
value: "2000+",
|
||||
title: "Wash Cycles Tested",
|
||||
description: "Each fabric batch undergoes rigorous durability testing",
|
||||
},
|
||||
id: "durability", value: "2000+", title: "Wash Cycles Tested", description: "Each fabric batch undergoes rigorous durability testing"},
|
||||
{
|
||||
id: "certifications",
|
||||
value: "12",
|
||||
title: "International Certifications",
|
||||
description: "Compliance with global quality and safety standards",
|
||||
},
|
||||
id: "certifications", value: "12", title: "International Certifications", description: "Compliance with global quality and safety standards"},
|
||||
{
|
||||
id: "suppliers",
|
||||
value: "50+",
|
||||
title: "Verified Suppliers",
|
||||
description: "Global network of premium fabric manufacturers",
|
||||
},
|
||||
id: "suppliers", value: "50+", title: "Verified Suppliers", description: "Global network of premium fabric manufacturers"},
|
||||
{
|
||||
id: "testing",
|
||||
value: "99.8%",
|
||||
title: "Quality Pass Rate",
|
||||
description: "Exceptional consistency across all batches",
|
||||
},
|
||||
id: "testing", value: "99.8%", title: "Quality Pass Rate", description: "Exceptional consistency across all batches"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -177,65 +137,17 @@ export default function FabricQualityPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Raj Kumar",
|
||||
title: "Cricket Team Captain",
|
||||
date: "2024",
|
||||
tag: "Professional Cricketer",
|
||||
quote: "The Merriot fabric in our jerseys is outstanding. Even during the hottest matches, the moisture-wicking keeps us dry and comfortable. Best fabric choice we've made.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
|
||||
avatarAlt: "Raj Kumar",
|
||||
},
|
||||
id: "testimonial-1", name: "Raj Kumar", title: "Cricket Team Captain", date: "2024", tag: "Professional Cricketer", quote: "The Merriot fabric in our jerseys is outstanding. Even during the hottest matches, the moisture-wicking keeps us dry and comfortable. Best fabric choice we've made.", avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", avatarAlt: "Raj Kumar"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Coach Priya Singh",
|
||||
title: "National Academy Coach",
|
||||
date: "2024",
|
||||
tag: "Sports Coach",
|
||||
quote: "We've tested many fabric suppliers. BESET's Jacquard fabric is exceptional—premium feel, durability that lasts years, and the aesthetic appeal impresses everyone.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg",
|
||||
avatarAlt: "Coach Priya Singh",
|
||||
},
|
||||
id: "testimonial-2", name: "Coach Priya Singh", title: "National Academy Coach", date: "2024", tag: "Sports Coach", quote: "We've tested many fabric suppliers. BESET's Jacquard fabric is exceptional—premium feel, durability that lasts years, and the aesthetic appeal impresses everyone.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg", avatarAlt: "Coach Priya Singh"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Manager Arun Patel",
|
||||
title: "Football Club Manager",
|
||||
date: "2024",
|
||||
tag: "Club Manager",
|
||||
quote: "The Polyester blend fabric holds color beautifully after every wash. Our team uniforms look brand new even after a full season. That's quality we can count on.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg",
|
||||
avatarAlt: "Manager Arun Patel",
|
||||
},
|
||||
id: "testimonial-3", name: "Manager Arun Patel", title: "Football Club Manager", date: "2024", tag: "Club Manager", quote: "The Polyester blend fabric holds color beautifully after every wash. Our team uniforms look brand new even after a full season. That's quality we can count on.", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", avatarAlt: "Manager Arun Patel"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Director Meera Sharma",
|
||||
title: "Sports Academy Director",
|
||||
date: "2024",
|
||||
tag: "Academy Director",
|
||||
quote: "BESET's fabric quality is why we keep coming back. Sarina fabric is perfect for young athletes—comfortable, durable, and affordable at scale.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg",
|
||||
avatarAlt: "Director Meera Sharma",
|
||||
},
|
||||
id: "testimonial-4", name: "Director Meera Sharma", title: "Sports Academy Director", date: "2024", tag: "Academy Director", quote: "BESET's fabric quality is why we keep coming back. Sarina fabric is perfect for young athletes—comfortable, durable, and affordable at scale.", avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", avatarAlt: "Director Meera Sharma"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Vikram Reddy",
|
||||
title: "Basketball Team Captain",
|
||||
date: "2024",
|
||||
tag: "Professional Athlete",
|
||||
quote: "The performance blend fabric is game-changing. Superior flexibility without compromising durability. Our team has upgraded all jerseys to BESET.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
|
||||
avatarAlt: "Vikram Reddy",
|
||||
},
|
||||
id: "testimonial-5", name: "Vikram Reddy", title: "Basketball Team Captain", date: "2024", tag: "Professional Athlete", quote: "The performance blend fabric is game-changing. Superior flexibility without compromising durability. Our team has upgraded all jerseys to BESET.", avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", avatarAlt: "Vikram Reddy"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Deepak Verma",
|
||||
title: "Kabaddi League Organizer",
|
||||
date: "2024",
|
||||
tag: "Tournament Organizer",
|
||||
quote: "Every tournament, we trust BESET fabrics. The consistency and quality across bulk orders is unmatched. Teams always perform better in comfortable gear.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg",
|
||||
avatarAlt: "Deepak Verma",
|
||||
},
|
||||
id: "testimonial-6", name: "Deepak Verma", title: "Kabaddi League Organizer", date: "2024", tag: "Tournament Organizer", quote: "Every tournament, we trust BESET fabrics. The consistency and quality across bulk orders is unmatched. Teams always perform better in comfortable gear.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg", avatarAlt: "Deepak Verma"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -244,7 +156,7 @@ export default function FabricQualityPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg"
|
||||
imageAlt="BESET Sportswear - Team Collaboration"
|
||||
logoText="BESET Sportswear"
|
||||
copyrightText="© 2025 BESET Sportswear. All rights reserved."
|
||||
|
||||
312
src/app/page.tsx
312
src/app/page.tsx
@@ -51,23 +51,18 @@ export default function HomePage() {
|
||||
title="Custom Sports Jerseys for Champions"
|
||||
description="Professional sportswear manufacturing for cricket, football, kabaddi, basketball, and more. Premium fabrics, perfect fit, unlimited customization options."
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Global Sports Brand"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Your Custom Jersey",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Order Your Custom Jersey", href: "/products"},
|
||||
{
|
||||
text: "View Fabric Options",
|
||||
href: "/fabric-quality",
|
||||
},
|
||||
text: "View Fabric Options", href: "/fabric-quality"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg"
|
||||
imageAlt="Professional sports cricket jersey"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -81,9 +76,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -99,59 +92,27 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "cricket-jersey",
|
||||
name: "Professional Cricket Jersey",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg?_wi=2",
|
||||
imageAlt: "Cricket Jersey",
|
||||
initialQuantity: 1,
|
||||
id: "cricket-jersey", name: "Professional Cricket Jersey", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg", imageAlt: "Cricket Jersey", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "football-kit",
|
||||
name: "Football Team Kit",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg?_wi=1",
|
||||
imageAlt: "Football Kit",
|
||||
initialQuantity: 1,
|
||||
id: "football-kit", name: "Football Team Kit", price: "₹349", imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg", imageAlt: "Football Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "kabaddi-kit",
|
||||
name: "Kabaddi Team Uniform",
|
||||
price: "₹279",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg?_wi=1",
|
||||
imageAlt: "Kabaddi Kit",
|
||||
initialQuantity: 1,
|
||||
id: "kabaddi-kit", name: "Kabaddi Team Uniform", price: "₹279", imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg", imageAlt: "Kabaddi Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "basketball-kit",
|
||||
name: "Basketball Jersey & Shorts",
|
||||
price: "₹329",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg?_wi=1",
|
||||
imageAlt: "Basketball Kit",
|
||||
initialQuantity: 1,
|
||||
id: "basketball-kit", name: "Basketball Jersey & Shorts", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg", imageAlt: "Basketball Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "training-kit",
|
||||
name: "Performance Training Kit",
|
||||
price: "₹259",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg?_wi=1",
|
||||
imageAlt: "Training Kit",
|
||||
initialQuantity: 1,
|
||||
id: "training-kit", name: "Performance Training Kit", price: "₹259", imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg", imageAlt: "Training Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "custom-jersey",
|
||||
name: "Custom Team Jersey",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg?_wi=1",
|
||||
imageAlt: "Custom Jersey",
|
||||
initialQuantity: 1,
|
||||
id: "custom-jersey", name: "Custom Team Jersey", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg", imageAlt: "Custom Jersey", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -170,37 +131,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Merriot Fabric",
|
||||
description: "Premium breathable material with superior moisture management for intense athletic performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg?_wi=1",
|
||||
imageAlt: "Merriot Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Merriot Fabric", description: "Premium breathable material with superior moisture management for intense athletic performance.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg", imageAlt: "Merriot Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Jacquard Fabric",
|
||||
description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg?_wi=1",
|
||||
imageAlt: "Jacquard Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Jacquard Fabric", description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg", imageAlt: "Jacquard Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Sarina Fabric",
|
||||
description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg?_wi=1",
|
||||
imageAlt: "Sarina Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Sarina Fabric", description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg", imageAlt: "Sarina Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Polyester Performance Blend",
|
||||
description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg?_wi=1",
|
||||
imageAlt: "Polyester Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Polyester Performance Blend", description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear.", imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg", imageAlt: "Polyester Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -216,29 +157,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "teams",
|
||||
value: "5000+",
|
||||
title: "Teams Served",
|
||||
description: "Professional teams across cricket, football, kabaddi, and basketball",
|
||||
},
|
||||
id: "teams", value: "5000+", title: "Teams Served", description: "Professional teams across cricket, football, kabaddi, and basketball"},
|
||||
{
|
||||
id: "production",
|
||||
value: "100K+",
|
||||
title: "Jerseys Manufactured",
|
||||
description: "Annual production capacity for quality assurance",
|
||||
},
|
||||
id: "production", value: "100K+", title: "Jerseys Manufactured", description: "Annual production capacity for quality assurance"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated to sports manufacturing excellence",
|
||||
},
|
||||
id: "experience", value: "15+", title: "Years Experience", description: "Dedicated to sports manufacturing excellence"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Consistently exceeding client expectations",
|
||||
},
|
||||
id: "satisfaction", value: "98%", title: "Customer Satisfaction", description: "Consistently exceeding client expectations"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -254,15 +179,7 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"National Cricket Academy",
|
||||
"Premier Football League",
|
||||
"State Sports Council",
|
||||
"University Athletic Programs",
|
||||
"Professional Kabaddi League",
|
||||
"Basketball Federation",
|
||||
"School Sports Associations",
|
||||
"Corporate Wellness Programs",
|
||||
]}
|
||||
"National Cricket Academy", "Premier Football League", "State Sports Council", "University Athletic Programs", "Professional Kabaddi League", "Basketball Federation", "School Sports Associations", "Corporate Wellness Programs"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -278,65 +195,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Raj Kumar",
|
||||
title: "Cricket Team Captain",
|
||||
date: "2024",
|
||||
tag: "Professional Cricketer",
|
||||
quote: "BESET jerseys are exceptional quality. The fit is perfect, and the fabric breathes amazingly during intense matches. Highly recommended for any serious team.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
|
||||
avatarAlt: "Raj Kumar",
|
||||
},
|
||||
id: "testimonial-1", name: "Raj Kumar", title: "Cricket Team Captain", date: "2024", tag: "Professional Cricketer", quote: "BESET jerseys are exceptional quality. The fit is perfect, and the fabric breathes amazingly during intense matches. Highly recommended for any serious team.", avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", avatarAlt: "Raj Kumar"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Coach Priya Singh",
|
||||
title: "National Academy Coach",
|
||||
date: "2024",
|
||||
tag: "Sports Coach",
|
||||
quote: "We've been using BESET for our academy for three years. Consistency, durability, and fantastic customization options. Our athletes love their gear.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg",
|
||||
avatarAlt: "Coach Priya Singh",
|
||||
},
|
||||
id: "testimonial-2", name: "Coach Priya Singh", title: "National Academy Coach", date: "2024", tag: "Sports Coach", quote: "We've been using BESET for our academy for three years. Consistency, durability, and fantastic customization options. Our athletes love their gear.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg", avatarAlt: "Coach Priya Singh"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Manager Arun Patel",
|
||||
title: "Football Club Manager",
|
||||
date: "2024",
|
||||
tag: "Club Manager",
|
||||
quote: "Outstanding service and product quality. The bulk order process is seamless, and their customer support is always available to help.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg",
|
||||
avatarAlt: "Manager Arun Patel",
|
||||
},
|
||||
id: "testimonial-3", name: "Manager Arun Patel", title: "Football Club Manager", date: "2024", tag: "Club Manager", quote: "Outstanding service and product quality. The bulk order process is seamless, and their customer support is always available to help.", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", avatarAlt: "Manager Arun Patel"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Director Meera Sharma",
|
||||
title: "Sports Academy Director",
|
||||
date: "2024",
|
||||
tag: "Academy Director",
|
||||
quote: "BESET understands what athletes need. Their attention to detail in manufacturing and custom designs makes them our go-to partner.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg",
|
||||
avatarAlt: "Director Meera Sharma",
|
||||
},
|
||||
id: "testimonial-4", name: "Director Meera Sharma", title: "Sports Academy Director", date: "2024", tag: "Academy Director", quote: "BESET understands what athletes need. Their attention to detail in manufacturing and custom designs makes them our go-to partner.", avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", avatarAlt: "Director Meera Sharma"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Vikram Reddy",
|
||||
title: "Basketball Team Captain",
|
||||
date: "2024",
|
||||
tag: "Professional Athlete",
|
||||
quote: "Best jerseys I've worn. They maintain shape, the colors are vibrant, and the performance technology truly makes a difference.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg",
|
||||
avatarAlt: "Vikram Reddy",
|
||||
},
|
||||
id: "testimonial-5", name: "Vikram Reddy", title: "Basketball Team Captain", date: "2024", tag: "Professional Athlete", quote: "Best jerseys I've worn. They maintain shape, the colors are vibrant, and the performance technology truly makes a difference.", avatarSrc: "http://img.b2bpic.net/free-photo/sporty-female-youngster-has-thoughtful-expression-wears-casual-sweatshirt-with-hoody_273609-18399.jpg", avatarAlt: "Vikram Reddy"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "Deepak Verma",
|
||||
title: "Kabaddi League Organizer",
|
||||
date: "2024",
|
||||
tag: "Tournament Organizer",
|
||||
quote: "BESET has been our partner for three tournament seasons. Their reliability and product excellence are unmatched in the industry.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg",
|
||||
avatarAlt: "Deepak Verma",
|
||||
},
|
||||
id: "testimonial-6", name: "Deepak Verma", title: "Kabaddi League Organizer", date: "2024", tag: "Tournament Organizer", quote: "BESET has been our partner for three tournament seasons. Their reliability and product excellence are unmatched in the industry.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg", avatarAlt: "Deepak Verma"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -348,36 +217,19 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Order Your Custom Jerseys?"
|
||||
ctaDescription="Get in touch with our team for bulk orders, custom designs, and exclusive pricing for teams and organizations."
|
||||
ctaButton={{
|
||||
text: "Contact Sales Team",
|
||||
href: "https://wa.me/919876543210",
|
||||
}}
|
||||
text: "Contact Sales Team", href: "https://wa.me/919876543210"}}
|
||||
ctaIcon={MessageCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What's the minimum order quantity?",
|
||||
content: "We accept bulk orders starting from 20 pieces per design. For smaller teams, we offer sample orders of 5-10 pieces at premium pricing.",
|
||||
},
|
||||
id: "faq-1", title: "What's the minimum order quantity?", content: "We accept bulk orders starting from 20 pieces per design. For smaller teams, we offer sample orders of 5-10 pieces at premium pricing."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How long does custom production take?",
|
||||
content: "Standard production takes 15-20 days from design approval. Express orders are available with 7-10 day turnaround for an additional charge.",
|
||||
},
|
||||
id: "faq-2", title: "How long does custom production take?", content: "Standard production takes 15-20 days from design approval. Express orders are available with 7-10 day turnaround for an additional charge."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I customize everything?",
|
||||
content: "Yes! Customize team logos, player names, numbers, colors, and design patterns. Our design team will work with you to perfect your vision.",
|
||||
},
|
||||
id: "faq-3", title: "Can I customize everything?", content: "Yes! Customize team logos, player names, numbers, colors, and design patterns. Our design team will work with you to perfect your vision."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are your payment options?",
|
||||
content: "We accept bank transfers, online payment gateways, and partial advance payment plans for large orders.",
|
||||
},
|
||||
id: "faq-4", title: "What are your payment options?", content: "We accept bank transfers, online payment gateways, and partial advance payment plans for large orders."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you offer discounts for bulk orders?",
|
||||
content: "Yes! We provide tiered pricing for bulk orders. Contact our sales team for customized quotes based on your quantity and specifications.",
|
||||
},
|
||||
id: "faq-5", title: "Do you offer discounts for bulk orders?", content: "Yes! We provide tiered pricing for bulk orders. Contact our sales team for customized quotes based on your quantity and specifications."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -387,105 +239,63 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg"
|
||||
imageAlt="BESET Sportswear - Team Collaboration"
|
||||
logoText="BESET Sportswear"
|
||||
copyrightText="© 2025 BESET Sportswear. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Cricket Jerseys",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Cricket Jerseys", href: "/products"},
|
||||
{
|
||||
label: "Football Kits",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Football Kits", href: "/products"},
|
||||
{
|
||||
label: "Kabaddi Uniforms",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Kabaddi Uniforms", href: "/products"},
|
||||
{
|
||||
label: "Basketball Kits",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Basketball Kits", href: "/products"},
|
||||
{
|
||||
label: "Custom Options",
|
||||
href: "/customization",
|
||||
},
|
||||
label: "Custom Options", href: "/customization"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Fabric Quality",
|
||||
href: "/fabric-quality",
|
||||
},
|
||||
label: "Fabric Quality", href: "/fabric-quality"},
|
||||
{
|
||||
label: "Customization",
|
||||
href: "/customization",
|
||||
},
|
||||
label: "Customization", href: "/customization"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Bulk Orders",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Bulk Orders", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "WhatsApp Support",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Support", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@besetsportswear.com",
|
||||
},
|
||||
label: "Email", href: "mailto:hello@besetsportswear.com"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "#",
|
||||
},
|
||||
label: "Track Order", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms & Conditions", href: "#"},
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Refund Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -21,8 +21,7 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{ label: "Cricket Jerseys", href: "/products" },
|
||||
{ label: "Football Kits", href: "/products" },
|
||||
{ label: "Kabaddi Uniforms", href: "/products" },
|
||||
@@ -31,8 +30,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Fabric Quality", href: "/fabric-quality" },
|
||||
{ label: "Customization", href: "/customization" },
|
||||
@@ -41,8 +39,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "WhatsApp Support", href: "https://wa.me/919876543210" },
|
||||
{ label: "Email", href: "mailto:hello@besetsportswear.com" },
|
||||
{ label: "Phone", href: "tel:+919876543210" },
|
||||
@@ -51,8 +48,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" },
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
@@ -92,59 +88,27 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "cricket-jersey",
|
||||
name: "Professional Cricket Jersey",
|
||||
price: "₹299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg?_wi=3",
|
||||
imageAlt: "Cricket Jersey",
|
||||
initialQuantity: 1,
|
||||
id: "cricket-jersey", name: "Professional Cricket Jersey", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668562.jpg", imageAlt: "Cricket Jersey", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "football-kit",
|
||||
name: "Football Team Kit",
|
||||
price: "₹349",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg?_wi=2",
|
||||
imageAlt: "Football Kit",
|
||||
initialQuantity: 1,
|
||||
id: "football-kit", name: "Football Team Kit", price: "₹349", imageSrc: "http://img.b2bpic.net/free-vector/customizable-football-jersey-designs-professional-soccer-uniform-templates_29096-5997.jpg", imageAlt: "Football Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "kabaddi-kit",
|
||||
name: "Kabaddi Team Uniform",
|
||||
price: "₹279",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg?_wi=2",
|
||||
imageAlt: "Kabaddi Kit",
|
||||
initialQuantity: 1,
|
||||
id: "kabaddi-kit", name: "Kabaddi Team Uniform", price: "₹279", imageSrc: "http://img.b2bpic.net/free-vector/soccer-jersey-pattern-design_23-2150302523.jpg", imageAlt: "Kabaddi Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "basketball-kit",
|
||||
name: "Basketball Jersey & Shorts",
|
||||
price: "₹329",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg?_wi=2",
|
||||
imageAlt: "Basketball Kit",
|
||||
initialQuantity: 1,
|
||||
id: "basketball-kit", name: "Basketball Jersey & Shorts", price: "₹329", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-locker-with-equipment_23-2150847402.jpg", imageAlt: "Basketball Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "training-kit",
|
||||
name: "Performance Training Kit",
|
||||
price: "₹259",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg?_wi=2",
|
||||
imageAlt: "Training Kit",
|
||||
initialQuantity: 1,
|
||||
id: "training-kit", name: "Performance Training Kit", price: "₹259", imageSrc: "http://img.b2bpic.net/free-photo/sexy-young-female-wearing-sportswear-standing-beach_181624-52549.jpg", imageAlt: "Training Kit", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "custom-jersey",
|
||||
name: "Custom Team Jersey",
|
||||
price: "₹399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg?_wi=2",
|
||||
imageAlt: "Custom Jersey",
|
||||
initialQuantity: 1,
|
||||
id: "custom-jersey", name: "Custom Team Jersey", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668546.jpg", imageAlt: "Custom Jersey", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -163,37 +127,17 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Merriot Fabric",
|
||||
description: "Premium breathable material with superior moisture management for intense athletic performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg?_wi=2",
|
||||
imageAlt: "Merriot Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Merriot Fabric", description: "Premium breathable material with superior moisture management for intense athletic performance.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-elegant-blue-halftone-design-background_1055-19845.jpg", imageAlt: "Merriot Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Jacquard Fabric",
|
||||
description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg?_wi=2",
|
||||
imageAlt: "Jacquard Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Jacquard Fabric", description: "Advanced weave technology providing durability and enhanced aesthetic appeal with raised patterns.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-view-blue-color-braided-jute-rug-background-texture-concept_169016-48958.jpg", imageAlt: "Jacquard Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Sarina Fabric",
|
||||
description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg?_wi=2",
|
||||
imageAlt: "Sarina Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Sarina Fabric", description: "Lightweight and flexible material ideal for maximum movement and comfort during competitions.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-blue-wool-textile-texture-macro_53876-31710.jpg", imageAlt: "Sarina Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
{
|
||||
title: "Polyester Performance Blend",
|
||||
description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg?_wi=2",
|
||||
imageAlt: "Polyester Fabric",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality",
|
||||
},
|
||||
title: "Polyester Performance Blend", description: "Durable synthetic blend offering color retention, quick-dry properties, and long-lasting wear.", imageSrc: "http://img.b2bpic.net/free-photo/soft-cream-knitted-texture-detail-close-up_84443-55385.jpg", imageAlt: "Polyester Fabric", buttonIcon: CheckCircle,
|
||||
buttonHref: "/fabric-quality"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -209,29 +153,13 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "teams",
|
||||
value: "5000+",
|
||||
title: "Teams Served",
|
||||
description: "Professional teams across cricket, football, kabaddi, and basketball",
|
||||
},
|
||||
id: "teams", value: "5000+", title: "Teams Served", description: "Professional teams across cricket, football, kabaddi, and basketball"},
|
||||
{
|
||||
id: "production",
|
||||
value: "100K+",
|
||||
title: "Jerseys Manufactured",
|
||||
description: "Annual production capacity for quality assurance",
|
||||
},
|
||||
id: "production", value: "100K+", title: "Jerseys Manufactured", description: "Annual production capacity for quality assurance"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Dedicated to sports manufacturing excellence",
|
||||
},
|
||||
id: "experience", value: "15+", title: "Years Experience", description: "Dedicated to sports manufacturing excellence"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Consistently exceeding client expectations",
|
||||
},
|
||||
id: "satisfaction", value: "98%", title: "Customer Satisfaction", description: "Consistently exceeding client expectations"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -241,7 +169,7 @@ export default function ProductsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43544.jpg"
|
||||
imageAlt="BESET Sportswear - Team Collaboration"
|
||||
logoText="BESET Sportswear"
|
||||
copyrightText="© 2025 BESET Sportswear. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user