Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 20:28:04 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmall"
background="blurBottom"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="layered"
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Shop Collection", href: "#products" },
{ text: "Customize Now", href: "#customize" }
]}
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/straw-hat-hanging-beach-towels_53876-95418.jpg"
imageAlt="Colorful Indian customized merchandise collection"
frameStyle="card"
@@ -108,16 +108,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Select Base Product", description: "Choose from our wide range of premium blank merchandise - t-shirts, hoodies, totes, and more.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=1", imageAlt: "Step 1: Select product", buttonIcon: ArrowRight
title: "Select Base Product", description: "Choose from our wide range of premium blank merchandise - t-shirts, hoodies, totes, and more.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 1: Select product", buttonIcon: ArrowRight
},
{
title: "Design Your Piece", description: "Use our design tool to add custom prints, colors, and personalization. Upload your own artwork or browse our Indian-inspired design library.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=2", imageAlt: "Step 2: Design customization", buttonIcon: ArrowRight
title: "Design Your Piece", description: "Use our design tool to add custom prints, colors, and personalization. Upload your own artwork or browse our Indian-inspired design library.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 2: Design customization", buttonIcon: ArrowRight
},
{
title: "Order & Receive", description: "Review your design, place your order, and we'll craft and ship your custom merchandise directly to your door.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=3", imageAlt: "Step 3: Order placement", buttonIcon: ShoppingCart
title: "Order & Receive", description: "Review your design, place your order, and we'll craft and ship your custom merchandise directly to your door.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Step 3: Order placement", buttonIcon: ShoppingCart
},
{
title: "Quality Guaranteed", description: "Every item goes through rigorous quality checks to ensure vibrant colors, durable prints, and premium materials.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg?_wi=4", imageAlt: "Quality assurance", buttonIcon: CheckCircle
title: "Quality Guaranteed", description: "Every item goes through rigorous quality checks to ensure vibrant colors, durable prints, and premium materials.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-fashion-week-youtube-channel-art_23-2151019843.jpg", imageAlt: "Quality assurance", buttonIcon: CheckCircle
}
]}
/>
@@ -154,6 +154,9 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Partners"
tagIcon={Heart}
names={[
"Premium Crafts", "Fashion Forward", "Design Studio", "Custom Threads", "Artisan Co", "Style Hub", "Creative Goods"
]}
logos={[
"http://img.b2bpic.net/free-vector/luxury-logo-design-template_23-2150881453.jpg", "http://img.b2bpic.net/free-vector/flat-slow-fashion-badge-collection_23-2148823303.jpg", "http://img.b2bpic.net/free-vector/interior-design-logo-template_742173-3120.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/elegant-stylish-logo-collection-vintage-design_23-2147549472.jpg", "http://img.b2bpic.net/free-vector/minimalist-wedding-monograms-pastel-colors_23-2148382139.jpg", "http://img.b2bpic.net/free-vector/vintage-thanksgiving-day-label-collection_23-2147939723.jpg"
]}