From cce766a00241277368b173c219761d521aa859d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b926b03..2c8a0e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,7 +180,6 @@ export default function LandingPage() { textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" textBoxButtonContainerClassName="flex flex-col gap-3" textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" - textBoxButtonTextClassName="font-semibold" /> @@ -231,12 +230,6 @@ export default function LandingPage() { nameClassName="font-bold text-lg" handleClassName="text-sm opacity-70" ratingClassName="flex gap-1 mb-3 text-orange-600" - textBoxTitleClassName="text-4xl lg:text-5xl font-bold" - textBoxDescriptionClassName="text-lg opacity-85" - textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" - textBoxButtonContainerClassName="flex flex-col gap-3" - textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" - textBoxButtonTextClassName="font-semibold" /> @@ -265,12 +258,6 @@ export default function LandingPage() { logoCardClassName="flex items-center justify-center px-6 py-4 bg-white border border-orange-100 rounded-xl flex-shrink-0" logoImageClassName="h-8 w-auto opacity-80 hover:opacity-100 transition-opacity" logoTextClassName="text-sm font-semibold text-center opacity-70" - textBoxTitleClassName="text-3xl lg:text-4xl font-bold text-center mb-4" - textBoxDescriptionClassName="text-center text-base opacity-80 mb-12" - textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" - textBoxButtonContainerClassName="flex flex-col gap-3" - textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" - textBoxButtonTextClassName="font-semibold" /> -- 2.49.1