Bob AI: make Meet Our Expert Instructors section second, i...
This commit is contained in:
@@ -62,6 +62,33 @@ export default function ITAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
title="Meet Our Expert Instructors"
|
||||
description="Experienced professionals with proven track records in the tech industry"
|
||||
tag="Instructors"
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Full-Stack Developer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Verma", role: "Security Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Amit Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Deepa Singh", role: "UI/UX Designer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Deepa Singh"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Us"
|
||||
@@ -122,33 +149,6 @@ export default function ITAcademyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
title="Meet Our Expert Instructors"
|
||||
description="Experienced professionals with proven track records in the tech industry"
|
||||
tag="Instructors"
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", role: "Full-Stack Developer", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-man-scientist_23-2148820194.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Verma", role: "Security Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Amit Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Deepa Singh", role: "UI/UX Designer", imageSrc: "https://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Deepa Singh"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Students Say"
|
||||
|
||||
Reference in New Issue
Block a user