Update src/app/features/page.tsx
This commit is contained in:
@@ -40,7 +40,7 @@ export default function FeaturesPage() {
|
||||
<HeroSplitKpi
|
||||
title="Discover Premium Audio Features"
|
||||
description="Experience cutting-edge technology designed for the perfect listening experience. From active noise cancellation to spatial audio, every feature is crafted with precision."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "circleGradient" }}
|
||||
kpis={[
|
||||
{ value: "6", label: "Key Features" },
|
||||
{ value: "Premium", label: "Audio Quality" },
|
||||
@@ -107,7 +107,7 @@ export default function FeaturesPage() {
|
||||
{ text: "View Specifications", href: "/products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "circleGradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user