diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f7cfabc..6d2721a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { { value: "50K+", title: "Happy Customers Worldwide" }, { value: "2K+", title: "Premium Dress Styles" } ]} - imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=2" imageAlt="Cohaga brand values and mission" mediaAnimation="blur-reveal" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index cf43587..eb34cec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function HomePage() { { value: "50K+", title: "Happy Customers Worldwide" }, { value: "2K+", title: "Premium Dress Styles" } ]} - imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industrial-mannequin-drawings_482257-85237.jpg?_wi=1" imageAlt="Cohaga brand values and mission" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -111,7 +111,7 @@ export default function HomePage() { price: "$185.00", rating: 5, reviewCount: "328", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg?_wi=1", imageAlt: "Elegant evening gown in burgundy" }, { @@ -121,7 +121,7 @@ export default function HomePage() { price: "$78.00", rating: 5, reviewCount: "542", - 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: "Casual linen dress in natural beige" }, { @@ -131,7 +131,7 @@ export default function HomePage() { price: "$125.00", rating: 4, reviewCount: "214", - imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg?_wi=1", imageAlt: "Floral patterned summer dress" } ]} @@ -216,7 +216,7 @@ export default function HomePage() { name: "Jessica Martinez", role: "Fashion Blogger", testimonial: "Cohaga has completely transformed my shopping experience. The sizing technology is incredibly accurate, and the personal recommendations are spot-on. I've never felt more confident about my dress purchases!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg?_wi=1", imageAlt: "Jessica Martinez" }, { @@ -224,7 +224,7 @@ export default function HomePage() { name: "Sarah Chen", role: "Event Planner", testimonial: "As someone who needs formal attire for multiple occasions, Cohaga is a game-changer. The virtual try-on feature saved me so much time, and the quality of the dresses is exceptional.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg?_wi=1", imageAlt: "Sarah Chen" }, { @@ -232,7 +232,7 @@ export default function HomePage() { name: "Emma Thompson", role: "Entrepreneur", testimonial: "The AI recommendations understand my style so well. I've discovered designers I love and the entire process from browsing to receiving my order is seamless.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1", imageAlt: "Emma Thompson" }, { diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 3289d38..b79816d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -122,7 +122,7 @@ export default function PricingPage() { name: "Jessica Martinez", role: "Fashion Blogger", testimonial: "The Premium plan is an absolute steal! The virtual try-on feature alone has saved me so much time and money on returns. AI recommendations are spot-on.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-dressed-pink-jacket-expresses-positive-emotions-feels-good-walks-urban-place-poses-outdoors-against-blurred-background_273609-54817.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { @@ -130,7 +130,7 @@ export default function PricingPage() { name: "Sarah Chen", role: "Event Planner", testimonial: "Elite membership is worth every penny. Having a personal style consultant has completely upgraded my professional wardrobe. The VIP access to designer collections is unbeatable.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg?_wi=2", imageAlt: "Sarah Chen" }, { @@ -138,7 +138,7 @@ export default function PricingPage() { name: "Emma Thompson", role: "Entrepreneur", testimonial: "I started with Essential and upgraded to Premium after my first month. The difference is night and day. The personalized recommendations understand my style so well.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2", imageAlt: "Emma Thompson" } ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 45fcbb5..3d9550c 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -63,7 +63,7 @@ export default function ProductsPage() { price: "$185.00", rating: 5, reviewCount: "328", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-burgundy-long-evening-dress-posing-balcony_181624-58313.jpg?_wi=2", imageAlt: "Elegant evening gown in burgundy" }, { @@ -73,7 +73,7 @@ export default function ProductsPage() { price: "$78.00", rating: 5, reviewCount: "542", - 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: "Casual linen dress in natural beige" }, { @@ -83,7 +83,7 @@ export default function ProductsPage() { price: "$125.00", rating: 4, reviewCount: "214", - imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/set-summer-patterns-with-beach-elements-vintage-style_23-2147813256.jpg?_wi=2", imageAlt: "Floral patterned summer dress" } ]}