From 192fd930a56b5b94210ed519256b6265d4148147 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 25 Feb 2026 18:58:59 +0200 Subject: [PATCH] Bob AI: change hero section --- src/app/page.tsx | 49 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b27b330..a4cb932 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -44,35 +44,30 @@ export default function HomePage() {
-
-- 2.49.1