Merge version_1 into main #5
@@ -113,8 +113,8 @@ export default function PlayStationShowroom() {
|
||||
carouselMode="buttons"
|
||||
className="py-20"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
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"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-cyan-300 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-cyan-100/70 max-w-2xl mb-12"
|
||||
cardClassName="bg-gradient-to-br from-cyan-500/10 to-magenta-500/10 border border-cyan-400/30 rounded-xl p-6 backdrop-blur-md hover:border-cyan-400/60 transition-all"
|
||||
cardTitleClassName="text-xl font-bold text-cyan-300 mb-3"
|
||||
cardDescriptionClassName="text-cyan-100/70 text-sm leading-relaxed"
|
||||
@@ -175,16 +175,14 @@ export default function PlayStationShowroom() {
|
||||
buttonAnimation="blur-reveal"
|
||||
className="py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-6"
|
||||
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"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-cyan-300 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl"
|
||||
cardClassName="bg-gradient-to-br from-cyan-500/10 to-magenta-500/10 border border-cyan-400/20 rounded-xl overflow-hidden hover:border-cyan-400/60 transition-all group"
|
||||
cardNameClassName="text-lg font-bold text-cyan-300 group-hover:text-magenta-300 transition-colors"
|
||||
cardPriceClassName="text-cyan-400 font-semibold text-lg mt-2"
|
||||
imageClassName="w-full h-full object-cover group-hover:scale-105 transition-transform duration-300"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mt-12"
|
||||
textBoxClassName="mb-8"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
textBoxDescriptionClassName="text-lg text-cyan-100/70 max-w-2xl mt-4"
|
||||
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"
|
||||
@@ -219,16 +217,14 @@ export default function PlayStationShowroom() {
|
||||
carouselMode="buttons"
|
||||
className="py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-6"
|
||||
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"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-magenta-300 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl"
|
||||
cardClassName="bg-gradient-to-br from-magenta-500/10 to-cyan-500/10 border border-magenta-400/20 rounded-xl overflow-hidden hover:border-magenta-400/60 transition-all group"
|
||||
cardNameClassName="text-lg font-bold text-magenta-300 group-hover:text-cyan-300 transition-colors"
|
||||
cardPriceClassName="text-magenta-400 font-semibold text-lg mt-2"
|
||||
imageClassName="w-full h-full object-cover group-hover:scale-105 transition-transform duration-300"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-2 gap-6 mt-12"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -270,8 +266,8 @@ export default function PlayStationShowroom() {
|
||||
useInvertedBackground={false}
|
||||
className="py-24"
|
||||
containerClassName="max-w-7xl mx-auto px-6"
|
||||
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"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-magenta-300 mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-cyan-100/70 mb-12 max-w-2xl"
|
||||
cardClassName="bg-gradient-to-br from-magenta-500/10 to-cyan-500/10 border border-magenta-400/20 rounded-xl overflow-hidden hover:border-magenta-400/60 transition-all"
|
||||
valueClassName="text-sm font-bold text-magenta-400 uppercase tracking-wider mb-2"
|
||||
cardTitleClassName="text-xl font-bold text-magenta-300 mb-2"
|
||||
|
||||
Reference in New Issue
Block a user