Bob AI: move the contact section before team
This commit is contained in:
@@ -135,6 +135,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="Meet Our Expert Team"
|
title="Meet Our Expert Team"
|
||||||
@@ -274,28 +295,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="Unlock Your Tech Potential"
|
title="Unlock Your Tech Potential"
|
||||||
|
|||||||
Reference in New Issue
Block a user