Update src/app/about/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user