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"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
brandName="TechAcademy" brandName="TechMasters"
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Courses", id: "courses" }, { name: "Courses", id: "courses" },
@@ -49,7 +49,7 @@ export default function TechAcademyPage() {
title="Master In-Demand Tech Skills" 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." 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" }} background={{ variant: "radial-gradient" }}
tag="Welcome to TechAcademy" tag="Welcome to TechMasters"
tagIcon={Sparkles} tagIcon={Sparkles}
buttons={[ buttons={[
{ text: "Start Learning", href: "courses" }, { text: "Start Learning", href: "courses" },
@@ -245,7 +245,7 @@ export default function TechAcademyPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitText
sideTitle="Frequently Asked Questions" 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={[ 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." 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 <FooterMedia
imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg" imageSrc="https://img.b2bpic.net/free-vector/digital-particle-flowing-mesh-technology-background_1017-28408.jpg"
imageAlt="Technology background" imageAlt="Technology background"
logoText="TechAcademy" logoText="TechMasters"
copyrightText="© 2026 TechAcademy. All rights reserved." copyrightText="© 2026 TechMasters. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", items: [ title: "Programs", items: [
@@ -322,7 +322,7 @@ export default function TechAcademyPage() {
{ label: "About Us", href: "#" }, { label: "About Us", href: "#" },
{ label: "Contact Support", href: "#" }, { label: "Contact Support", href: "#" },
{ label: "Partners", href: "#" }, { label: "Partners", href: "#" },
{ label: "Careers at TechAcademy", href: "#" } { label: "Careers at TechMasters", href: "#" }
] ]
} }
]} ]}