From 92954fe7c6b1bdf34a4475f3ecb538f0c7572180 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 15:34:25 +0200 Subject: [PATCH] Bob AI: [Block: hero-billboard-gallery|Hero Billboard Gall... --- src/app/page.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b6e5a4..69d19ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -41,19 +41,21 @@ export default function LandingPage() {
-