Bob AI: rename site to CodeMasters

This commit is contained in:
2026-02-01 20:56:12 +02:00
parent d4c8e379ab
commit 980c7b536f

View File

@@ -33,7 +33,7 @@ export default function TechAcademyPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
brandName="Jessica & Flowers" brandName="CodeMasters"
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Courses", id: "courses" }, { name: "Courses", id: "courses" },
@@ -194,8 +194,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="Jessica & Flowers" logoText="CodeMasters"
copyrightText="© 2025 Jessica & Flowers. All rights reserved." copyrightText="© 2025 CodeMasters. All rights reserved."
columns={[ columns={[
{ {
title: "Programs", items: [ title: "Programs", items: [
@@ -218,7 +218,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 Jessica & Flowers", href: "#" } { label: "Careers at CodeMasters", href: "#" }
] ]
} }
]} ]}