diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9206575..16f98ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -136,7 +136,7 @@ export default function AboutPage() { testimonial: "The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Fatima Khan", }, { @@ -146,7 +146,7 @@ export default function AboutPage() { testimonial: "Best investment in my wardrobe. The organza collection is elegant and the pricing is very reasonable.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Ayesha Malik", }, { @@ -156,7 +156,7 @@ export default function AboutPage() { testimonial: "I've been ordering for two years now. Their customer service is impeccable and designs are always on trend.", imageSrc: - "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=3", imageAlt: "Hira Ahmed", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ddc2722..e69e6b1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -148,7 +148,7 @@ export default function ContactPage() { "Yes! We offer special pricing for bulk orders and corporate gifts. Please contact us with your requirements for a customized quote.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=4" imageAlt="Contact us for inquiries" mediaAnimation="slide-up" faqsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index da79667..582d43e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function HomePage() { rating: 5, reviewCount: "487", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", + "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=1", imageAlt: "Eid collection outfit", }, { @@ -131,7 +131,7 @@ export default function HomePage() { rating: 5, reviewCount: "356", imageSrc: - "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg", + "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=1", imageAlt: "Organza dress design", }, { @@ -142,7 +142,7 @@ export default function HomePage() { rating: 5, reviewCount: "298", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", + "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=2", imageAlt: "Farasha style outfit", }, { @@ -153,7 +153,7 @@ export default function HomePage() { rating: 5, reviewCount: "612", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg", + "http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg?_wi=1", imageAlt: "Luxury embroidered suit", }, ]} @@ -232,7 +232,7 @@ export default function HomePage() { testimonial: "The quality of embroidery on my Eid suit is absolutely stunning. I felt like a princess at my cousin's wedding. Highly recommend Anmol Collection!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Fatima Khan", }, { @@ -242,7 +242,7 @@ export default function HomePage() { testimonial: "Best investment in my wardrobe. The organza collection is so elegant and the pricing is very reasonable for such premium quality.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Ayesha Malik", }, { @@ -252,7 +252,7 @@ export default function HomePage() { testimonial: "I've been ordering from Anmol Collection for two years now. Their customer service is impeccable and the designs are always on trend.", imageSrc: - "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1", imageAlt: "Hira Ahmed", }, { @@ -272,7 +272,7 @@ export default function HomePage() { testimonial: "I love how Anmol Collection combines traditional aesthetics with modern designs. Every piece is unique and beautiful.", imageSrc: - "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2", imageAlt: "Zainab Ali", }, { @@ -282,7 +282,7 @@ export default function HomePage() { testimonial: "Supporting local boutiques has never been this rewarding. Anmol Collection is a pride for Hazara Town!", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Iqra Hassan", }, ]} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 1e80e82..926988d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -86,7 +86,7 @@ export default function ShopPage() { rating: 5, reviewCount: "487", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", + "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=3", imageAlt: "Eid collection outfit", }, { @@ -97,7 +97,7 @@ export default function ShopPage() { rating: 5, reviewCount: "356", imageSrc: - "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg", + "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=2", imageAlt: "Organza dress design", }, { @@ -108,7 +108,7 @@ export default function ShopPage() { rating: 5, reviewCount: "298", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", + "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=4", imageAlt: "Farasha style outfit", }, { @@ -119,7 +119,7 @@ export default function ShopPage() { rating: 5, reviewCount: "612", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg", + "http://img.b2bpic.net/free-photo/close-up-hands-creating-clothes_23-2149007415.jpg?_wi=2", imageAlt: "Luxury embroidered suit", }, { @@ -130,7 +130,7 @@ export default function ShopPage() { rating: 5, reviewCount: "234", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg", + "http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=5", imageAlt: "Wedding season collection", }, { @@ -141,7 +141,7 @@ export default function ShopPage() { rating: 5, reviewCount: "189", imageSrc: - "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg", + "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-autumn-fall-background_627829-8772.jpg?_wi=3", imageAlt: "Casual wear collection", }, ]} @@ -179,7 +179,7 @@ export default function ShopPage() { "Yes! We specialize in custom tailoring. Contact us with your measurements and design preferences for personalized outfits.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fashion-model-coral-jacket-black-shawl_114579-8563.jpg?_wi=6" imageAlt="Anmol Collection products" mediaAnimation="slide-up" faqsAnimation="slide-up"