Update src/app/products/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user