Update src/app/contact/page.tsx

This commit is contained in:
2026-03-12 18:27:22 +00:00
parent 3896123e84
commit 6eddebb006

View File

@@ -32,8 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join Us",
href: "/contact"
text: "Join Us", href: "/contact"
}}
animateOnLoad={true}
/>
@@ -50,7 +49,7 @@ export default function ContactPage() {
variant: "plain"
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-riding-motorbike_23-2150819743.jpg"
imageAlt="motorcycle riders group standing outdoor together"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -67,12 +66,10 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="DNK"
leftLink={{
text: "Privacy Policy",
href: "#"
text: "Privacy Policy", href: "#"
}}
rightLink={{
text: "Terms of Service",
href: "#"
text: "Terms of Service", href: "#"
}}
wrapperClassName="bg-black border-t border-gray-800"
logoClassName="text-orange-500"