diff --git a/src/pages/AiCommandCenterPage.tsx b/src/pages/AiCommandCenterPage.tsx index 0025d14..5af4a5c 100644 --- a/src/pages/AiCommandCenterPage.tsx +++ b/src/pages/AiCommandCenterPage.tsx @@ -1,118 +1,27 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import FeaturesMediaCards from "@/components/sections/features/FeaturesMediaCards"; +import FeaturesIconCards from "@/components/sections/features/FeaturesIconCards"; import FeaturesAlternatingSplit from "@/components/sections/features/FeaturesAlternatingSplit"; -import ContactCta from "@/components/sections/contact/ContactCta"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AiCommandCenterPage() { return ( -