Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 12:06:31 +00:00
parent a73e8100b5
commit ada9890c49

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
<HeroSplit
title="About PodsX - Redefining Wireless Audio"
description="We're passionate about creating the future of audio. At PodsX, we combine cutting-edge technology with exceptional design to deliver premium wireless earbuds that seamlessly integrate into your life."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Our Story"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -93,6 +93,7 @@ export default function AboutPage() {
<div id="team" data-section="team">
<TeamCardOne
title="Meet the Team Behind the Innovation - Passionate Creators Dedicated to Audio Excellence"
description="Get to know the talented individuals driving our mission forward"
tag="Our Team"
tagAnimation="slide-up"
members={[
@@ -148,7 +149,7 @@ export default function AboutPage() {
{ text: "Contact Us", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>