Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplit
title="Premium Quality Clothing for Every Style"
description="Discover our curated collection of sophisticated apparel crafted from the finest materials. From everyday essentials to statement pieces, elevate your wardrobe with ThreadCraft."
background={{ variant: "blurBottom" }}
background={{ variant: "glowing-orb" }}
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -67,11 +67,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Premium Blue Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg?_wi=1", imageAlt: "Blue Denim Jacket"},
id: "1", name: "Premium Blue Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg", imageAlt: "Blue Denim Jacket"},
{
id: "2", name: "Classic White Linen Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg?_wi=1", imageAlt: "White Linen Shirt"},
id: "2", name: "Classic White Linen Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg", imageAlt: "White Linen Shirt"},
{
id: "3", name: "Elegant Black Formal Dress", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg?_wi=1", imageAlt: "Black Formal Dress"},
id: "3", name: "Elegant Black Formal Dress", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg", imageAlt: "Black Formal Dress"},
{
id: "4", name: "Luxe Camel Wool Coat", price: "$259.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beige-coat-using-phone-street_1303-27429.jpg", imageAlt: "Camel Wool Coat"},
]}
@@ -110,11 +110,11 @@ export default function LandingPage() {
{
title: "Premium Materials", description: "Every piece is crafted from the finest natural fibers and sustainable fabrics", imageSrc: "http://img.b2bpic.net/free-photo/blank-abstract-textured-background_23-2148624416.jpg", imageAlt: "Premium Fabric Selection"},
{
title: "Expert Craftsmanship", description: "Our skilled artisans ensure meticulous attention to detail in every stitch", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg?_wi=2", imageAlt: "Quality Craftsmanship"},
title: "Expert Craftsmanship", description: "Our skilled artisans ensure meticulous attention to detail in every stitch", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg", imageAlt: "Quality Craftsmanship"},
{
title: "Sustainable Fashion", description: "We're committed to ethical production and environmentally responsible practices", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg?_wi=2", imageAlt: "Sustainable Production"},
title: "Sustainable Fashion", description: "We're committed to ethical production and environmentally responsible practices", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg", imageAlt: "Sustainable Production"},
{
title: "Timeless Design", description: "Classic styles that transcend trends and remain relevant for years", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg?_wi=2", imageAlt: "Timeless Designs"},
title: "Timeless Design", description: "Classic styles that transcend trends and remain relevant for years", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg", imageAlt: "Timeless Designs"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"