Update src/app/about/page.tsx

This commit is contained in:
2026-04-04 05:03:23 +00:00
parent 8d05a5b9b1
commit 014173fbf9

View File

@@ -22,7 +22,7 @@ export default function AboutPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia logoText="Banakar" videoSrc="https://videos.pexels.com/video-files/4064376/4064376-sd_506_960_25fps.mp4" columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]} />
<FooterMedia logoText="Banakar" videoSrc="https://videos.pexels.com/video-files/4064376/4064376-sd_506_960_25fps.mp4?_wi=1" columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]} />
</div>
</ReactLenis>
</ThemeProvider>