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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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 { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react";
|
||||||
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1';
|
||||||
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
import ButtonTextUnderline from '@/components/button/ButtonTextUnderline';
|
||||||
|
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
||||||
|
|
||||||
export default function TechAcademyPage() {
|
export default function TechAcademyPage() {
|
||||||
return (
|
return (
|
||||||
@@ -147,38 +147,8 @@ export default function TechAcademyPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardEleven className="p-8"
|
<TeamCardOne1
|
||||||
title="Meet Our Expert Team"
|
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
|
|||||||
Reference in New Issue
Block a user