diff --git a/src/app/page.tsx b/src/app/page.tsx index 24399b8..a3f6c23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ 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 ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterCard from "@/components/sections/footer/FooterCard"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import { Sparkles, CheckCircle2, Shield, Target } from "lucide-react"; +import { Sparkles, CheckCircle2, Shield, Target, Mail, MapPin, Phone } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -108,31 +108,27 @@ export default function WebAgency2Page() { />