Update src/app/products/page.tsx

This commit is contained in:
2026-03-07 12:03:19 +00:00
parent 4553a1c87e
commit cc8a646f96

View File

@@ -41,7 +41,7 @@ export default function ProductsPage() {
<HeroSplitKpi
title="Discover Our Complete Product Lineup"
description="Explore PodsX Pro and PodsX 4 - engineered for performance, designed for comfort. Choose the perfect audio experience for your lifestyle."
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
kpis={[
{ value: "2 Models", label: "Advanced Tech" },
{ value: "Premium", label: "Sound Quality" },
@@ -121,7 +121,7 @@ export default function ProductsPage() {
{ text: "Learn More", href: "/features" },
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>