1 Commits

Author SHA1 Message Date
68170025ae Bob AI: [Block: tag-about|Tag About|/blocks/about/tagAbout... 2026-01-29 00:58:07 +02:00

View File

@@ -13,6 +13,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Linkedin, Globe, Github } from "lucide-react"; import { Linkedin, Globe, Github } from "lucide-react";
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import TagAbout from '@/components/sections/about/TagAbout';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -66,7 +67,12 @@ export default function LandingPage() {
useInvertedBackground="[useInvertedBackground]" useInvertedBackground="[useInvertedBackground]"
/> />
</div> </div>
<div id="about" data-section="about">
<div id="tag_about" data-section="tag_about">
<TagAbout
title="About IT Academy"
/>
</div> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ type: "text", content: "Transforming careers through" }, { type: "text", content: "Transforming careers through" },