From 6467c933c1a3f975d5241c6412876671ac27f925 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 1 Feb 2026 23:18:59 +0200 Subject: [PATCH] Bob AI: add an about section --- src/app/page.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11aa7aa..e21b86e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, BookOpen, Users, TrendingUp, Award, Target } from "lucide-react"; import HeroBillboard1 from '@/components/sections/hero/HeroBillboard1'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import SplitAbout from '@/components/sections/about/SplitAbout'; export default function TechAcademyPage() { return ( @@ -314,6 +315,18 @@ export default function TechAcademyPage() { useInvertedBackground="noInvert" /> +
+ +