From 7d69810a77cce2f18d4b559f013cbc634862b3aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 15:19:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) 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() { />
-
); -} +} \ No newline at end of file -- 2.49.1