From d981a218729bbe9abe7c7e4b6152b151777dc5be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 17:44:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6028b86..4f64c25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,7 @@ export default function LandingPage() { containerClassName="py-20" titleClassName="text-4xl md:text-5xl font-light" descriptionClassName="text-lg text-foreground/80 leading-relaxed" + textBoxClassName="" /> @@ -125,8 +126,8 @@ export default function LandingPage() { ] }} containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg text-foreground/80" /> @@ -160,8 +161,8 @@ export default function LandingPage() { ]} carouselMode="buttons" containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg text-foreground/80" /> @@ -186,8 +187,8 @@ export default function LandingPage() { ] }} containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg text-foreground/80" /> @@ -252,8 +253,8 @@ export default function LandingPage() { } ]} containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg text-foreground/80" /> -- 2.49.1