diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6081847..9d68f88 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() {