diff --git a/src/app/mens/page.tsx b/src/app/mens/page.tsx index f97d203..38bb483 100644 --- a/src/app/mens/page.tsx +++ b/src/app/mens/page.tsx @@ -52,7 +52,7 @@ export default function MensPage() { title: "Beard Care Collection", subtitle: "Ultimate beard maintenance and styling", description: "Complete beard care range including premium beard oils, styling creams, and grooming tools. Natural, paraben-free formulas that nourish and strengthen. Designed for all beard types.", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=2", imageAlt: "Beard Oil", buttons: [{ text: "Explore", href: "/shop" }] }, @@ -62,7 +62,7 @@ export default function MensPage() { title: "Charcoal Face Wash", subtitle: "Deep cleanse without harshness", description: "Activated charcoal removes impurities and excess oil while maintaining skin balance. Anti-acne formula clinically proven to reduce breakouts. Suitable for sensitive skin.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg?_wi=1", imageAlt: "Charcoal Face Wash", buttons: [{ text: "Discover", href: "/shop" }] }, @@ -72,7 +72,7 @@ export default function MensPage() { title: "Premium Fragrances", subtitle: "Sophisticated scents for every occasion", description: "Bold, masculine fragrances that make a statement. Long-lasting formula with natural ingredients. Perfect for work, casual, or special occasions.", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=1", imageAlt: "Men's Perfume", buttons: [{ text: "Shop Now", href: "/mens" }] } @@ -97,7 +97,7 @@ export default function MensPage() { price: "$65.00", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=3", imageAlt: "Beard Oil" }, { @@ -107,7 +107,7 @@ export default function MensPage() { price: "$45.00", rating: 5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-face-mask-towel_23-2149626969.jpg?_wi=2", imageAlt: "Face Wash" }, { @@ -117,7 +117,7 @@ export default function MensPage() { price: "$95.00", rating: 5, reviewCount: "1.1k", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=2", imageAlt: "Men's Perfume" } ]} @@ -131,7 +131,7 @@ export default function MensPage() { description="Subscribe to receive grooming guides, product recommendations, and exclusive discounts for our male community" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=4" imageAlt="Men's grooming products" mediaPosition="right" inputPlaceholder="Enter your email"