Merge version_2 into main #18

Merged
bender merged 1 commits from version_2 into main 2026-03-04 19:30:36 +00:00

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>
);
}
}