diff --git a/src/app/bespoke/page.tsx b/src/app/bespoke/page.tsx index 972bd8e..a3e70f8 100644 --- a/src/app/bespoke/page.tsx +++ b/src/app/bespoke/page.tsx @@ -69,7 +69,7 @@ export default function BespokePage() { tag="Bespoke" title="Schedule a Design Consultation" description="Our experts are ready to turn your vision into reality." - 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=1" mediaAnimation="slide-up" /> 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" }] } ]}