From 7a87ee2d2836f4b01490518315b139111f8909bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:10:36 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b021ef3..047eed7 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -55,16 +55,16 @@ export default function GalleryPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg"}, { id: "2", name: "Corporate Headquarters", role: "Commercial", company: "Munich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=1"}, { id: "3", name: "Historic Villa Renovation", role: "Restoration", company: "Hamburg", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg?_wi=1"}, { id: "4", name: "Luxury Hotel Ballroom", role: "Hospitality", company: "Frankfurt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-french-windows-navy-coloured-ceiling_140725-8448.jpg"}, { id: "5", name: "Modern Family Home", role: "Residential", company: "Cologne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-with-their-baby_23-2147923006.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-with-their-baby_23-2147923006.jpg?_wi=1"}, { id: "6", name: "Design Studio", role: "Commercial", company: "Stuttgart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg"}, @@ -80,13 +80,13 @@ export default function GalleryPage() { features={[ { id: 1, - title: "Residential Installations", description: "From single rooms to whole-house installations, we help homeowners create timeless spaces that reflect their style and values.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-with-their-baby_23-2147923006.jpg"}, + title: "Residential Installations", description: "From single rooms to whole-house installations, we help homeowners create timeless spaces that reflect their style and values.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-playing-with-their-baby_23-2147923006.jpg?_wi=2"}, { id: 2, - title: "Commercial Projects", description: "Office spaces, hospitality venues, and retail environments—we handle large-scale installations with precision and minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg"}, + title: "Commercial Projects", description: "Office spaces, hospitality venues, and retail environments—we handle large-scale installations with precision and minimal disruption.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=2"}, { id: 3, - title: "Heritage Restoration", description: "Respecting the past while ensuring the future. Expert restoration of historic properties using authentic materials and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg"}, + title: "Heritage Restoration", description: "Respecting the past while ensuring the future. Expert restoration of historic properties using authentic materials and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1