From db765a04c9770c5b13cc7a2f96ba42c292574891 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:37:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9395b39..ea8a6d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -143,11 +144,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Isabella Rossi", role: "Creative Director", company: "Gallery Contemporaneo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg" }, { id: "2", name: "Marcus Chen", role: "Exhibition Curator", company: "KANAL Centre", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg" }, { id: "3", name: "Elena Köhler", role: "Principal Architect", company: "Köhler Architecture", rating: 5, @@ -159,7 +160,7 @@ export default function LandingPage() { }, { id: "5", name: "Sophie Laurent", role: "Creative Collaborator", company: "Laurent Studio Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg" }, { id: "6", name: "Yuki Tanaka", role: "Festival Director", company: "SYNC Festival", rating: 5, -- 2.49.1