Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Body, Elevate Your Life"
|
||||
description="Personalized fitness coaching designed to help you achieve your goals faster. Expert guidance, proven methods, and unwavering support every step of your journey."
|
||||
background={{ variant: 'aurora' }}
|
||||
background={{ variant: 'glowing-orb' }}
|
||||
kpis={[
|
||||
{ value: '500+', label: 'Clients Transformed' },
|
||||
{ value: '95%', label: 'Success Rate' },
|
||||
|
||||
Reference in New Issue
Block a user