From a201b67ecd21b79d27429099c0dada3c916a8c4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:41:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fdeecb..3ead7bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} buttonAnimation="opacity" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/top-view-autumn-leaves-with-coffee_23-2148198579.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/top-view-autumn-leaves-with-coffee_23-2148198579.jpg" imageAlt="Minecraft gaming background" mediaAnimation="slide-up" frameStyle="card" @@ -94,7 +94,6 @@ export default function LandingPage() { } ]} containerClassName="px-6 py-16" - titleClassName="text-5xl font-bold text-yellow-400 mb-4" descriptionClassName="text-xl text-gray-400 mb-12" cardClassName="group relative bg-white/5 backdrop-blur-md border border-yellow-500/20 rounded-lg p-8 hover:border-red-500/40 transition-all duration-300 hover:shadow-lg hover:shadow-red-500/20" cardTitleClassName="text-xl font-bold text-yellow-300 mb-3 group-hover:text-red-400 transition-colors" @@ -126,7 +125,6 @@ export default function LandingPage() { } ]} containerClassName="px-6 py-16 bg-gradient-to-b from-red-950/10 to-black/50" - titleClassName="text-5xl font-bold text-yellow-400 mb-4" descriptionClassName="text-xl text-gray-300 mb-12" cardNameClassName="text-lg font-bold text-yellow-300" cardPriceClassName="text-red-400 font-semibold" @@ -150,7 +148,6 @@ export default function LandingPage() { speed={40} showCard={true} containerClassName="px-6 py-16" - titleClassName="text-4xl font-bold text-yellow-400 mb-4" descriptionClassName="text-lg text-gray-400 mb-12" logoTextClassName="text-gray-400 font-semibold" /> @@ -182,7 +179,7 @@ export default function LandingPage() {