Update src/app/about/page.tsx

This commit is contained in:
2026-05-19 18:19:27 +00:00
parent 8f016ab6e4
commit 0b07ff6bbd

View File

@@ -29,7 +29,7 @@ export default function AboutPage() {
<FooterMedia
logoText="Encore Patient Transfer"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/assets/placeholder.png?_wi=1"
/>
</div>
</ThemeProvider>