From 9af97f8bfad35f07e9d115d9e2ee82473e15d320 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 4 Jul 2026 20:56:08 +0000 Subject: [PATCH] Bob AI: Populate src/pages/AiCommandCenterPage.tsx (snippet builder, 2 sections) --- src/pages/AiCommandCenterPage.tsx | 135 +++++------------------------- 1 file changed, 22 insertions(+), 113 deletions(-) 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 ( -
- ({ name: r.label, href: r.path }))} - ctaButton={{ text: "Get Started", href: "/contact" }} - /> - -
- - - - - - - -
- - -
+ <> +
+
+ ); -} \ No newline at end of file +}