Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 20:51:52 +00:00
parent 43fa8de8e8
commit 22abf2601a

View File

@@ -63,7 +63,7 @@ export default function GalleryPage() {
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",
@@ -71,7 +71,7 @@ export default function GalleryPage() {
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",
@@ -87,7 +87,7 @@ export default function GalleryPage() {
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",
@@ -111,19 +111,19 @@ export default function GalleryPage() {
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407613.jpg?_wi=2",
},
]}
textboxLayout="default"