diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8fbb673..5e9b767 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -136,7 +136,7 @@ export default function AboutPage() { role: "Interior Designer", company: "Marrakech Luxury Homes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=3", imageAlt: "Fatima Al-Mansouri, Interior Designer", }, { @@ -145,7 +145,7 @@ export default function AboutPage() { role: "Boutique Owner", company: "Fez Premium Décor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Hassan Al-Qadi, Boutique Owner", }, { @@ -154,7 +154,7 @@ export default function AboutPage() { role: "Hospitality Manager", company: "Atlas Hotel Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=4", imageAlt: "Leila Bennis, Hospitality Manager", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 935dc95..e6f8c22 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/abstract-pattern-design_1010-595.jpg" + imageSrc="http://img.b2bpic.net/free-vector/abstract-pattern-design_1010-595.jpg?_wi=2" imageAlt="Moroccan geometric pattern" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index 285e8b1..29502bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function HomePage() { name: "Traditional Moroccan Salon Fabric - Deep Red", price: "45 DH/meter", variant: "Red • Geometric Pattern • Premium Wool", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg?_wi=1", imageAlt: "Traditional red Moroccan fabric with geometric zellige pattern", isFavorited: false, }, @@ -131,7 +131,7 @@ export default function HomePage() { name: "Modern Moroccan Salon Fabric - Azure Blue", price: "52 DH/meter", variant: "Blue • Contemporary Design • Silk Blend", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg?_wi=1", imageAlt: "Modern blue Moroccan fabric with contemporary pattern", isFavorited: false, }, @@ -140,7 +140,7 @@ export default function HomePage() { name: "Luxury Velvet Fabric - Gold Embossed", price: "85 DH/meter", variant: "Gold • Embroidered • Premium Velvet", - imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg?_wi=1", imageAlt: "Luxury gold velvet Moroccan fabric with embossed details", isFavorited: false, }, @@ -227,7 +227,7 @@ export default function HomePage() { role: "Interior Designer", company: "Marrakech Luxury Homes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Fatima Al-Mansouri, Interior Designer", }, { @@ -236,7 +236,7 @@ export default function HomePage() { role: "Boutique Owner", company: "Fez Premium Décor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Hassan Al-Qadi, Boutique Owner", }, { @@ -245,7 +245,7 @@ export default function HomePage() { role: "Hospitality Manager", company: "Atlas Hotel Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Leila Bennis, Hospitality Manager", }, { @@ -303,7 +303,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/abstract-pattern-design_1010-595.jpg" + imageSrc="http://img.b2bpic.net/free-vector/abstract-pattern-design_1010-595.jpg?_wi=1" imageAlt="Moroccan geometric pattern background" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8116233..4b2fe82 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -91,7 +91,7 @@ export default function ShopPage() { name: "Traditional Moroccan Salon Fabric - Deep Red", price: "45 DH/meter", variant: "Red • Geometric Pattern • Premium Wool", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-circle-made-with-lace-fabric_23-2147882417.jpg?_wi=2", imageAlt: "Traditional red Moroccan fabric with geometric zellige pattern", isFavorited: false, }, @@ -100,7 +100,7 @@ export default function ShopPage() { name: "Modern Moroccan Salon Fabric - Azure Blue", price: "52 DH/meter", variant: "Blue • Contemporary Design • Silk Blend", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3493.jpg?_wi=2", imageAlt: "Modern blue Moroccan fabric with contemporary pattern", isFavorited: false, }, @@ -109,7 +109,7 @@ export default function ShopPage() { name: "Luxury Velvet Fabric - Gold Embossed", price: "85 DH/meter", variant: "Gold • Embroidered • Premium Velvet", - imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-curvy-glitter-yellow-fabrics-curtains_23-2148516064.jpg?_wi=2", imageAlt: "Luxury gold velvet Moroccan fabric with embossed details", isFavorited: false, },