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() {