Update src/app/gym-3d/page.tsx

This commit is contained in:
2026-03-04 19:30:31 +00:00
parent 10e3fad348
commit cd4d18a801

View File

@@ -241,9 +241,8 @@ export default function Gym3DPage() {
)}
</div>
<div id="contact-form" data-section="contact" className="py-20">
<div id="contact" data-section="contact" className="py-20">
<ContactSplitForm
title="Get in Touch"
description="Interested in joining Iron Pulse? Fill out the form below and our coaching team will reach out within 24 hours to schedule your trial session."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
@@ -265,4 +264,4 @@ export default function Gym3DPage() {
</div>
</ThemeProvider>
);
}
}