diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c71846..5204949 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { { name: "subject", type: "text", placeholder: "Subject" } ]} textarea={{ name: "message", placeholder: "Your Inquiry", rows: 5, required: true }} - imageSrc="https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg" + imageSrc="https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg?_wi=2" mediaPosition="right" useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e92c70..f4b5703 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Academy Award-winning actress and trailblazing icon of cinema." mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-smiling_23-2148281313.jpg", imageAlt: "Halle Berry 1" }, - { imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg", imageAlt: "Halle Berry 2" }, + { imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg?_wi=1", imageAlt: "Halle Berry 2" }, { imageSrc: "https://img.b2bpic.net/free-photo/elegant-woman-looking-away_23-2148281318.jpg", imageAlt: "Halle Berry 3" } ]} background={{ variant: "sparkles-gradient" }}