Update src/app/page.tsx

This commit is contained in:
2026-03-07 12:06:51 +00:00
parent 7bacbcc7c2
commit 65ac5a34bd

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Experience Sound Like Never Before"
description="Premium wireless audio with active noise cancellation, spatial audio, and seamless Apple ecosystem integration. Discover the perfect fit for every moment."
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "6-30 Hours", label: "Battery Life" },
{ value: "Adaptive", label: "Noise Control" },
@@ -216,7 +216,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>