Bob AI: move the contact section before team

This commit is contained in:
2026-02-01 23:19:12 +02:00
parent 6467c933c1
commit 7c128c17e9

View File

@@ -136,6 +136,27 @@ export default function TechAcademyPage() {
/> />
</div> </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"> <div id="team" data-section="team">
<TeamCardEleven <TeamCardEleven
title="Our Development Team" title="Our Development Team"
@@ -275,28 +296,6 @@ export default function TechAcademyPage() {
/> />
</div> </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"> <div id="hero_billboard_1" data-section="hero_billboard_1">
<HeroBillboard1 <HeroBillboard1
title="Master Tech Skills" title="Master Tech Skills"