Bob AI: rename site to TechMasters

This commit is contained in:
2026-02-02 09:58:31 +02:00
parent 0f3907925f
commit 11c828eb57

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" },
@@ -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: "#" }
]
}
]}