diff --git a/src/components/DownloadCTA.astro b/src/components/DownloadCTA.astro new file mode 100644 index 0000000..9c7e6b9 --- /dev/null +++ b/src/components/DownloadCTA.astro @@ -0,0 +1,40 @@ +--- +--- + +
+
+

DOWNLOAD

+
+
+

Start with one conversation.

+

Build your own communication space.

+
+
+

+ Talk Pro supports iOS and Android. Official store links, QR codes, version information, and compatibility notes are reserved on the download page. +

+
+ +
+ +
+ Android +
+

ANDROID

+

Download APK

+
+
+ + +
+
+ Apple +
+
+

IOS

+

Coming on App Store

+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index fd5e192..504d746 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,6 +4,7 @@ import Header from '../components/Header.astro' import Hero from '../components/Hero.astro' import CoreSystem from '../components/CoreSystem.astro' import UseCases from '../components/UseCases.astro' +import DownloadCTA from '../components/DownloadCTA.astro' --- @@ -11,4 +12,5 @@ import UseCases from '../components/UseCases.astro' +