From 305068a6ccdac4232ff3e007d8adc92697bcd06f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 10:53:59 +0000 Subject: [PATCH] Update resource offerings grid with colorful cards cgen-8c67072d3ab64ca99f6279dde03154be --- client/pages/Index.tsx | 86 ++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 50 deletions(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 37e89398..9f62a640 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -426,56 +426,42 @@ export default function Index() {
- - - Documentation - Guides and tutorials - - -
- - -
-
-
- - - - Community - News and discussions - - -
- - -
-
-
- - - - Company - About and contact - - -
- - -
-
-
+ {resourceOfferings.map((offering) => ( + +
+ + + {offering.title} + + + {offering.description} + + + +
+ {offering.actions.map((action) => ( + + ))} +
+
+ + ))}