Bob AI: rename site to TechMasters

This commit is contained in:
2026-02-02 00:01:41 +02:00
parent 82bf06dec8
commit d37cf6239c

View File

@@ -30,7 +30,7 @@ export default function TechAcademyPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="TechAcademy"
brandName="TechMasters"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Courses", id: "courses" },
@@ -49,7 +49,7 @@ export default function TechAcademyPage() {
title="Master In-Demand Tech Skills"
description="Learn from industry experts and transform your career with our comprehensive IT academy. Hands-on courses in web development, data science, cloud computing, and more."
background={{ variant: "radial-gradient" }}
tag="Welcome to TechAcademy"
tag="Welcome to TechMasters"
tagIcon={Sparkles}
buttons={[
{ text: "Start Learning", href: "courses" },
@@ -147,7 +147,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"
}
]
},
@@ -157,7 +157,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"
}
]
}
@@ -245,7 +245,7 @@ export default function TechAcademyPage() {
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about TechAcademy courses, enrollment, and career support"
sideDescription="Everything you need to know about TechMasters courses, enrollment, and career support"
faqs={[
{
id: "1", title: "How long are the courses?", content: "Our courses range from 4 to 12 weeks depending on the program. Full-time immersive programs typically take 12 weeks, while part-time flexible programs can take 6-12 months. Each course includes live sessions, recorded content, and hands-on projects."
@@ -298,8 +298,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="TechAcademy"
copyrightText="© 2026 TechAcademy. All rights reserved."
logoText="TechMasters"
copyrightText="© 2026 TechMasters. All rights reserved."
columns={[
{
title: "Programs", items: [
@@ -322,7 +322,7 @@ export default function TechAcademyPage() {
{ label: "About Us", href: "#" },
{ label: "Contact Support", href: "#" },
{ label: "Partners", href: "#" },
{ label: "Careers at TechAcademy", href: "#" }
{ label: "Careers at TechMasters", href: "#" }
]
}
]}