From 274b3210c761734cc511b5f9936c15f3b3723328 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 17:35:47 +0000 Subject: [PATCH] Bob AI: change hero section to [Block: Hero Billboard] --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 319e480..dfbf009 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 HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -44,22 +44,16 @@ export default function LandingPage() {
-