Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 11:54:46 +00:00

View File

@@ -45,7 +45,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: "noise" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "6-30 Hours", label: "Battery Life" },
{ value: "Adaptive", label: "Noise Control" },
@@ -213,7 +213,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}