diff --git a/src/components/FearOfTechnology.astro b/src/components/FearOfTechnology.astro new file mode 100644 index 0000000..1a0b32c --- /dev/null +++ b/src/components/FearOfTechnology.astro @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 983578f..76b5392 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Contacts from "../components/Contacts.astro"; +import FearOfTechnology from "../components/FearOfTechnology.astro"; import GroupBox from "../components/GroupBox.astro"; import Me from "../components/Me.astro"; import Presence from "../components/Presence.astro"; @@ -9,6 +10,7 @@ import BaseLayout from "../layouts/BaseLayout.astro"; --- +