Bob AI: rename site to TechMasters

This commit is contained in:
2026-02-01 22:32:03 +02:00
parent 0951f43029
commit e0e4250f5d

View File

@@ -28,7 +28,7 @@ export default function TechAcademyPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Fast Performance"
brandName="TechMasters Performance"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Courses", id: "courses" },
@@ -56,7 +56,7 @@ export default function TechAcademyPage() {
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: "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"
}
]
},
@@ -66,7 +66,7 @@ export default function TechAcademyPage() {
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"
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"
}
]
}
@@ -118,7 +118,7 @@ export default function TechAcademyPage() {
<div id="footer_base" data-section="footer_base">
<FooterBase
columns={[{ title: "Contact Us", description: "Have questions about our floral arrangements? Reach out to us for expert advice and assistance." }, { title: "Explore More", description: "Discover our floral classes, packages, and services designed to inspire and educate." }]}
copyrightText="© 2026 TechAcademy. All rights reserved."
copyrightText="© 2026 TechMasters. All rights reserved."
/>
</div> <div id="team_card_one" data-section="team_card_one">
<TeamCardOne
@@ -137,8 +137,8 @@ export default function TechAcademyPage() {
<FooterMedia
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
imageAlt="Technology background"
logoText="CodeMasters"
copyrightText="© 2026 TechAcademy. All rights reserved."
logoText="TechMasters"
copyrightText="© 2026 TechMasters. All rights reserved."
columns={[
{
title: "Programs", items: [
@@ -161,7 +161,7 @@ export default function TechAcademyPage() {
{ label: "About Us", href: "#" },
{ label: "Contact Support", href: "#" },
{ label: "Partners", href: "#" },
{ label: "Careers at CodeMasters", href: "#" }
{ label: "Careers at TechMasters", href: "#" }
]
}
]}