From 59d425edf3f59d397ffcb397c595ff8cfd2d232f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 17 May 2026 13:35:42 +0000 Subject: [PATCH] Changed hero section to HeroBillboard --- src/pages/HomePage.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2856861..d75c120 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSimple from '@/components/sections/faq/FaqSimple'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; @@ -15,9 +15,10 @@ export default function HomePage() { <>
-