From 5100d2b2c4fd07fd2656f968423cdefd7b9b1a05 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d2f845..2f9a0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,6 @@ export default function LandingPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" - titleClassName="text-3xl md:text-5xl font-light text-gray-900" /> @@ -145,7 +144,6 @@ export default function LandingPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" - titleClassName="text-3xl md:text-5xl font-light text-gray-900" /> @@ -176,7 +174,6 @@ export default function LandingPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" - titleClassName="text-3xl md:text-5xl font-light text-gray-900" /> @@ -223,7 +220,6 @@ export default function LandingPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" textBoxClassName="text-center mb-12" - titleClassName="text-3xl md:text-5xl font-light text-gray-900" /> -- 2.49.1