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 */} +
+ + + + +
+
+ ); };