Update src/app/features/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function FeaturesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -40,7 +40,7 @@ export default function FeaturesPage() {
|
||||
<HeroSplitKpi
|
||||
title="Discover Premium Audio Features"
|
||||
description="Experience cutting-edge technology designed for the perfect listening experience. From active noise cancellation to spatial audio, every feature is crafted with precision."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "6", label: "Key Features" },
|
||||
{ value: "Premium", label: "Audio Quality" },
|
||||
@@ -107,7 +107,7 @@ export default function FeaturesPage() {
|
||||
{ text: "View Specifications", href: "/products" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user