Merge version_6 into main #10

Merged
bender merged 1 commits from version_6 into main 2026-04-23 11:13:07 +00:00

View File

@@ -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"
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -135,8 +143,11 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="FAQ"
description="Common questions about our brand."
textboxLayout="default"
faqs={[{ id: "1", title: "Returns?", content: "Easy returns." }]}
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>