Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:10:24 +00:00

View File

@@ -48,9 +48,9 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clothing-rack_53876-138107.jpg", imageAlt: "Wardrobe Hero"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg", imageAlt: "Casual Outfit Display"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg?_wi=1", imageAlt: "Casual Outfit Display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg", imageAlt: "Formal Clothing Collection"},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg?_wi=1", imageAlt: "Formal Clothing Collection"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -69,10 +69,10 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Casual Collection", name: "Weekend Casual Look", price: "Everyday Wear", rating: 5,
reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg", imageAlt: "Casual weekend outfit"},
reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-usa-flea-market_23-2149536947.jpg?_wi=2", imageAlt: "Casual weekend outfit"},
{
id: "2", brand: "Formal Collection", name: "Evening Elegance", price: "Special Events", rating: 5,
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg", imageAlt: "Formal evening wear"},
reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-fancy-outfit-inside-house_1303-13851.jpg?_wi=2", imageAlt: "Formal evening wear"},
{
id: "3", brand: "Streetwear", name: "Urban Style", price: "Casual Chic", rating: 5,
reviewCount: "Everyday", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-man-white-shirt-with-tattooed-arms-sitting-outdoors_181624-59916.jpg", imageAlt: "Streetwear outfit"},
@@ -117,9 +117,9 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Layering Mastery", description: "Learn the art of layering different textures and colors to create depth and interest in every outfit", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg", imageAlt: "Layering styling tips"},
title: "Layering Mastery", description: "Learn the art of layering different textures and colors to create depth and interest in every outfit", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg?_wi=1", imageAlt: "Layering styling tips"},
{
title: "Color Coordination", description: "Master color theory to create harmonious outfits that complement your skin tone and personal aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg", imageAlt: "Color coordination guide"},
title: "Color Coordination", description: "Master color theory to create harmonious outfits that complement your skin tone and personal aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-looking-burgundy-suit_23-2147601340.jpg?_wi=2", imageAlt: "Color coordination guide"},
]}
/>
</div>