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