From 3a70c9e6d61ed679bea63b2cfad8cf1796b16aa5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 27 Feb 2026 00:01:13 +0200 Subject: [PATCH] Bob AI: i dont like this hero section --- src/app/page.tsx | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e12098..9474da4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; @@ -40,19 +40,39 @@ export default function LandingPage() {
-
-- 2.49.1