From 676ace5dd79082bafcfaecae0e99b95c62a93bdf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:40:09 +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 ce1df4a..789c703 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { tag="Contact" title="Get In Touch" description="Reach out for personal consultations or project quotes." - imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -57,12 +57,12 @@ export default function ContactPage() { features={[ { title: "Quality First", description: "Only the best materials used.", reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "professional interior design meeting room" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=3", imageAlt: "professional interior design meeting room" }, items: [{ icon: Shield, text: "Warranty Included" }] }, { title: "Design Excellence", description: "Tailored for your taste.", reverse: true, - media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "bespoke designer coffee table wood gold" }, + media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=4", imageAlt: "bespoke designer coffee table wood gold" }, items: [{ icon: Star, text: "Award Winning Designers" }] } ]}