From e606d4b6a5d21acfe6f311301f6b11dc2b19f6ce Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:29:32 -0600 Subject: [PATCH] Make Feature Grid an HTML section --- app/components/FeatureGrid.js | 118 +++++++++++++++++----------------- 1 file changed, 58 insertions(+), 60 deletions(-) diff --git a/app/components/FeatureGrid.js b/app/components/FeatureGrid.js index 7c6c4fa..0cdec2e 100644 --- a/app/components/FeatureGrid.js +++ b/app/components/FeatureGrid.js @@ -6,67 +6,65 @@ import MiniCard from "./MiniCard"; const FeatureGrid = ({ title, subtitle, className = "" }) => { return ( -
-
-
- {/* Feature Content Lockup */} -
- -
- - {/* MiniCard Grid */} -
- - - - -
+
+
+ {/* Feature Content Lockup */} +
+
-
-
+ + {/* MiniCard Grid */} +
+ + + + +
+
+ ); };