Bob AI: replace team section with [Block: team-card-one-1|...
This commit is contained in:
@@ -4,7 +4,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -12,6 +11,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
||||
|
||||
export default function TechAcademyPage() {
|
||||
return (
|
||||
@@ -147,39 +147,9 @@ export default function TechAcademyPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven className="p-8"
|
||||
title="Meet Our Expert Team"
|
||||
description="World-class instructors dedicated to your success"
|
||||
groups={[
|
||||
{
|
||||
id: "senior-team", groupTitle: "Senior Instructors", members: [
|
||||
{
|
||||
id: "1", title: "Sarah Mitchell", subtitle: "Lead Web Developer", detail: "sarah.mitchell@techacademy.com", imageSrc: "https://img.b2bpic.net/free-photo/mid-shot-counselor-cabinet_23-2148759108.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Alex Chen", subtitle: "Data Science Lead", detail: "alex.chen@techacademy.com", imageSrc: "https://img.b2bpic.net/free-photo/closeup-senior-lecturer-with-arms-crossed_1262-1753.jpg", imageAlt: "Alex Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Marcus Johnson", subtitle: "Cloud Architecture Expert", detail: "marcus.johnson@techacademy.com", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Marcus Johnson"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "support-team", groupTitle: "Mentors & Support", members: [
|
||||
{
|
||||
id: "4", title: "Emma Wilson", subtitle: "Career Mentor", detail: "emma.wilson@techacademy.com", imageSrc: "https://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "Emma Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", title: "David Park", subtitle: "Technical Support Lead", detail: "david.park@techacademy.com", imageSrc: "https://img.b2bpic.net/free-photo/mid-shot-counselor-cabinet_23-2148759108.jpg", imageAlt: "David Park"
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
cardClassName="hover:scale-105 transition-transform duration-300"
|
||||
/>
|
||||
<TeamCardOne1
|
||||
title="Meet Our Expert Team"
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
|
||||
Reference in New Issue
Block a user