From e37b05ef23d0cf0bbbbfaf67ebe8b2c0beaaeb08 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:55:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 088d574..335b7dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,8 +116,8 @@ export default function LandingPage() { tag="✨ The Difference" tagAnimation="opacity" containerClassName="max-w-7xl" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-base text-neutral-600" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-base text-neutral-600" /> @@ -155,8 +155,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-base text-neutral-600" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-base text-neutral-600" cardClassName="bg-white rounded-lg p-6" animationType="slide-up" />