From 10216bb65f4a963aaea25f54c0b77619ca617148 Mon Sep 17 00:00:00 2001 From: pyrossh Date: Fri, 3 May 2024 19:22:36 +0530 Subject: [PATCH] improve website --- website/src/lib/components/intro.svelte | 10 ++++++++++ website/src/routes/+page.svelte | 20 ++++++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 website/src/lib/components/intro.svelte diff --git a/website/src/lib/components/intro.svelte b/website/src/lib/components/intro.svelte new file mode 100644 index 00000000..1dafe1ed --- /dev/null +++ b/website/src/lib/components/intro.svelte @@ -0,0 +1,10 @@ +

+ The only bible app you will ever need +

+
+ No ads, + No in-app purchases, + No distractions. +
diff --git a/website/src/routes/+page.svelte b/website/src/routes/+page.svelte index ba5f6df0..1d4c50ed 100644 --- a/website/src/routes/+page.svelte +++ b/website/src/routes/+page.svelte @@ -3,6 +3,7 @@ import AppStoreIcon from '$lib/icons/appstore.svg?component'; import lightPng from '$lib/images/light.png?enhanced'; import logoPng from '../../../assets/icon.png'; + import Intro from '$lib/components/intro.svelte'; @@ -95,19 +96,11 @@ -
+
-

- The only bible app you will ever need -

-
- No ads, - No in-app purchases, - No distractions. + - +
+ +