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