From b19fee667fea740c6e0789b54b182448484cf03c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa822ed..f3fe826 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Elevate Your Code. Own Your Style." description="Premium clothing designed for developers, hackers, and tech enthusiasts who code hard and dress harder. Express your digital identity through our exclusive streetwear collection." - background={{ variant: "grid" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-wearing-black-hoodie_23-2149359862.jpg", imageAlt: "Hacker hoodie collection" @@ -202,7 +202,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Join the HACK_WEAR Community" description="Get exclusive drops, early access to new collections, and tech culture updates delivered to your inbox." - background={{ variant: "grid" }} + background={{ variant: "plain" }} inputPlaceholder="your@email.com" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime. No spam, just good vibes." -- 2.49.1