diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bb7704e..f41263a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() {