Update src/app/gallery/page.tsx

This commit is contained in:
2026-05-08 13:17:44 +00:00
parent de764d590e
commit e2c42265fc

View File

@@ -27,6 +27,7 @@ export default function GalleryPage() {
description="Browse our collection of premium vehicle and digital experiences."
mediaAnimation="slide-up"
useInvertedBackground={false}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/promo.mp4"
accordionItems={[
{ id: "1", title: "Automotive", content: "High-end automotive presentation" },
{ id: "2", title: "Technology", content: "Futuristic electric vehicle showcase" }
@@ -37,7 +38,9 @@ export default function GalleryPage() {
<FooterMedia
logoText="Webild"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp"
columns={[]}
columns={[
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Gallery", href: "/gallery" }, { label: "Contact", href: "/contact" }] }
]}
/>
</div>
</ReactLenis>