diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a416393..ee50602 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,8 +2,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; @@ -13,8 +12,9 @@ export default function HomePage() { return ( <>