From f403133394a3b442cbc90fc5a9bbcfd2ef112151 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:41:55 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9b5ef61..2b4d571 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,7 +53,7 @@ export default function ContactPage() { title: "Schedule a Tour", price: "Free", period: "30-min tour", - imageSrc: "http://img.b2bpic.net/free-photo/black-man-employee-joins-telecommuting-session-office-desk_482257-123984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-man-employee-joins-telecommuting-session-office-desk_482257-123984.jpg?_wi=4", button: { text: "Book Now", href: "/contact", @@ -65,7 +65,7 @@ export default function ContactPage() { title: "Get in Touch", price: "Call", period: "020 244 4444", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-with-digital-tablet_329181-12084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-with-digital-tablet_329181-12084.jpg?_wi=7", button: { text: "Call Us", href: "tel:0202444444", @@ -120,7 +120,7 @@ export default function ContactPage() {