From 1778e01fb750287e6ee46e0bcd696c19ee99c4c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:51:27 +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 1e10902..f36c8f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,8 +118,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/75 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/75 mb-12" /> @@ -144,8 +144,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/75 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/75 mb-12" /> -- 2.49.1