From 790559c7931adb989bf2bfaf14e2488ec44fa877 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 00:51:13 +0000 Subject: [PATCH] Remove Technology Showcase from home cgen-1c422b6b216a4b0e9a219e73a292b2ac --- client/pages/Index.tsx | 106 ----------------------------------------- 1 file changed, 106 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 6c877cbd..1fbbc673 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -321,112 +321,6 @@ export default function Index() { - {/* Technology Showcase */} -
-
- -
-
-
-

- What We Build -

-

- Built on cutting-edge frameworks and powered by advanced - algorithms -

-
- - {/* Interactive Technology Grid */} -
- {[ - { - name: "Game Studios", - status: "Active", - color: "from-purple-500 to-blue-600", - }, - { - name: "Design Systems", - status: "Evolving", - color: "from-blue-500 to-green-600", - }, - { - name: "Creator Tools", - status: "Live", - color: "from-green-500 to-yellow-600", - }, - { - name: "Launch Ops", - status: "Scaling", - color: "from-yellow-500 to-red-600", - }, - { - name: "Content Pipeline", - status: "In Progress", - color: "from-red-500 to-purple-600", - }, - { - name: "Edge Experiences", - status: "Deployed", - color: "from-purple-500 to-pink-600", - }, - ].map((tech, index) => ( - - -
-

- {tech.name} -

-
-
-

- {tech.status} -

-
- - - ))} -
- - {/* Call to Action */} -
-

- Ready to Build the Future? -

-
- - -
-
-
-
-
); }