From af5b3f8c3f98bfaaba11d5043c2e0013d96de3e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:08:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7597fd5..8abb3b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { buttons={[{ text: "SHOP THE DROP", href: "#shop" }]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwAulmWLdICXrCj0EQnAEDHPcC/uploaded-1773493612426-jb406ip0.png?_wi=1", imageAlt: "User provided image" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwAulmWLdICXrCj0EQnAEDHPcC/uploaded-1773493612426-jb406ip0.png?_wi=2", imageAlt: "User provided image" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwAulmWLdICXrCj0EQnAEDHPcC/uploaded-1773493612426-jb406ip0.png", imageAlt: "User provided image" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwAulmWLdICXrCj0EQnAEDHPcC/uploaded-1773493612426-jb406ip0.png", imageAlt: "User provided image" } ]} mediaAnimation="slide-up" rating={5} @@ -122,6 +122,7 @@ export default function LandingPage() { cardNameClassName="text-lg font-bold uppercase" cardPriceClassName="text-xl font-extrabold text-white" cardVariantClassName="text-sm text-gray-400 uppercase" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" /> @@ -168,8 +169,8 @@ export default function LandingPage() { ariaLabel="WANNABE Testimonials" className="py-20" containerClassName="max-w-6xl" - titleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" - descriptionClassName="text-lg text-gray-300 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold uppercase tracking-tight" + textBoxDescriptionClassName="text-lg text-gray-300 max-w-2xl" tagClassName="uppercase text-xs tracking-widest" cardClassName="border border-purple-600 rounded-lg p-6 glass-elevated" imageWrapperClassName="rounded-full overflow-hidden w-12 h-12" -- 2.49.1