From 6b1bea85b7c8df8559f8427e65118fb1f73ed556 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:24:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b73419e..3b84b2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,9 +141,9 @@ export default function LandingPage() { showCard={true} className="py-16" containerClassName="rounded-xl" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-lg opacity-90" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full font-medium" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-90" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full font-medium" /> @@ -186,9 +186,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-20" containerClassName="rounded-xl" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg opacity-90" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full font-medium" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg opacity-90" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full font-medium" /> -- 2.49.1