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} - - - - - Learn More - - - - ))} - - - - - - - AeThex Labs - - - BlackSite R&D portal synced with Labs mainframe - - - - - Open Interface - - - - Visit labs.aethex.biz - - - - - - - - {resourceOfferings.map((offering) => ( - - - - - {offering.title} - - - {offering.description} - - - - - {offering.actions.map((action) => ( - - {action.external ? ( - - {action.label} - - ) : ( - {action.label} - )} - - ))} - - - - ))} - - - {/* Technology Showcase */}
- Explore services, programs, resources, and community -