Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 07:29:11 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Premium Fashion for Every Occasion"
description="Discover our curated collection of high-quality clothing that combines style, comfort, and sustainability. Shop timeless pieces designed for modern living."
background={{ variant: "grid" }}
background={{ variant: "plain" }}
kpis={[
{ value: "10,000+", label: "Happy Customers" },
{ value: "99.2%", label: "Quality Rating" },
@@ -67,13 +67,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Premium Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy · 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-casual-clothes_23-2148610424.jpg?_wi=1", imageAlt: "Premium cotton t-shirt", isFavorited: false,
id: "1", name: "Premium Cotton T-Shirt", price: "$49.99", variant: "White, Black, Navy · 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-casual-clothes_23-2148610424.jpg", imageAlt: "Premium cotton t-shirt", isFavorited: false,
},
{
id: "2", name: "Classic Denim Jeans", price: "$89.99", variant: "Deep Blue · Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773390.jpg?_wi=1", imageAlt: "Classic denim jeans", isFavorited: false,
id: "2", name: "Classic Denim Jeans", price: "$89.99", variant: "Deep Blue · Multiple Sizes", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773390.jpg", imageAlt: "Classic denim jeans", isFavorited: false,
},
{
id: "3", name: "Elegant Evening Dress", price: "$149.99", variant: "Black, Burgundy · Premium Fabric", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bronze-make-up-black-golden-dress-stone-wall_343596-375.jpg?_wi=1", imageAlt: "Elegant evening dress", isFavorited: false,
id: "3", name: "Elegant Evening Dress", price: "$149.99", variant: "Black, Burgundy · Premium Fabric", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bronze-make-up-black-golden-dress-stone-wall_343596-375.jpg", imageAlt: "Elegant evening dress", isFavorited: false,
},
]}
title="Featured Collections"
@@ -93,7 +93,7 @@ export default function LandingPage() {
title="Crafted with Purpose"
description="We believe fashion should be sustainable, accessible, and empowering. Since 2015, we've been dedicated to creating high-quality clothing that makes you feel confident in every moment. Our commitment to ethical production and innovative design sets us apart."
tag="About StyleCo"
imageSrc="http://img.b2bpic.net/free-photo/brown-gray-hallway-with-glass-windows_250224-246.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/brown-gray-hallway-with-glass-windows_250224-246.jpg"
imageAlt="StyleCo team and workspace"
useInvertedBackground={false}
buttons={[{ text: "Our Story", href: "#about" }]}
@@ -107,21 +107,20 @@ export default function LandingPage() {
description="Experience the difference quality and care make"
features={[
{
title: "Sustainable Materials", description: "100% ethically sourced fabrics and eco-friendly production methods", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-casual-clothes_23-2148610424.jpg?_wi=2", imageAlt: "Sustainable fashion materials", buttonIcon: Leaf,
title: "Sustainable Materials", description: "100% ethically sourced fabrics and eco-friendly production methods", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-suitcase-with-casual-clothes_23-2148610424.jpg", imageAlt: "Sustainable fashion materials", buttonIcon: Leaf,
},
{
title: "Expert Craftsmanship", description: "Each piece is carefully designed and manufactured to perfection", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773390.jpg?_wi=2", imageAlt: "Expert clothing craftsmanship", buttonIcon: Hammer,
title: "Expert Craftsmanship", description: "Each piece is carefully designed and manufactured to perfection", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773390.jpg", imageAlt: "Expert clothing craftsmanship", buttonIcon: Hammer,
},
{
title: "Perfect Fit Guarantee", description: "Free returns within 30 days if you're not completely satisfied", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bronze-make-up-black-golden-dress-stone-wall_343596-375.jpg?_wi=2", imageAlt: "Perfect fit clothing", buttonIcon: CheckCircle,
title: "Perfect Fit Guarantee", description: "Free returns within 30 days if you're not completely satisfied", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bronze-make-up-black-golden-dress-stone-wall_343596-375.jpg", imageAlt: "Perfect fit clothing", buttonIcon: CheckCircle,
},
{
title: "Style Consultation", description: "Personal styling advice from our fashion experts available 24/7", imageSrc: "http://img.b2bpic.net/free-photo/brown-gray-hallway-with-glass-windows_250224-246.jpg?_wi=2", imageAlt: "Fashion style consultation", buttonIcon: Users,
title: "Style Consultation", description: "Personal styling advice from our fashion experts available 24/7", imageSrc: "http://img.b2bpic.net/free-photo/brown-gray-hallway-with-glass-windows_250224-246.jpg", imageAlt: "Fashion style consultation", buttonIcon: Users,
},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>