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() { <>
-