Bob AI: replace team section with [Block: team-card-one-1|...

This commit is contained in:
2026-02-01 22:37:46 +02:00
parent 0b99e9ad8e
commit 0f63dbc5a9

View File

@@ -1,7 +1,6 @@
"use client"
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
@@ -11,6 +10,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne';
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
export default function TechAcademyPage() {
return (
@@ -43,37 +43,8 @@ export default function TechAcademyPage() {
</div>
<div id="team" data-section="team">
<TeamCardEleven
<TeamCardOne1
title="Our Development 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@techmasters.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@techmasters.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"
/>
</div>
<div id="contact_form" data-section="contact_form">