From 68170025ae9e586284beb24a262bd23f8c8125d2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 29 Jan 2026 00:58:07 +0200 Subject: [PATCH] Bob AI: [Block: tag-about|Tag About|/blocks/about/tagAbout... --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2f0f28..834a159 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Linkedin, Globe, Github } from "lucide-react"; import TextAbout from '@/components/sections/about/TextAbout'; +import TagAbout from '@/components/sections/about/TagAbout'; export default function LandingPage() { return ( @@ -66,7 +67,12 @@ export default function LandingPage() { useInvertedBackground="[useInvertedBackground]" /> -
+ +
+ +