From 5784f79216fd8bef09c358cb17bb4871dc64b358 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 04:55:58 +0000 Subject: [PATCH] Bob AI: Change the hero section layout with a different on... --- src/app/page.tsx | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 388d8f8..cbfff89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +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'; export default function LandingPage() { return ( @@ -42,25 +43,21 @@ export default function LandingPage() {
-
-- 2.49.1