diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4317b83..6da7297 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,6 +6,7 @@ import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCar import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; import { Award, Flame, Leaf } from "lucide-react"; +import HeroSplit from '@/components/sections/hero/HeroSplit'; export default function HomePage() { return (