Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 10:02:41 +00:00
parent 035fceaed7
commit d3b4b68af3

View File

@@ -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: "#"},
],
},
]}