Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 04:34:01 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -95,13 +95,13 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Handpicked Quality", tags: ["Premium Fabric", "Curated"],
imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg", imageAlt: "Premium clothing selection"},
imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg?_wi=1", imageAlt: "Premium clothing selection"},
{
id: "2", title: "Personal Styling", tags: ["Custom Fit", "Expert Advice"],
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg", imageAlt: "Professional styling service"},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg?_wi=1", imageAlt: "Professional styling service"},
{
id: "3", title: "Exclusive Collections", tags: ["Limited Stock", "Unique Pieces"],
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-blue-suit-standing-with-measure-tape-wardrobe_171337-19177.jpg", imageAlt: "Exclusive boutique collection"},
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-blue-suit-standing-with-measure-tape-wardrobe_171337-19177.jpg?_wi=1", imageAlt: "Exclusive boutique collection"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -120,13 +120,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Premium Silk Blend Dress", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg", imageAlt: "Elegant silk blend dress", initialQuantity: 1,
id: "1", name: "Premium Silk Blend Dress", price: "₹3,499", imageSrc: "http://img.b2bpic.net/free-photo/clean-bathrobe-bed_1232-3421.jpg?_wi=2", imageAlt: "Elegant silk blend dress", initialQuantity: 1,
},
{
id: "2", name: "Classic Tailored Blazer", price: "₹4,299", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg", imageAlt: "Premium tailored blazer", initialQuantity: 1,
id: "2", name: "Classic Tailored Blazer", price: "₹4,299", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2740.jpg?_wi=2", imageAlt: "Premium tailored blazer", initialQuantity: 1,
},
{
id: "3", name: "Luxury Cotton Trousers", price: "₹2,899", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-blue-suit-standing-with-measure-tape-wardrobe_171337-19177.jpg", imageAlt: "High-quality cotton trousers", initialQuantity: 1,
id: "3", name: "Luxury Cotton Trousers", price: "₹2,899", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-blue-suit-standing-with-measure-tape-wardrobe_171337-19177.jpg?_wi=2", imageAlt: "High-quality cotton trousers", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"