From 6f2681cb94efd6ef315cd80ab3d4f8e5b432a099 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:13:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba330dd..25086d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,7 @@ export default function LandingPage() { buttons={[{ text: "Shop The Mindset", href: "#products" }]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg" background={{ variant: "rotated-rays-static" }} + mediaAnimation="none" /> @@ -61,6 +62,7 @@ export default function LandingPage() { subdescription="Inspired by the hunger and drive of today's youth, our streetwear is built to push you forward." icon={CheckCircle} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-black-white_23-2149392896.jpg" + useInvertedBackground={false} /> @@ -71,6 +73,7 @@ export default function LandingPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Design", description: "Hand-drawn concepts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-fashion-design-sketch-paper_23-2151486993.jpg" } }, { title: "Production", description: "Eco-friendly crafting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164875.jpg" } } @@ -98,6 +101,8 @@ export default function LandingPage() { description="Our latest collection." animationType="slide-up" gridVariant="four-items-2x2-equal-grid" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", brand: "KOOLKY", name: "Street Tee", price: "$35", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-man-close-ears-from-noisy-neighbours-looking-up-shouting-annoyed-hearing-loud-music-isolated-background_1150-63498.jpg" } ]} @@ -110,6 +115,8 @@ export default function LandingPage() { description="Driven by community numbers." animationType="slide-up" gridVariant="uniform-all-items-equal" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "15K+", title: "Customers", description: "Happy shoppers", icon: CheckCircle } ]} @@ -122,6 +129,7 @@ export default function LandingPage() { description="We are here for you." inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]} imageSrc="http://img.b2bpic.net/free-photo/woman-choosing-clothes-shop_23-2147669917.jpg" + useInvertedBackground={false} /> @@ -135,8 +143,11 @@ export default function LandingPage() {