diff --git a/src/components/logos/SentryLogo.astro b/src/components/logos/SentryLogo.astro
new file mode 100644
index 0000000..45520d0
--- /dev/null
+++ b/src/components/logos/SentryLogo.astro
@@ -0,0 +1,21 @@
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 62ecfcb..5694554 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,6 +4,7 @@ import Layout from "~/layouts/PageLayout.astro";
import Hero from "~/components/widgets/Hero.astro";
import Steps from "~/components/widgets/Steps.astro";
+import SentryLogo from "~/components/logos/SentryLogo.astro";
const meta = {
title: SITE.title,
@@ -25,22 +26,20 @@ const meta = {
icon: "fluent:settings-24-regular",
}}
>
-
- cross-platform file transfer
-
+ cross-platform file transfer
- NearShare is an (ad) free, open-source and cross-platform
- implementation of the Microsoft Connected Device Platform (Project Rome)
- that allows to send files and websites between devices.NearShare is an (ad) free, open-source
+ and cross-platform implementation of the Microsoft Connected Device Platform
+ (Project Rome) that allows to send files and websites between devices.
Download the app on your phone',
@@ -64,4 +63,17 @@ const meta = {
alt: "Steps image",
}}
/>
+
+
+