Bob AI: add a new column called Support to the footer

This commit is contained in:
2026-02-02 10:30:27 +02:00
parent c997534d89
commit ff4b7b2298

View File

@@ -342,6 +342,14 @@ export default function TechAcademyPage() {
{ label: "Partners", href: "#" }, { label: "Partners", href: "#" },
{ label: "Careers at TechMasters", href: "#" } { label: "Careers at TechMasters", href: "#" }
] ]
},
{
title: "Support to the footer", items: [
{ label: "About Us", href: "#" },
{ label: "Contact Support", href: "#" },
{ label: "Partners", href: "#" },
{ label: "Careers at TechMasters", href: "#" }
]
} }
]} ]}
/> />