diff --git a/src/app/page.tsx b/src/app/page.tsx index 68c0f91..18fce8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Phone } from "lucide-react"; export default function LandingPage() { @@ -175,8 +175,9 @@ export default function LandingPage() {