From e2baceb2c2ef2ca55e8e0a40d02e16e49cc54384 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:15:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c89c69e..00f2968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,7 @@ export default function LandingPage() { imageAlt="Professional barber portrait" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -78,11 +79,13 @@ export default function LandingPage() { animationType="slide-up" negativeCard={{ items: [ - "Generic haircuts", "Rushed appointments", "One-size-fits-all approach"], + "Generic haircuts", "Rushed appointments", "One-size-fits-all approach" + ], }} positiveCard={{ items: [ - "Custom haircuts tailored to your style", "Relaxed, quality appointments", "Personalized grooming consultation", "Professional straight razor shaves", "Beard trimming and styling", "Expert fades and detailing"], + "Custom haircuts tailored to your style", "Relaxed, quality appointments", "Personalized grooming consultation", "Professional straight razor shaves", "Beard trimming and styling", "Expert fades and detailing" + ], }} /> @@ -91,13 +94,17 @@ export default function LandingPage() {