From 5cb8791944979cdde406c0d8d91ea7cf3969e6d6 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 29 Jan 2026 00:54:32 +0200 Subject: [PATCH] Bob AI: [Block: text-about|Text About|/blocks/about/textAb... --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fd46d0..c2f0f28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; 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'; export default function LandingPage() { return ( @@ -58,6 +59,13 @@ export default function LandingPage() { /> +
+ +