diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c593a2..f9d8e7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterCard from "@/components/sections/footer/FooterCard"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Sparkles, Shield, CheckCircle, Phone, Facebook, Instagram } from "lucide-react"; @@ -205,16 +204,20 @@ export default function LandingPage() {