Merge version_1 into main #1

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

View File

@@ -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", 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?_wi=1", 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", 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?_wi=1", 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"
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"
},
{
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"
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"
}
]}
/>