From d536d6b57e6dccd428c773419ea9c87766e7d6b4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:48:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f84330..8d2f845 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,6 @@ export default function LandingPage() { containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" titleClassName="text-3xl md:text-5xl font-light text-gray-900" - descriptionClassName="text-gray-700 mt-4" /> @@ -147,7 +146,6 @@ export default function LandingPage() { containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" titleClassName="text-3xl md:text-5xl font-light text-gray-900" - descriptionClassName="text-gray-700 mt-4" /> @@ -179,7 +177,6 @@ export default function LandingPage() { containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" titleClassName="text-3xl md:text-5xl font-light text-gray-900" - descriptionClassName="text-gray-700 mt-4" /> @@ -226,7 +223,7 @@ export default function LandingPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" - descriptionClassName="text-gray-700 mt-4" + titleClassName="text-3xl md:text-5xl font-light text-gray-900" /> -- 2.49.1