diff --git a/src/lib/components/molecules/AppStores.svelte b/src/lib/components/molecules/AppStores.svelte new file mode 100644 index 0000000..40fab51 --- /dev/null +++ b/src/lib/components/molecules/AppStores.svelte @@ -0,0 +1,44 @@ + + +
+ + Apple App Store + + + Google Play Store + +
+ + diff --git a/src/lib/components/organisms/Hero.svelte b/src/lib/components/organisms/Hero.svelte index f3d7d30..c409ed0 100644 --- a/src/lib/components/organisms/Hero.svelte +++ b/src/lib/components/organisms/Hero.svelte @@ -1,7 +1,6 @@
@@ -12,10 +11,7 @@

- +
@@ -66,6 +62,7 @@ justify-content: center; gap: 10px; width: 100%; + margin-top: 30px; } } diff --git a/static/images/features/android.png b/static/images/features/android.png new file mode 100644 index 0000000..59f54f7 Binary files /dev/null and b/static/images/features/android.png differ diff --git a/static/images/features/ios.png b/static/images/features/ios.png new file mode 100644 index 0000000..a2a48d4 Binary files /dev/null and b/static/images/features/ios.png differ