diff --git a/src/app/page.tsx b/src/app/page.tsx index d21e3f3..176c965 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -199,16 +199,17 @@ export default function LandingPage() {
); -} \ No newline at end of file +}