diff --git a/src/app/page.tsx b/src/app/page.tsx index eb14ebe..b491525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,13 +74,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Elegance Studio", name: "Minimalist Linen Dress", price: "$89.00", rating: 5, - reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", imageAlt: "Minimalist Linen Dress in cream color"}, + reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=1", imageAlt: "Minimalist Linen Dress in cream color"}, { id: "2", brand: "Elegance Studio", name: "Premium Cotton Tee", price: "$45.00", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg", imageAlt: "Premium Cotton Tee in natural white"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg?_wi=1", imageAlt: "Premium Cotton Tee in natural white"}, { id: "3", brand: "Elegance Studio", name: "Classic Blazer", price: "$125.00", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg", imageAlt: "Classic Blazer in charcoal gray"}, + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg?_wi=1", imageAlt: "Classic Blazer in charcoal gray"}, ]} /> @@ -94,13 +94,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Materials", description: "We source only the finest natural fabrics and materials to ensure comfort and durability in every garment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg", imageAlt: "Premium fabric close-up"}, + title: "Premium Materials", description: "We source only the finest natural fabrics and materials to ensure comfort and durability in every garment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-fashionable-clothes-walking-down-street_839833-3813.jpg?_wi=2", imageAlt: "Premium fabric close-up"}, { id: 2, - title: "Sustainable Production", description: "Our ethical manufacturing process ensures fair labor practices and minimal environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg", imageAlt: "Sustainable production facility"}, + title: "Sustainable Production", description: "Our ethical manufacturing process ensures fair labor practices and minimal environmental impact.", imageSrc: "http://img.b2bpic.net/free-photo/casual-dressed-man-heading-work-outdoor-photoshoot_53876-125340.jpg?_wi=2", imageAlt: "Sustainable production facility"}, { id: 3, - title: "Expert Styling", description: "Each piece is designed by experienced fashion professionals who understand modern aesthetics and comfort needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg", imageAlt: "Designer working on collection"}, + title: "Expert Styling", description: "Each piece is designed by experienced fashion professionals who understand modern aesthetics and comfort needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-happy-coat-winter-outside_1303-12993.jpg?_wi=2", imageAlt: "Designer working on collection"}, ]} /> @@ -129,7 +129,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Fashion Blogger", company: "Style & Elegance", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Portrait of Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell"}, { id: "2", name: "Emma Johnson", role: "Creative Director", company: "Design Studio NYC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Portrait of Emma Johnson"}, @@ -138,7 +138,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Portrait of Jessica Chen"}, { id: "4", name: "Laura Rodriguez", role: "Marketing Executive", company: "Brand Strategy Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Portrait of Laura Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Portrait of Laura Rodriguez"}, ]} />