Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-08 17:13:37 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,13 +48,13 @@ export default function LandingPage() {
description="Curated collections of premium fashion pieces designed for the modern woman. Explore timeless elegance and contemporary trends."
background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-shopping-clothes-store-together-holding-dress-posing-taking-pictures-mobile-phone-consumerism-shopping-concept_74855-11789.jpg", imageAlt: "Premium dress collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/women-waiting-fiting-room-try-clothes_23-2148312144.jpg", imageAlt: "Elegant outfit showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg", imageAlt: "Fashion statement piece" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-shopping-clothes-store-together-holding-dress-posing-taking-pictures-mobile-phone-consumerism-shopping-concept_74855-11789.jpg?_wi=1", imageAlt: "Premium dress collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/women-waiting-fiting-room-try-clothes_23-2148312144.jpg?_wi=1", imageAlt: "Elegant outfit showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg?_wi=1", imageAlt: "Fashion statement piece" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-with-colorful-hair-surprised-looking-price-green-dress_132075-12227.jpg", imageAlt: "Boutique styling moment" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-fashionable-female-model-confident-pose-standing-friends_197531-5896.jpg", imageAlt: "Trendy collection display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-length-portrait-fashionable-female-model-confident-pose-standing-friends_197531-5896.jpg?_wi=1", imageAlt: "Trendy collection display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-two-best-friends-blonde-girls-spending-time-center-city-nice-fall-autumn-day-using-smartphone-wearing-sunglasses-ant-trendy-fashion-looks_291049-1998.jpg", imageAlt: "Style inspiration" },
{ imageSrc: "http://img.b2bpic.net/free-photo/seductive-blond-woman-with-perfect-legs-sitting-bench_273443-3391.jpg", imageAlt: "Fashion ensemble" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-atmosphere-stylish-blond-woman-linen-wear-posing-light-modern-interior-studio_273443-5001.jpg", imageAlt: "Premium boutique pieces" }
@@ -119,7 +119,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Curated Collections", description: "Each item is handpicked by our fashion experts to ensure quality, style, and timeless appeal. We focus on pieces that make you feel confident.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-shopping-clothes-store-together-holding-dress-posing-taking-pictures-mobile-phone-consumerism-shopping-concept_74855-11789.jpg", imageAlt: "Curated collection display"
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-friends-enjoying-shopping-clothes-store-together-holding-dress-posing-taking-pictures-mobile-phone-consumerism-shopping-concept_74855-11789.jpg?_wi=2", imageAlt: "Curated collection display"
},
items: [
{ icon: CheckCircle, text: "Premium materials" },
@@ -129,7 +129,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Personal Styling", description: "Our fashion consultants are here to help you find pieces that match your unique style and preferences. Book a styling session today.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/women-waiting-fiting-room-try-clothes_23-2148312144.jpg", imageAlt: "Personal styling consultation"
imageSrc: "http://img.b2bpic.net/free-photo/women-waiting-fiting-room-try-clothes_23-2148312144.jpg?_wi=2", imageAlt: "Personal styling consultation"
},
items: [
{ icon: CheckCircle, text: "Expert advice" },
@@ -139,7 +139,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Exceptional Service", description: "From browsing to checkout, we ensure a seamless and enjoyable shopping experience. Your satisfaction is our priority.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg", imageAlt: "Customer service excellence"
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoy-shopping_53876-20708.jpg?_wi=2", imageAlt: "Customer service excellence"
},
items: [
{ icon: CheckCircle, text: "Fast shipping" },
@@ -177,7 +177,7 @@ export default function LandingPage() {
description="Get exclusive access to new collections, special offers, and style tips. Subscribe to our newsletter."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-fashionable-female-model-confident-pose-standing-friends_197531-5896.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-length-portrait-fashionable-female-model-confident-pose-standing-friends_197531-5896.jpg?_wi=2"
imageAlt="Newsletter signup visual"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"