From a9f74203f3cb0ebcce5411a2cd9448eff10446d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:10:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 264db00..7cd12f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,10 +115,10 @@ export default function LandingPage() { ariaLabel="WANNABE Product Collection" className="py-20" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" - descriptionClassName="text-lg text-gray-300 max-w-2xl" - tagClassName="uppercase text-xs tracking-widest" - buttonClassName="border border-white px-6 py-3 uppercase text-sm font-bold hover:bg-white hover:text-black transition-all" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" + textBoxDescriptionClassName="text-lg text-gray-300 max-w-2xl" + textBoxTagClassName="uppercase text-xs tracking-widest" + textBoxButtonClassName="border border-white px-6 py-3 uppercase text-sm font-bold hover:bg-white hover:text-black transition-all" cardNameClassName="text-lg font-bold uppercase" cardPriceClassName="text-xl font-extrabold text-white" cardVariantClassName="text-sm text-gray-400 uppercase" @@ -170,7 +170,7 @@ export default function LandingPage() { containerClassName="max-w-6xl" textBoxTitleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" textBoxDescriptionClassName="text-lg text-gray-300 max-w-2xl" - tagClassName="uppercase text-xs tracking-widest" + textBoxTagClassName="uppercase text-xs tracking-widest" cardClassName="border border-purple-600 rounded-lg p-6 glass-elevated" imageWrapperClassName="rounded-full overflow-hidden w-12 h-12" nameClassName="font-bold uppercase text-white" -- 2.49.1