Update src/app/features/page.tsx

This commit is contained in:
2026-03-07 12:06:32 +00:00
parent d244217b8e
commit 4fa0534639

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>