diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js
index 854caf9..1cdb9ba 100644
--- a/src/components/HomepageFeatures/index.js
+++ b/src/components/HomepageFeatures/index.js
@@ -6,7 +6,7 @@ const FeatureList = [
{
title: 'Modular',
- Svg: require('@site/static/img/puzzle-svgrepo-com.svg').default,
+ Svg: require('@site/static/img/bricks-svgrepo-com.svg').default,
description: (
<>
Take apart, build, or customize code with ease to create robust bots.
@@ -15,7 +15,7 @@ const FeatureList = [
},
{
title: 'Concise',
- Svg: require('@site/static/img/typescript-svgrepo-com.svg').default,
+ Svg: require('@site/static/img/pencil-svgrepo-com.svg').default,
description: (
<>
Commands are significantly smaller than other competitors.
@@ -25,7 +25,7 @@ const FeatureList = [
},
{
title: 'Familiar',
- Svg: require('@site/static/img/battery-svgrepo-com.svg').default,
+ Svg: require('@site/static/img/fire-com.svg').default,
description: (
<>
Code like a traditional command handler. Feels and looks like classic v12 command handlers.
diff --git a/static/img/battery-svgrepo-com.svg b/static/img/battery-svgrepo-com.svg
deleted file mode 100644
index ba6cec3..0000000
--- a/static/img/battery-svgrepo-com.svg
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
diff --git a/static/img/bricks-svgrepo-com.svg b/static/img/bricks-svgrepo-com.svg
new file mode 100644
index 0000000..6d5026d
--- /dev/null
+++ b/static/img/bricks-svgrepo-com.svg
@@ -0,0 +1,32 @@
+
+
+
\ No newline at end of file
diff --git a/static/img/fire-com.svg b/static/img/fire-com.svg
new file mode 100644
index 0000000..04c97f9
--- /dev/null
+++ b/static/img/fire-com.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/img/pencil-svgrepo-com.svg b/static/img/pencil-svgrepo-com.svg
new file mode 100644
index 0000000..f065de5
--- /dev/null
+++ b/static/img/pencil-svgrepo-com.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/img/typescript-svgrepo-com.svg b/static/img/typescript-svgrepo-com.svg
deleted file mode 100644
index d7bf9a7..0000000
--- a/static/img/typescript-svgrepo-com.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file