diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index ebbe7ca..e341203 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -113,7 +113,7 @@ export default function CommunityPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg?_wi=2" imageAlt="Community connection visual" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 54fad3d..59fabab 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -92,7 +92,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg?_wi=4" imageAlt="Contact section visual" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/journal/page.tsx b/src/app/journal/page.tsx index 2392310..912f632 100644 --- a/src/app/journal/page.tsx +++ b/src/app/journal/page.tsx @@ -119,7 +119,7 @@ export default function JournalPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-purple-flower-glass-jar-with-dark-wall_181624-4742.jpg?_wi=3" imageAlt="Journal subscription visual" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index b428599..653b1c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,19 +132,19 @@ export default function HomePage() {