From b6a7ea984d8f662de58227c451c3db19f7d2c814 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:35:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7337c2f..f1c224c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,23 +58,23 @@ export default function LandingPage() { tag="Luxury Craftsmanship" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg?_wi=1", imageAlt: "Luxury joinery detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-photography-white-structure_250224-372.jpg?_wi=2", imageAlt: "Architectural glazing view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg?_wi=1", imageAlt: "Bespoke kitchen interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-city-building-with-daylight-shadows_23-2149080234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-city-building-with-daylight-shadows_23-2149080234.jpg?_wi=1", imageAlt: "Modern architectural glass", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg?_wi=1", imageAlt: "Handcrafted door finish", }, ]} @@ -92,19 +92,19 @@ export default function LandingPage() { { title: "Bespoke Joinery", description: "Custom cabinetry and timber installations crafted to your specific dimensions and design language.", - imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/light-falling-wooden-abstract-design_53876-95420.jpg?_wi=2", imageAlt: "Bespoke kitchen joinery", }, { title: "Architectural Glazing", description: "Precision-engineered glass systems that merge seamless aesthetics with robust thermal and structural performance.", - imageSrc: "http://img.b2bpic.net/free-photo/view-city-building-with-daylight-shadows_23-2149080234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-city-building-with-daylight-shadows_23-2149080234.jpg?_wi=2", imageAlt: "High-end glazing", }, { title: "Tailored Finishes", description: "Exquisite wood treatments and metal accents that elevate every element of your home's unique interior.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-wood-engraving-workshop_23-2149185403.jpg?_wi=2", imageAlt: "Bespoke door craftsmanship", }, ]} -- 2.49.1