From 3fa00374cbbf14bacf6bfa3aa1cd902e49572f66 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 17 Feb 2026 15:10:09 +0200 Subject: [PATCH] Bob AI: i dont like current hero --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c5a4ed..1dc7784 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -40,20 +40,21 @@ export default function LandingPage() {
-