From 6b69dcb9eb03064f5364d97fef3282e5b676875b Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 15:18:34 +0000 Subject: [PATCH] Bob AI: [Block: hero-billboard-scroll|Hero Billboard Scrol... --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6566f8a..77c81ec 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 HeroSplit from '@/components/sections/hero/HeroSplit'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -43,20 +43,19 @@ export default function iPhoneSalesPage() {
-