Update src/app/about/page.tsx

This commit is contained in:
2026-05-07 05:55:02 +00:00
parent 04fdd21e1d
commit dd6a471ac6

View File

@@ -29,7 +29,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="DC Contracting"
videoSrc="https://videos.pexels.com/video-files/4253133/4253133-sd_506_960_24fps.mp4"
videoSrc="https://videos.pexels.com/video-files/4253133/4253133-sd_506_960_24fps.mp4?_wi=1"
columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }] }, { title: "Support", items: [{ label: "Quote", href: "/pricing" }, { label: "Contact", href: "/#contact" }] }]}
/>
</div>