From 81bc5a7b13ab6c0724479ef06546b8642032b723 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 00:50:15 +0000 Subject: [PATCH] Remove Offerings Overview from home cgen-d25ebd5cd65644d2926baf1492d52845 --- client/pages/Index.tsx | 110 ----------------------------------------- 1 file changed, 110 deletions(-) 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 */}