From ef456b5ea760d94b20d9594f76e2f30ea2bb6668 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:20:44 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 616c71f..6f65eb1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -137,7 +137,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", }, { @@ -146,7 +146,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", }, { @@ -155,7 +155,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", }, ]} -- 2.49.1 From fbca20a899ac4cdc84ac12fc335e9a40ec4d57c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:20:45 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b92d9be..5313f84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,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, }, @@ -127,7 +127,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, }, @@ -136,7 +136,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", }, { -- 2.49.1 From ad96aabc48be68914addc663bed66d3d388bfc47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:20:45 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f82111b..3c6981b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -86,7 +86,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, }, @@ -95,7 +95,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, }, @@ -104,7 +104,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, }, @@ -113,7 +113,7 @@ export default function ShopPage() { name: "Classic Berber Textile - Indigo", price: "38 DH/meter", variant: "Indigo • Traditional Weave • Natural Cotton", - 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=3", imageAlt: "Classic Berber textile in indigo with traditional weave pattern", isFavorited: false, }, @@ -122,7 +122,7 @@ export default function ShopPage() { name: "Premium Silk Fabric - Emerald Green", price: "65 DH/meter", variant: "Green • Luxury Silk • Embroidered Details", - 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=3", imageAlt: "Premium emerald green silk fabric with embroidered Moroccan patterns", isFavorited: false, }, @@ -131,7 +131,7 @@ export default function ShopPage() { name: "Decorative Brocade - Maroon & Gold", price: "75 DH/meter", variant: "Maroon • Gold Thread • Rich Brocade", - 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=3", imageAlt: "Decorative maroon and gold brocade fabric with intricate patterns", isFavorited: false, }, @@ -157,7 +157,7 @@ export default function ShopPage() { name: "Bestseller: Red Moroccan Blend", price: "48 DH/meter", variant: "Red • Mixed Fibers • Popular Design", - 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=4", imageAlt: "Bestseller red Moroccan blend fabric", isFavorited: true, }, @@ -166,7 +166,7 @@ export default function ShopPage() { name: "Customer Favorite: Ocean Blue Weave", price: "55 DH/meter", variant: "Blue • Premium Blend • Most Reviewed", - 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=4", imageAlt: "Customer favorite ocean blue weave fabric", isFavorited: true, }, @@ -175,7 +175,7 @@ export default function ShopPage() { name: "Top Rated: Champagne Silk", price: "72 DH/meter", variant: "Cream • Pure Silk • Highly Rated", - 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=4", imageAlt: "Top-rated champagne silk Moroccan fabric", isFavorited: true, }, -- 2.49.1