From 1de8036fa44682c428695597f10699b81de3f63d Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 15:52:30 +0000 Subject: [PATCH] Bob AI: [Block: hero-billboard|Hero Billboard|/blocks/hero... --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33a8eec..326e7c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -38,7 +38,7 @@ export default function LandingPage() {
-