Bob AI: move the contact section before team

This commit is contained in:
2026-02-02 00:06:16 +02:00
parent ac0e06ec5f
commit 758fdba604

View File

@@ -135,6 +135,27 @@ export default function TechAcademyPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="We would love to hear from you"
inputs={[
{ name: "fullName", type: "text", placeholder: "Your full name", required: true },
{ name: "email", type: "email", placeholder: "your.email@example.com", required: true },
{ name: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false },
{ name: "courseInterest", type: "text", placeholder: "Which course interests you?", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us about your learning goals and experience level...", rows: 5,
required: false
}}
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/cheerful-mature-call-center-operator-looking-laptop-screen_74855-4013.jpg"
imageAlt="Contact us for enrollment"
mediaPosition="right"
buttonText="Enroll Now"
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
title="Meet Our Expert Team"
@@ -274,28 +295,6 @@ export default function TechAcademyPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="We would love to hear from you"
inputs={[
{ name: "fullName", type: "text", placeholder: "Your full name", required: true },
{ name: "email", type: "email", placeholder: "your.email@example.com", required: true },
{ name: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false },
{ name: "courseInterest", type: "text", placeholder: "Which course interests you?", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us about your learning goals and experience level...", rows: 5,
required: false
}}
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/cheerful-mature-call-center-operator-looking-laptop-screen_74855-4013.jpg"
imageAlt="Contact us for enrollment"
mediaPosition="right"
buttonText="Enroll Now"
/>
</div>
<div id="hero_billboard_1" data-section="hero_billboard_1">
<HeroBillboard1
title="Transform Your Tech Career"