diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index d11fd602..6c877cbd 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -320,116 +320,6 @@ export default function Index() { - {/* Offerings Overview */} -
-
-
-

- Everything We Offer -

-

- Explore services, programs, resources, and community -

-
- -
- {serviceOfferings.map((offering) => ( - -
- - - {offering.title} - - - {offering.description} - - - - - - - ))} - - -
- - - - AeThex Labs - - - BlackSite R&D portal synced with Labs mainframe - - - - - - - -
- -
- {resourceOfferings.map((offering) => ( - -
- - - {offering.title} - - - {offering.description} - - - -
- {offering.actions.map((action) => ( - - ))} -
-
- - ))} -
-
-
{/* Technology Showcase */}