diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a4fc816..126a749 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,268 +2,134 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; -import GridDotsBackground from "@/components/ui/GridDotsBackground"; +import GridDotsBackground from '@/components/ui/GridDotsBackground'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TeamListCards from '@/components/sections/team/TeamListCards'; import TestimonialDetailedCards from '@/components/sections/testimonial/TestimonialDetailedCards'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function HomePage() { return ( <> -