Bob AI: move the contact section before team
This commit is contained in:
@@ -136,6 +136,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="Our Development Team"
|
||||
@@ -275,28 +296,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="Master Tech Skills"
|
||||
|
||||
Reference in New Issue
Block a user