diff --git a/src/app/page.tsx b/src/app/page.tsx index 84c0e35..468dfc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,8 @@ 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" /> @@ -188,6 +190,8 @@ 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" /> @@ -229,6 +233,8 @@ 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" /> @@ -277,6 +283,8 @@ 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" />