Merge version_1 into main #2

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

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Luxury Fashion"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Men's", href: "#mens" },
{ text: "Shop Women's", href: "#womens" }
@@ -54,9 +54,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg", imageAlt: "Luxury couture collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fulllength-portrait-stylish-darkskinned-curly-woman-white-pants-jacket-top-posing-dressing-room-young-lady-leans-hanger_197531-27803.jpg", imageAlt: "Premium fashion showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=1", imageAlt: "Elegant couture designs" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=2", imageAlt: "Fashion forward collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg?_wi=3", imageAlt: "Luxury fashion selection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg", imageAlt: "Elegant couture designs" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg", imageAlt: "Fashion forward collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-sitting-windowsill-holds-wedding-dress_1153-5941.jpg", imageAlt: "Luxury fashion selection" }
]}
ariaLabel="Hero section with carousel"
/>
@@ -75,7 +75,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "mens-1", name: "Premium Silk Dress Shirt", price: "$1,299", variant: "Navy Blue • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg?_wi=1", imageAlt: "Premium Silk Dress Shirt", isFavorited: false
id: "mens-1", name: "Premium Silk Dress Shirt", price: "$1,299", variant: "Navy Blue • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg", imageAlt: "Premium Silk Dress Shirt", isFavorited: false
},
{
id: "mens-2", name: "Tailored Wool Blazer", price: "$2,499", variant: "Charcoal Grey • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9677.jpg", imageAlt: "Tailored Wool Blazer", isFavorited: false
@@ -102,13 +102,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "womens-1", name: "Couture Evening Gown", price: "$3,499", variant: "Champagne • Custom Sizing", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=1", imageAlt: "Couture Evening Gown", isFavorited: false
id: "womens-1", name: "Couture Evening Gown", price: "$3,499", variant: "Champagne • Custom Sizing", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", imageAlt: "Couture Evening Gown", isFavorited: false
},
{
id: "womens-2", name: "Luxury Silk Dress", price: "$1,999", variant: "Emerald Green • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=2", imageAlt: "Luxury Silk Dress", isFavorited: false
id: "womens-2", name: "Luxury Silk Dress", price: "$1,999", variant: "Emerald Green • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", imageAlt: "Luxury Silk Dress", isFavorited: false
},
{
id: "womens-3", name: "Premium Designer Coat", price: "$2,799", variant: "Camel • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=3", imageAlt: "Premium Designer Coat", isFavorited: false
id: "womens-3", name: "Premium Designer Coat", price: "$2,799", variant: "Camel • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", imageAlt: "Premium Designer Coat", isFavorited: false
}
]}
carouselMode="buttons"
@@ -125,7 +125,7 @@ export default function LandingPage() {
description="Luxury Couture.in"
subdescription="Est. 2024 • Premium Fashion House"
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg"
imageAlt="Luxury Couture atelier"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -142,12 +142,10 @@ export default function LandingPage() {
tagAnimation="opacity"
features={[
{
id: "mens-collection", title: "Men's Formal Wear", author: "Premium Selection", description: "Sophisticated suits, dress shirts, and blazers tailored for the modern gentleman. Every piece reflects our commitment to quality and elegance.", tags: ["Formal", "Tailored", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg?_wi=2", imageAlt: "Men's formal collection"
id: "mens-collection", title: "Men's Formal Wear", author: "Premium Selection", description: "Sophisticated suits, dress shirts, and blazers tailored for the modern gentleman. Every piece reflects our commitment to quality and elegance.", tags: ["Formal", "Tailored", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/groom-preparing-his-wedding_1303-28302.jpg", imageAlt: "Men's formal collection"
},
{
id: "womens-collection", title: "Women's Evening Collection", author: "Exclusive Designs", description: "Stunning gowns, dresses, and evening wear crafted for sophisticated women who appreciate fine fashion and timeless elegance.", tags: ["Evening Wear", "Designer", "Exclusive"],
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg?_wi=4", imageAlt: "Women's evening collection"
id: "womens-collection", title: "Women's Evening Collection", author: "Exclusive Designs", description: "Stunning gowns, dresses, and evening wear crafted for sophisticated women who appreciate fine fashion and timeless elegance.", tags: ["Evening Wear", "Designer", "Exclusive"], imageSrc: "http://img.b2bpic.net/free-photo/blond-female-long-red-dress-motion-studio-shoot_613910-305.jpg", imageAlt: "Women's evening collection"
}
]}
animationType="slide-up"
@@ -171,22 +169,22 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priya.luxury", testimonial: "The quality and craftsmanship of Luxury Couture is unparalleled. Every piece feels like a treasure. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Priya Sharma"
id: "1", name: "Priya Sharma", handle: "@priya.luxury", testimonial: "The quality and craftsmanship of Luxury Couture is unparalleled. Every piece feels like a treasure. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Vikram Desai", handle: "@vikram.style", testimonial: "Finally found a brand that understands true luxury. Their attention to detail is exceptional. I'm a loyal customer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Vikram Desai"
id: "2", name: "Vikram Desai", handle: "@vikram.style", testimonial: "Finally found a brand that understands true luxury. Their attention to detail is exceptional. I'm a loyal customer.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Vikram Desai"
},
{
id: "3", name: "Anjali Gupta", handle: "@anjali.fashion", testimonial: "The elegance and sophistication of these pieces elevated my entire wardrobe. Worth every penny. Absolutely stunning!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Anjali Gupta"
id: "3", name: "Anjali Gupta", handle: "@anjali.fashion", testimonial: "The elegance and sophistication of these pieces elevated my entire wardrobe. Worth every penny. Absolutely stunning!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Anjali Gupta"
},
{
id: "4", name: "Rohan Patel", handle: "@rohan.couture", testimonial: "Service, quality, and style all exceeded my expectations. Luxury Couture is the epitome of premium fashion.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Rohan Patel"
},
{
id: "5", name: "Neha Verma", handle: "@neha.elegance", testimonial: "Each purchase feels like an investment in timeless style. The craftsmanship is world-class. Absolutely love this brand!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Neha Verma"
id: "5", name: "Neha Verma", handle: "@neha.elegance", testimonial: "Each purchase feels like an investment in timeless style. The craftsmanship is world-class. Absolutely love this brand!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Neha Verma"
},
{
id: "6", name: "Arjun Kumar", handle: "@arjun.premium", testimonial: "The attention to detail and premium quality set this brand apart. My wardrobe has never looked better. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Arjun Kumar"
id: "6", name: "Arjun Kumar", handle: "@arjun.premium", testimonial: "The attention to detail and premium quality set this brand apart. My wardrobe has never looked better. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Arjun Kumar"
}
]}
ariaLabel="Customer testimonials section"
@@ -203,7 +201,7 @@ export default function LandingPage() {
]}
textarea={{ name: "preferences", placeholder: "Tell us about your style preferences...", rows: 4, required: false }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg"
imageAlt="Luxury fashion showcase"
mediaAnimation="opacity"
mediaPosition="right"