diff --git a/src/app/page.tsx b/src/app/page.tsx index e93b24a..8438942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -72,21 +55,9 @@ export default function LandingPage() { useInvertedBackground={true} title="30+ jaar ervaring in directe verkoop" metrics={[ - { - icon: Award, - label: "Jaar aan Ervaring", - value: "30+", - }, - { - icon: TrendingUp, - label: "Deals Gesloten", - value: "1000+", - }, - { - icon: ShieldCheck, - label: "Client Resultaat", - value: "100%", - }, + { icon: Award, label: "Jaar aan Ervaring", value: "30+" }, + { icon: TrendingUp, label: "Deals Gesloten", value: "1000+" }, + { icon: ShieldCheck, label: "Client Resultaat", value: "100%" }, ]} metricsAnimation="blur-reveal" /> @@ -96,39 +67,16 @@ export default function LandingPage() { @@ -224,21 +121,9 @@ export default function LandingPage() { useInvertedBackground={true} title="Wij trainen geen verkopers. Wij creƫren closers." metrics={[ - { - icon: Zap, - label: "Mentaliteit", - value: "Elite", - }, - { - icon: Target, - label: "Focus", - value: "Resultaat", - }, - { - icon: Award, - label: "Standaard", - value: "Top", - }, + { icon: Zap, label: "Mentaliteit", value: "Elite" }, + { icon: Target, label: "Focus", value: "Resultaat" }, + { icon: Award, label: "Standaard", value: "Top" }, ]} metricsAnimation="slide-up" /> @@ -247,9 +132,7 @@ export default function LandingPage() {