diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d11053b..624d8ef 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -51,7 +51,7 @@ export default function BlogPage() { category: "Product Reviews", title: "Best Merino Wool T-Shirts for Year-Round Comfort", excerpt: "We tested and reviewed the top merino wool t-shirts from ethical brands. Find the perfect shirt for your lifestyle with our comprehensive guide.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-chocolate-bed_23-2147888686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-chocolate-bed_23-2147888686.jpg?_wi=2", imageAlt: "Merino wool product review", authorName: "Emma Torres", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", @@ -62,7 +62,7 @@ export default function BlogPage() { category: "Synthetic Fabric Research", title: "Do Synthetic Clothes Release Microplastics? The Evidence Explained", excerpt: "Discover the research on microplastic shedding from synthetic fabrics and why natural fibers are a healthier alternative for you and the environment.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg?_wi=2", imageAlt: "Microplastics and synthetic fabric research", authorName: "Dr. James Morrison", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -73,7 +73,7 @@ export default function BlogPage() { category: "Brand Spotlights", title: "Canadian Sustainable Clothing Brands Making a Global Impact", excerpt: "Meet the innovative Canadian brands revolutionizing natural fiber fashion with ethical production and environmental commitment.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg?_wi=3", imageAlt: "Canadian sustainable fashion brands", authorName: "Sarah Kennedy", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", @@ -84,7 +84,7 @@ export default function BlogPage() { category: "Natural Fiber Guides", title: "Hemp vs Cotton: Which Natural Fiber Is Best for You?", excerpt: "Compare hemp and cotton across durability, sustainability, comfort, and cost. Learn which natural fiber suits your lifestyle and values.", - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg?_wi=2", imageAlt: "Hemp vs cotton fabric comparison guide", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", diff --git a/src/app/clothing-without-plastic/page.tsx b/src/app/clothing-without-plastic/page.tsx index 59f2e9c..f99bca3 100644 --- a/src/app/clothing-without-plastic/page.tsx +++ b/src/app/clothing-without-plastic/page.tsx @@ -69,42 +69,42 @@ export default function ClothingWithoutPlasticPage() { id: "01", title: "No Microplastic Shedding", description: "Natural fibers biodegrade naturally without releasing toxic microplastics into waterways, oceans, and your body.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg?_wi=3", imageAlt: "Microplastics pollution comparison", }, { id: "02", title: "Better for Your Skin", description: "Natural fibers are hypoallergenic, breathable, and gentle on sensitive skin. They reduce irritation and improve comfort throughout the day.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Woman enjoying natural fiber comfort", }, { id: "03", title: "Environmentally Sustainable", description: "Natural fiber production requires fewer chemicals, supports ethical agriculture, and creates biodegradable garments that return safely to earth.", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=4", imageAlt: "Sustainable natural fiber production", }, { id: "04", title: "Ethically Produced", description: "Natural fiber brands typically prioritize fair labor practices, community support, and transparent supply chains over mass production.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg?_wi=2", imageAlt: "Ethical clothing production", }, { id: "05", title: "Long-Lasting Quality", description: "Natural fiber clothing often lasts longer than synthetics, making it more economical and reducing consumption waste over time.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=5", imageAlt: "Durable natural fiber clothing", }, { id: "06", title: "Supports Regenerative Practices", description: "Many natural fiber farms practice crop rotation and sustainable land management, improving soil health for future generations.", - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg?_wi=3", imageAlt: "Regenerative farming practices", }, ]} diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index 5118018..e077189 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -50,42 +50,42 @@ export default function MaterialsPage() { id: "01", title: "Organic Cotton", description: "Grown without synthetic pesticides or fertilizers. Soft, breathable, and perfect for sensitive skin. Requires significant water but supports ethical farming practices.", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=3", imageAlt: "Organic cotton natural fiber", }, { id: "02", title: "Merino Wool", description: "Naturally temperature-regulating and antimicrobial. Ideal for active wear and layering. Merino sheep are raised with strong animal welfare standards in sustainable farms.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg?_wi=3", imageAlt: "Merino wool sustainable fabric", }, { id: "03", title: "Hemp", description: "Highly durable with UV protection. Requires minimal water and no pesticides. Strong and long-lasting, hemp is one of the most sustainable fiber crops available.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cloth_23-2148817494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cloth_23-2148817494.jpg?_wi=2", imageAlt: "Hemp natural sustainable fabric", }, { id: "04", title: "Linen", description: "Lightweight, breathable, and naturally cooling. Made from flax plants, linen requires minimal pesticides. Perfect for warm weather and summer clothing.", - imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg?_wi=3", imageAlt: "Linen breathable natural material", }, { id: "05", title: "Silk", description: "Luxurious, hypoallergenic, and gentle on skin. Produced sustainably through ethical sericulture. Premium natural fiber ideal for special occasions and delicate garments.", - imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg?_wi=3", imageAlt: "Silk luxury natural fiber", }, { id: "06", title: "Bamboo", description: "Fast-growing and renewable without pesticides. Silky-smooth texture similar to silk. One of the most sustainable materials, bamboo regenerates quickly after harvesting.", - imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg?_wi=4", imageAlt: "Bamboo eco-friendly sustainable fabric", }, ]} diff --git a/src/app/men/page.tsx b/src/app/men/page.tsx index 75909a5..83bbd3d 100644 --- a/src/app/men/page.tsx +++ b/src/app/men/page.tsx @@ -46,7 +46,7 @@ export default function MensPage() { tagIcon={Leaf} tagAnimation="slide-up" background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=2" imageAlt="Men's natural fiber clothing collection" buttons={[ { text: "Shop Now", href: "/" }, @@ -67,21 +67,21 @@ export default function MensPage() { id: "mens-1", name: "Organic Cotton Polo", price: "$55-75", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg?_wi=2", imageAlt: "Organic cotton men's polo shirt", }, { id: "mens-2", name: "Merino Wool Jacket", price: "$180-220", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=3", imageAlt: "Merino wool men's jacket", }, { id: "mens-3", name: "Hemp Cargo Shorts", price: "$65-85", - imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=2", imageAlt: "Durable hemp men's shorts", }, ]} @@ -102,28 +102,28 @@ export default function MensPage() { id: "mens-4", name: "Linen Button-Up Shirt", price: "$65-90", - imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg?_wi=2", imageAlt: "Linen men's shirt", }, { id: "mens-5", name: "Bamboo Crew Socks", price: "$18-28", - imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg?_wi=2", imageAlt: "Bamboo men's socks", }, { id: "mens-6", name: "Wool Blend Sweater", price: "$95-130", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg?_wi=2", imageAlt: "Wool blend men's sweater", }, { id: "mens-7", name: "Natural Linen Trousers", price: "$85-115", - imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=3", imageAlt: "Linen men's trousers", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d21572..76e0014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,42 +94,42 @@ export default function HomePage() { id: "01", title: "Organic Cotton", description: "Soft, breathable, and grown without synthetic pesticides. Perfect for everyday wear and sensitive skin.", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=1", imageAlt: "Organic cotton natural fiber", }, { id: "02", title: "Merino Wool", description: "Temperature-regulating, naturally antimicrobial, and breathable. Ideal for active wear and layering.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool-texture_53876-148178.jpg?_wi=1", imageAlt: "Merino wool sustainable fabric", }, { id: "03", title: "Hemp", description: "Durable, UV-protective, and requires minimal water. Strong and long-lasting for everyday clothing.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cloth_23-2148817494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cloth_23-2148817494.jpg?_wi=1", imageAlt: "Hemp natural sustainable fabric", }, { id: "04", title: "Linen", description: "Lightweight, breathable, and cooling. Perfect for warm weather and summer clothing.", - imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burlap-texture_23-2151943859.jpg?_wi=1", imageAlt: "Linen breathable natural material", }, { id: "05", title: "Silk", description: "Luxurious, hypoallergenic, and gentle on skin. Premium natural fiber for special occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg?_wi=1", imageAlt: "Silk luxury natural fiber", }, { id: "06", title: "Bamboo", description: "Eco-friendly, silky-smooth, and sustainable. Grows rapidly without pesticides or fertilizers.", - imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg?_wi=1", imageAlt: "Bamboo eco-friendly sustainable fabric", }, ]} @@ -154,7 +154,7 @@ export default function HomePage() { id: "brand-1", name: "Pure Fiber Co.", price: "Ethical Brand", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg?_wi=1", imageAlt: "Pure Fiber Co ethical clothing brand", }, { @@ -168,7 +168,7 @@ export default function HomePage() { id: "brand-3", name: "Natural Essence", price: "Eco-Friendly Brand", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg?_wi=1", imageAlt: "Natural Essence eco-friendly clothing company", }, ]} @@ -192,28 +192,28 @@ export default function HomePage() { id: "prod-1", name: "Organic Cotton T-Shirt", price: "$45-65", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg?_wi=1", imageAlt: "Organic cotton sustainable t-shirt", }, { id: "prod-2", name: "Merino Wool Sweater", price: "$120-180", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=1", imageAlt: "Merino wool warm sweater", }, { id: "prod-3", name: "Hemp Pants", price: "$80-110", - imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=1", imageAlt: "Durable hemp sustainable pants", }, { id: "prod-4", name: "Linen Summer Dress", price: "$70-95", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg?_wi=1", imageAlt: "Breathable linen natural dress", }, ]} @@ -238,7 +238,7 @@ export default function HomePage() { name: "Sarah Johnson", role: "Sustainable Fashion Advocate", testimonial: "InTune helped me discover amazing natural fiber brands I never knew existed. The material guides are incredibly helpful for making informed decisions about my clothing purchases.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial", }, { @@ -246,7 +246,7 @@ export default function HomePage() { name: "Michael Chen", role: "Environmental Conscious Consumer", testimonial: "The educational content about microplastics and synthetic fabrics completely changed how I shop. I now choose natural fibers exclusively thanks to InTune's research.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen testimonial", }, { @@ -254,7 +254,7 @@ export default function HomePage() { name: "Emma Rodriguez", role: "Ethical Fashion Enthusiast", testimonial: "Finally, a platform that makes it easy to find ethically-made clothing with natural materials. The brand curation is excellent and the affiliate links make shopping convenient.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emma Rodriguez testimonial", }, { @@ -262,7 +262,7 @@ export default function HomePage() { name: "James Wilson", role: "Health & Wellness Advocate", testimonial: "Since switching to natural fiber clothing from InTune recommendations, my skin sensitivity issues have improved. It's been a game-changer for my personal wellness.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Wilson testimonial", }, { @@ -270,7 +270,7 @@ export default function HomePage() { name: "Lisa Martinez", role: "Sustainability Professional", testimonial: "As someone in the sustainability field, I appreciate how InTune combines education with practical shopping. The platform is exactly what the natural fashion industry needed.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Lisa Martinez testimonial", }, { @@ -303,7 +303,7 @@ export default function HomePage() { category: "Product Reviews", title: "Best Merino Wool T-Shirts for Year-Round Comfort", excerpt: "We tested and reviewed the top merino wool t-shirts from ethical brands. Find the perfect shirt for your lifestyle with our comprehensive guide.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-chocolate-bed_23-2147888686.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-chocolate-bed_23-2147888686.jpg?_wi=1", imageAlt: "Merino wool product review", authorName: "Emma Torres", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", @@ -314,7 +314,7 @@ export default function HomePage() { category: "Synthetic Fabric Research", title: "Do Synthetic Clothes Release Microplastics? The Evidence Explained", excerpt: "Discover the research on microplastic shedding from synthetic fabrics and why natural fibers are a healthier alternative for you and the environment.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-pieces-collected-from-sand_23-2148502832.jpg?_wi=1", imageAlt: "Microplastics and synthetic fabric research", authorName: "Dr. James Morrison", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -325,7 +325,7 @@ export default function HomePage() { category: "Brand Spotlights", title: "Canadian Sustainable Clothing Brands Making a Global Impact", excerpt: "Meet the innovative Canadian brands revolutionizing natural fiber fashion with ethical production and environmental commitment.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-water-break_23-2148898075.jpg?_wi=2", imageAlt: "Canadian sustainable fashion brands", authorName: "Sarah Kennedy", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", @@ -336,7 +336,7 @@ export default function HomePage() { category: "Natural Fiber Guides", title: "Hemp vs Cotton: Which Natural Fiber Is Best for You?", excerpt: "Compare hemp and cotton across durability, sustainability, comfort, and cost. Learn which natural fiber suits your lifestyle and values.", - imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741784.jpg?_wi=1", imageAlt: "Hemp vs cotton fabric comparison guide", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", diff --git a/src/app/women/page.tsx b/src/app/women/page.tsx index d9ca79b..15adf22 100644 --- a/src/app/women/page.tsx +++ b/src/app/women/page.tsx @@ -46,7 +46,7 @@ export default function WomensPage() { tagIcon={Leaf} tagAnimation="slide-up" background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg?_wi=2" imageAlt="Women's natural fiber clothing collection" buttons={[ { text: "Shop Now", href: "/" }, @@ -67,21 +67,21 @@ export default function WomensPage() { id: "womens-1", name: "Organic Cotton Blouse", price: "$60-80", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-style-design-clothing-concept-cropped-shot-good-looking-young-african-woman-with-afro-haircut-wearing-stylish-ripped-oversize-t-shirt-pointing-finger-it-smiling-joyfully_273609-2019.jpg?_wi=3", imageAlt: "Organic cotton women's blouse", }, { id: "womens-2", name: "Linen Summer Dress", price: "$85-115", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-wooden-column-sand_181624-16742.jpg?_wi=3", imageAlt: "Linen women's summer dress", }, { id: "womens-3", name: "Silk Slip Skirt", price: "$95-145", - imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pink-fabric-material-texture-with-copy-space_23-2148402305.jpg?_wi=2", imageAlt: "Silk women's slip skirt", }, ]} @@ -102,28 +102,28 @@ export default function WomensPage() { id: "womens-4", name: "Hemp Canvas Pants", price: "$75-100", - imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756280.jpg?_wi=4", imageAlt: "Hemp women's pants", }, { id: "womens-5", name: "Merino Wool Cardigan", price: "$110-160", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sensual-blond-girl-knitted-sweater-emotionally-posing-outdoor_574295-4018.jpg?_wi=4", imageAlt: "Merino wool women's cardigan", }, { id: "womens-6", name: "Bamboo Tank Top", price: "$35-50", - imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camouflage-military-background-close-up_23-2149341333.jpg?_wi=3", imageAlt: "Bamboo women's tank top", }, { id: "womens-7", name: "Organic Cotton Leggings", price: "$55-75", - imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158812.jpg?_wi=2", imageAlt: "Organic cotton women's leggings", }, ]}