diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 385aa48..d723cb5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,148 +5,132 @@ import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Award, BookOpen, Globe, GraduationCap, MessageCircle, Smile } from "lucide-react"; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; export default function HomePage() { return ( <> -