From 6eddebb0068b985987949a30a6dba00544442c3f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:27:22 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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() {