Merge version_2 into main #9

Merged
bender merged 5 commits from version_2 into main 2026-03-07 12:06:39 +00:00
5 changed files with 10 additions and 9 deletions

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>

View File

@@ -42,7 +42,7 @@ export default function ComparisonPage() {
<HeroSplitKpi
title="AirPods Pro vs AirPods 4 Comparison"
description="Find your perfect match. Compare detailed specifications, features, and performance between AirPods Pro and AirPods 4. Make an informed decision based on your needs."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "2 Models", label: "Full Comparison" },
{ value: "20+ Specs", label: "Detailed Analysis" },
@@ -125,7 +125,7 @@ export default function ComparisonPage() {
{ text: "View Features", href: "/features" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -42,7 +42,7 @@ export default function FeaturesPage() {
<HeroSplitKpi
title="Discover AirPods Key Features"
description="Explore the innovative technologies that make AirPods the world's most advanced wireless audio experience. From noise cancellation to seamless connectivity."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
kpis={[
{ value: "Active", label: "Noise Cancellation" },
{ value: "Spatial", label: "3D Audio" },
@@ -114,7 +114,7 @@ export default function FeaturesPage() {
{ text: "Compare Models", href: "/comparison" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -44,7 +44,7 @@ export default function ReviewsPage() {
<HeroSplit
title="Customer Reviews & Testimonials"
description="Discover what thousands of satisfied customers are saying about their AirPods experience. Read authentic reviews from real users across the globe."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Customer Stories"
tagIcon={Star}
tagAnimation="slide-up"
@@ -135,7 +135,7 @@ export default function ReviewsPage() {
{ text: "Compare Models", href: "/" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -76,7 +76,7 @@ export default function ShopPage() {
{ text: "Buy PodsX 4", href: "#podsx-4" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>