diff --git a/src/components/home/icons/3d-transforms-icon.tsx b/src/components/home/icons/3d-transforms-icon.tsx
index 1f3b547c9..091c2dde2 100644
--- a/src/components/home/icons/3d-transforms-icon.tsx
+++ b/src/components/home/icons/3d-transforms-icon.tsx
@@ -1,76 +1,41 @@
export function _3DTransformsIcon() {
return (
- <>
-
-
-
- >
+
);
}
diff --git a/src/components/home/icons/cascade-layers-icon.tsx b/src/components/home/icons/cascade-layers-icon.tsx
index d393b3980..c2b63d83b 100644
--- a/src/components/home/icons/cascade-layers-icon.tsx
+++ b/src/components/home/icons/cascade-layers-icon.tsx
@@ -2,7 +2,7 @@ export function CascadeLayersIcon() {
return (
<>
-
diff --git a/src/components/home/icons/container-queries-icon.tsx b/src/components/home/icons/container-queries-icon.tsx
index 7d9ccdead..2772da72f 100644
--- a/src/components/home/icons/container-queries-icon.tsx
+++ b/src/components/home/icons/container-queries-icon.tsx
@@ -1,109 +1,55 @@
export function ContainerQueriesIcon() {
return (
- <>
-
-
-
- >
+
);
}
diff --git a/src/components/home/icons/css-grid-icon.tsx b/src/components/home/icons/css-grid-icon.tsx
index cb9c65d0f..fe815da35 100644
--- a/src/components/home/icons/css-grid-icon.tsx
+++ b/src/components/home/icons/css-grid-icon.tsx
@@ -2,7 +2,7 @@ export function CssGridIcon() {
return (
<>
-
-
>
diff --git a/src/components/home/icons/css-variables-icon.tsx b/src/components/home/icons/css-variables-icon.tsx
index dd20a561e..db08cf4dc 100644
--- a/src/components/home/icons/css-variables-icon.tsx
+++ b/src/components/home/icons/css-variables-icon.tsx
@@ -2,7 +2,7 @@ export function CssVariablesIcon() {
return (
<>
-
diff --git a/src/components/home/icons/dark-mode-icon.tsx b/src/components/home/icons/dark-mode-icon.tsx
index f2fbb827a..58f1c74cd 100644
--- a/src/components/home/icons/dark-mode-icon.tsx
+++ b/src/components/home/icons/dark-mode-icon.tsx
@@ -1,123 +1,62 @@
export function DarkModeIcon() {
return (
- <>
-
-
-
- >
+
);
}
diff --git a/src/components/home/icons/filters-icon.tsx b/src/components/home/icons/filters-icon.tsx
index 1ab254320..fb0ca050c 100644
--- a/src/components/home/icons/filters-icon.tsx
+++ b/src/components/home/icons/filters-icon.tsx
@@ -2,31 +2,30 @@ export function FiltersIcon() {
return (
<>
-
>
diff --git a/src/components/home/icons/gradients-icon.tsx b/src/components/home/icons/gradients-icon.tsx
index ff8cb6538..3d85cba51 100644
--- a/src/components/home/icons/gradients-icon.tsx
+++ b/src/components/home/icons/gradients-icon.tsx
@@ -1,128 +1,70 @@
export function GradientsIcon() {
return (
- <>
-
-
- >
+
);
}
diff --git a/src/components/home/icons/logical-properties-icon.tsx b/src/components/home/icons/logical-properties-icon.tsx
index 20dd93426..83c92a69b 100644
--- a/src/components/home/icons/logical-properties-icon.tsx
+++ b/src/components/home/icons/logical-properties-icon.tsx
@@ -1,171 +1,86 @@
export function LogicalPropertiesIcon() {
return (
- <>
-
-
-
- >
+
);
}
diff --git a/src/components/home/icons/p3-colors-icon.tsx b/src/components/home/icons/p3-colors-icon.tsx
index b0aa66ae0..415b30284 100644
--- a/src/components/home/icons/p3-colors-icon.tsx
+++ b/src/components/home/icons/p3-colors-icon.tsx
@@ -1,387 +1,184 @@
export function P3ColorsIcon() {
return (
- <>
-
-
-
- >
+
);
}
diff --git a/src/components/home/icons/responsive-design-icon.tsx b/src/components/home/icons/responsive-design-icon.tsx
index e08c998b5..1bf078e77 100644
--- a/src/components/home/icons/responsive-design-icon.tsx
+++ b/src/components/home/icons/responsive-design-icon.tsx
@@ -1,84 +1,46 @@
export function ResponsiveDesignIcon() {
return (
- <>
-
-
- >
+
);
}
diff --git a/src/components/home/icons/transitions-and-animations-icon.tsx b/src/components/home/icons/transitions-and-animations-icon.tsx
index 8e3d39fb5..af80e0201 100644
--- a/src/components/home/icons/transitions-and-animations-icon.tsx
+++ b/src/components/home/icons/transitions-and-animations-icon.tsx
@@ -1,124 +1,63 @@
export function TransitionsAndAnimationsIcon() {
return (
- <>
-
-
- >
+
);
}