diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5263c10..242d0f3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,10 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; import { Zap } from "lucide-react"; export default function ServicesPage() { @@ -32,53 +33,25 @@ export default function ServicesPage() { { name: "About", id: "/about" }, ]} button={{ - text: "Call Now: (201) 555-0123", href: "tel:+12015550123" - }} + text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}} animateOnLoad={true} /> -