diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a51fd32..14d41a5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,18 +2,16 @@ import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesDualMedia from '@/components/sections/features/FeaturesDualMedia'; -import GridLinesBackground from "@/components/ui/GridLinesBackground"; import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductVariantCards from '@/components/sections/product/ProductVariantCards'; import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards'; -import { Home, Shield, Award, Trophy, TrendingUp, Users } from "lucide-react"; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; export default function HomePage() { return ( <>