Update src/app/features/page.tsx

This commit is contained in:
2026-03-07 12:06:50 +00:00
parent cc8a646f96
commit 7bacbcc7c2

View File

@@ -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: "circleGradient" }}
background={{ variant: "glowing-orb" }}
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: "circleGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>