diff --git a/src/app/page.tsx b/src/app/page.tsx index 573de38..a969546 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,8 +6,8 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import SplitAbout from "@/components/sections/about/SplitAbout"; import { Sparkles, CheckCircle2, Shield, Target } from "lucide-react"; @@ -108,26 +108,30 @@ export default function WebAgency2Page() { />