Update src/app/products/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function ProductsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -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: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
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: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user