diff --git a/src/app/page.tsx b/src/app/page.tsx index 614bb1a..98e8e02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import { CheckCircle, Facebook, HelpCircle, Phone, Shield, Smartphone, Star, Wrench } from "lucide-react"; +import FooterCard from "@/components/sections/footer/FooterCard"; export default function LandingPage() { return ( @@ -216,6 +217,16 @@ export default function LandingPage() { useInvertedBackground={true} /> + +
); } \ No newline at end of file