diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 57873f1..09d53cf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,6 +4,7 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import { Award, CheckCircle, Clock, Shield, Smartphone, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; export default function HomePage() { return ( @@ -87,14 +88,18 @@ export default function HomePage() {
-