From a8864814f0f84a90cf0248fe2e479a9cd08f89d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:24:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2b9ab3..3ec2f90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,8 +148,8 @@ export default function LandingPage() { }} useInvertedBackground={false} titleClassName="text-5xl md:text-6xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70" - tagClassName="text-primary-cta font-semibold" + textBoxDescriptionClassName="text-lg text-foreground/70" + textBoxTagClassName="text-primary-cta font-semibold" /> @@ -213,8 +213,8 @@ export default function LandingPage() { { value: "30+", label: "Award-Winning Fragrances" }, ]} titleClassName="text-5xl md:text-6xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70" - tagClassName="text-primary-cta font-semibold" + textBoxDescriptionClassName="text-lg text-foreground/70" + textBoxTagClassName="text-primary-cta font-semibold" nameClassName="text-foreground font-semibold" roleClassName="text-primary-cta text-sm" /> @@ -256,9 +256,9 @@ export default function LandingPage() { ]} speed={40} showCard={true} - titleClassName="text-5xl md:text-6xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70" - tagClassName="text-primary-cta font-semibold" + textBoxTitleClassName="text-5xl md:text-6xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70" + textBoxTagClassName="text-primary-cta font-semibold" /> -- 2.49.1