From 85a0c3e1912c95424e9fa92ae47a7014bdde2861 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:13:27 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8dc487..3afe570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg" + imageSrc="http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=1" imageAlt="luxury bathroom modern bathroom design elegant bathroom lighting spa bathroom" mediaAnimation="blur-reveal" frameStyle="card" @@ -87,12 +87,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg", + "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg?_wi=1", imageAlt: "Before bathroom renovation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1", imageAlt: "After bathroom renovation", }, ], @@ -105,12 +105,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=1", imageAlt: "Premium faucet installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=2", imageAlt: "Modern bathroom fixtures", }, ], @@ -123,12 +123,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=1", imageAlt: "Professional plumbing installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Plumbing maintenance and repair", }, ], @@ -203,7 +203,7 @@ export default function HomePage() { "Très belle réalisation dans la rénovation totale de notre salle de bain. Travail intense et soigné. Monsieur Redon est très sympathique et professionnel.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1", imageAlt: "Marie Dubois", }, { @@ -214,7 +214,7 @@ export default function HomePage() { "Excellent travail et respect des délais. L'équipe a été très professionnelle et à l'écoute de nos besoins. Je recommande vivement!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Pierre Martin", }, { @@ -225,7 +225,7 @@ export default function HomePage() { "Une transformation remarquable de notre salle de bain. Les finitions sont impeccables et le rendu dépasse nos attentes.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2", imageAlt: "Sophie Laurent", }, { @@ -236,7 +236,7 @@ export default function HomePage() { "Très satisfait du résultat. L'équipe a su écouter notre vision et la concrétiser avec expertise et créativité.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jean Bernard", }, { @@ -247,7 +247,7 @@ export default function HomePage() { "Travail de qualité, ponctualité impeccable et équipe sympathique. Notre salle de bain est devenue un havre de paix!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=3", imageAlt: "Isabelle Fournier", }, { @@ -258,7 +258,7 @@ export default function HomePage() { "Je recommande sans hésiter. Professionnalisme, savoir-faire et respect du budget. Un vrai artisan!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Claude Moreau", }, ]} -- 2.49.1 From 2afe9ff274af86eed90750ab3b04ee3f70fdb22c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:13:27 +0000 Subject: [PATCH 2/3] Update src/app/realisations/page.tsx --- src/app/realisations/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/realisations/page.tsx b/src/app/realisations/page.tsx index b3ad7ce..390cff9 100644 --- a/src/app/realisations/page.tsx +++ b/src/app/realisations/page.tsx @@ -58,12 +58,12 @@ export default function ProjectsPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=3", imageAlt: "Luxury bathroom renovation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=2", imageAlt: "Modern spa bathroom", }, ], @@ -76,12 +76,12 @@ export default function ProjectsPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg", + "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg?_wi=3", imageAlt: "Small bathroom optimization", }, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=4", imageAlt: "Optimized space design", }, ], @@ -94,12 +94,12 @@ export default function ProjectsPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=5", imageAlt: "Designer faucet installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=6", imageAlt: "Premium bathroom fixtures", }, ], @@ -125,7 +125,7 @@ export default function ProjectsPage() { "Très belle réalisation dans la rénovation totale de notre salle de bain. Travail intense et soigné. Monsieur Redon est très sympathique et professionnel.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=4", imageAlt: "Marie Dubois", }, { @@ -136,7 +136,7 @@ export default function ProjectsPage() { "Excellent travail et respect des délais. L'équipe a été très professionnelle et à l'écoute de nos besoins. Je recommande vivement!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Pierre Martin", }, { @@ -147,7 +147,7 @@ export default function ProjectsPage() { "Une transformation remarquable de notre salle de bain. Les finitions sont impeccables et le rendu dépasse nos attentes.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", + "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=5", imageAlt: "Sophie Laurent", }, ]} -- 2.49.1 From dd4290514c9577a08129bb90af9644b68c64eeea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:13:28 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 29c0809..77eb8d2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -60,12 +60,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg", + "http://img.b2bpic.net/free-photo/small-bathroom-with-window-apartment_181624-19696.jpg?_wi=2", imageAlt: "Before bathroom renovation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", + "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "After bathroom renovation", }, ], @@ -78,12 +78,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=3", imageAlt: "Premium faucet installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", + "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=4", imageAlt: "Modern bathroom fixtures", }, ], @@ -96,12 +96,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=3", imageAlt: "Professional plumbing installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=4", imageAlt: "Plumbing maintenance and repair", }, ], -- 2.49.1