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" />