From e974fe63414ec953734c40de96c6bd02b4001fe7 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Mon, 12 May 2025 11:13:10 -0700
Subject: [PATCH 1/2] Replace `CardGroup` with `Columns`
---
 components/card-groups.mdx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/components/card-groups.mdx b/components/card-groups.mdx
index b3cfc72a8..367f88c8d 100644
--- a/components/card-groups.mdx
+++ b/components/card-groups.mdx
@@ -4,28 +4,28 @@ description: 'Show cards side by side in a grid format'
 icon: 'columns-2'
 ---
 
-The `CardGroup` component lets you group multiple `Card` components together. It's most often used to put multiple cards in a grid, by specifying the number of grid columns.
+The `Columns` component lets you group multiple `Card` components together. It's most often used to put multiple cards in a grid, by specifying the number of grid columns.
 
-
+
   
     Neque porro quisquam est qui dolorem ipsum quia dolor sit amet
   
   
     Lorem ipsum dolor sit amet, consectetur adipiscing elit
   
-
+
 
 
 
 ```jsx Card Group Example
-
+
   
     Neque porro quisquam est qui dolorem ipsum quia dolor sit amet
   
   
     Lorem ipsum dolor sit amet, consectetur adipiscing elit
   
-
+
 ```
 
 
From 12a2b3360dc8707d391e5e8f59196b279039f60b Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Mon, 12 May 2025 11:22:14 -0700
Subject: [PATCH 2/2] Rename file & update links
---
 components/cards.mdx                        | 16 ++++++++--------
 components/{card-groups.mdx => columns.mdx} |  0
 docs.json                                   |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
 rename components/{card-groups.mdx => columns.mdx} (100%)
diff --git a/components/cards.mdx b/components/cards.mdx
index 60e1687ec..aae9e7fd0 100644
--- a/components/cards.mdx
+++ b/components/cards.mdx
@@ -4,16 +4,16 @@ description: "Highlight main points or links with customizable icons"
 icon: 'square-mouse-pointer'
 ---
 
-
+
   This is how you use a card with an icon and a link. Clicking on this card
-  brings you to the Card Group page.
+  brings you to the Columns page.
 
 
 
   ```jsx Card Example
-  
+  
     This is how you use a card with an icon and a link. Clicking on this card
-    brings you to the Card Group page.
+    brings you to the Columns page.
   
   ```
 
@@ -48,12 +48,12 @@ You can customize the CTA and whether or not to display the arrow on the card. B
 
   This is how you use a card with an icon and a link. Clicking on this card
-  brings you to the Card Group page.
+  brings you to the Columns page.
 
 
 
@@ -61,12 +61,12 @@ You can customize the CTA and whether or not to display the arrow on the card. B
   
     This is how you use a card with an icon and a link. Clicking on this card
-    brings you to the Card Group page.
+    brings you to the Columns page.
   
   ```
 
diff --git a/components/card-groups.mdx b/components/columns.mdx
similarity index 100%
rename from components/card-groups.mdx
rename to components/columns.mdx
diff --git a/docs.json b/docs.json
index 35f1a8665..95ea82880 100644
--- a/docs.json
+++ b/docs.json
@@ -49,7 +49,7 @@
               "components/accordions",
               "components/callouts",
               "components/cards",
-              "components/card-groups",
+              "components/columns",
               "components/code-groups",
               "components/examples",
               "components/expandables",