From 5c6867518a8113ea4481673b22f20841c56ec4b4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 05:02:48 +0000 Subject: [PATCH] Bob AI: Change the hero section layout with a different on... --- src/app/page.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a00b9c5..08ada0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Bell, CheckCircle, Sparkles } from "lucide-react"; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -43,21 +43,26 @@ export default function LandingPage() {
-