diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4b74a7b..d2fd2ca 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,6 +1,6 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCta from '@/components/sections/contact/ContactCta'; -import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; +import FeaturesBento from '@/components/sections/features/FeaturesBento'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; @@ -44,34 +44,40 @@ export default function HomePage() {
-