Update src/app/comparison/page.tsx

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

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>