diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 97004e4..1820d71 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,5 +1,6 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeaturesImageCards from '@/components/sections/features/FeaturesImageCards'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductImageCards from '@/components/sections/product/ProductImageCards'; @@ -57,28 +58,28 @@ export default function HomePage() {