From 07231084ecd5c2ae190d1f8eb5ca572a87750286 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 01:31:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfbc808..c9e9609 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,8 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} carouselMode="buttons" ariaLabel="Feature showcase of JMajor Cutz service strengths" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-4" + itemClassName="text-4xl md:text-5xl font-bold text-foreground" /> @@ -130,8 +129,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} ariaLabel="Team section featuring JMajor Cutz barber professionals" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-4" cardClassName="rounded-lg overflow-hidden shadow-md hover:shadow-xl transition-shadow" /> @@ -172,8 +171,8 @@ export default function LandingPage() { useInvertedBackground={false} carouselMode="buttons" ariaLabel="Customer testimonials for JMajor Cutz" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-4" /> @@ -202,8 +201,8 @@ export default function LandingPage() { useInvertedBackground={false} carouselMode="buttons" ariaLabel="JMajor Cutz pricing plans" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-4" /> -- 2.49.1