From 760d6f7c6531426566de40cc6fc0d8c124bdc1c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:43:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 468dfc9..84c0e35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,8 +120,6 @@ export default function PlayStationShowroom() { cardDescriptionClassName="text-cyan-100/70 text-sm leading-relaxed" cardIconClassName="w-6 h-6 text-magenta-400" mediaClassName="rounded-lg overflow-hidden border border-cyan-400/20" - titleClassName="text-4xl md:text-5xl font-bold text-cyan-300 mb-4" - descriptionClassName="text-lg text-cyan-100/70 max-w-2xl mb-12" /> @@ -190,8 +188,6 @@ export default function PlayStationShowroom() { textBoxButtonContainerClassName="flex gap-4 mt-8" textBoxButtonClassName="px-8 py-3 rounded-lg bg-gradient-to-r from-cyan-500 to-cyan-600 hover:shadow-lg hover:shadow-cyan-500/50 text-black font-semibold" textBoxButtonTextClassName="text-sm font-bold tracking-wide uppercase" - titleClassName="text-4xl md:text-5xl font-bold text-cyan-300 mb-4" - descriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl" /> @@ -233,8 +229,6 @@ export default function PlayStationShowroom() { textBoxClassName="mb-8" textBoxTitleClassName="text-4xl md:text-5xl font-bold text-magenta-300" textBoxDescriptionClassName="text-lg text-cyan-100/70 max-w-2xl mt-4" - titleClassName="text-4xl md:text-5xl font-bold text-magenta-300 mb-4" - descriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl" /> @@ -283,8 +277,6 @@ export default function PlayStationShowroom() { cardTitleClassName="text-xl font-bold text-magenta-300 mb-2" cardDescriptionClassName="text-cyan-100/70 text-sm" mediaClassName="rounded-lg overflow-hidden w-full h-64 object-cover" - titleClassName="text-4xl md:text-5xl font-bold text-magenta-300 mb-4" - descriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl" /> -- 2.49.1