From 10678efbfe42abe8334f89aa9d098cd6fe8a587c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:46:53 +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 484730f..78b3c26 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }, ]} textarea={{ name: "message", placeholder: "Your message", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg?_wi=2" /> @@ -58,8 +58,8 @@ export default function ContactPage() { title="Get in Touch" description="We are here for you." features={[ - { id: "c1", title: "Visit Us", descriptions: ["123 Coffee St, City"], imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg" }, - { id: "c2", title: "Email Us", descriptions: ["hello@coffeeshed.com"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg" }, + { id: "c1", title: "Visit Us", descriptions: ["123 Coffee St, City"], imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg?_wi=3" }, + { id: "c2", title: "Email Us", descriptions: ["hello@coffeeshed.com"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=5" }, ]} />