Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:50:06 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroCentered
title="Handcrafted Kurtis for the Modern Woman"
description="Discover our exclusive collection of artisanal kurtis, each piece thoughtfully designed and lovingly handmade. Celebrate your unique style with premium fabrics and timeless elegance. Order directly via WhatsApp for personalized service."
background={{ variant: "aurora" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg", alt: "Happy customer wearing our kurti" },
{ src: "http://img.b2bpic.net/free-photo/portrait-jolly-woman-posing-feeling-happy-studio-background_482257-93259.jpg", alt: "Satisfied customer in handmade kurti" },
@@ -73,10 +73,10 @@ export default function LandingPage() {
animationType="blur-reveal"
products={[
{
id: "1", name: "Embroidered Cotton Kurti", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg?_wi=1", imageAlt: "Embroidered cotton kurti with traditional patterns", initialQuantity: 1
id: "1", name: "Embroidered Cotton Kurti", price: "₹1,499", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg", imageAlt: "Embroidered cotton kurti with traditional patterns", initialQuantity: 1
},
{
id: "2", name: "Silk Blend Casual Kurti", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-artist-woman-bohemian-outfit-posing-with-brush-palette-her-art-studio_273443-4286.jpg?_wi=1", imageAlt: "Comfortable silk blend casual kurti", initialQuantity: 1
id: "2", name: "Silk Blend Casual Kurti", price: "₹1,799", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-artist-woman-bohemian-outfit-posing-with-brush-palette-her-art-studio_273443-4286.jpg", imageAlt: "Comfortable silk blend casual kurti", initialQuantity: 1
},
{
id: "3", name: "Designer Fusion Kurti", price: "₹2,299", imageSrc: "http://img.b2bpic.net/free-photo/knitting-golden-ribbon-tissue_114579-12290.jpg", imageAlt: "Modern designer fusion kurti blend", initialQuantity: 1
@@ -115,7 +115,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Premium Fabrics", description: "We source only the finest natural fabrics—pure cotton, silk blends, and sustainable materials—ensuring comfort and durability for everyday wear.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg?_wi=2"
title: "Premium Fabrics", description: "We source only the finest natural fabrics—pure cotton, silk blends, and sustainable materials—ensuring comfort and durability for everyday wear.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beautiful-yellow-dress_1303-17541.jpg"
},
{
id: 2,
@@ -123,7 +123,7 @@ export default function LandingPage() {
},
{
id: 3,
title: "Custom Personalization", description: "Want something unique? We offer custom colors, embroidery styles, and fits tailored to your preferences. Message us on WhatsApp to create your perfect kurti.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-artist-woman-bohemian-outfit-posing-with-brush-palette-her-art-studio_273443-4286.jpg?_wi=2"
title: "Custom Personalization", description: "Want something unique? We offer custom colors, embroidery styles, and fits tailored to your preferences. Message us on WhatsApp to create your perfect kurti.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-artist-woman-bohemian-outfit-posing-with-brush-palette-her-art-studio_273443-4286.jpg"
}
]}
/>