Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 05:43:18 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>