diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 0d86765..8bc1655 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -44,7 +44,7 @@ export default function AccountPage() { tag="Account Management" tagIcon={Heart} tagAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-business-woman-white-background_231208-14003.jpg?_wi=2" imageAlt="Happy customer with account access" useInvertedBackground={false} buttons={[ @@ -76,7 +76,7 @@ export default function AccountPage() { { id: "account-faq-6", title: "How do I delete my account?", content: "Navigate to account settings and click 'Delete Account'. Note that this action is permanent and all your data will be removed."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-enjoying-thanksgiving-day-dinner_23-2149129521.jpg?_wi=2" imageAlt="Happy customers enjoying meals together" mediaAnimation="opacity" mediaPosition="left" @@ -89,7 +89,7 @@ export default function AccountPage() {