From 316e0d97fdb99163a8ea65227af1abb13556cd0e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 16 Jun 2024 21:04:09 +0100 Subject: [PATCH] feat: Adds screenshots to homepage --- src/components/homepage/AboutSection.astro | 30 +++--- src/components/homepage/HeroForm.astro | 14 +++ src/components/homepage/Screenshots.astro | 107 +++++++++++++++++++++ 3 files changed, 139 insertions(+), 12 deletions(-) create mode 100644 src/components/homepage/Screenshots.astro diff --git a/src/components/homepage/AboutSection.astro b/src/components/homepage/AboutSection.astro index 440978e..a80a357 100644 --- a/src/components/homepage/AboutSection.astro +++ b/src/components/homepage/AboutSection.astro @@ -54,7 +54,7 @@ const links = [ }, { title: 'Use the API', - url: '#', + url: '/web-check-api', icon: 'code', isCta: false, }, @@ -62,20 +62,26 @@ const links = [ --- -
-

Ready to get started?

-

- With over 30 supported checks - you can view and analyse key website information in an instant -

+
+
+

Ready to get started?

+

+ With over 30 supported checks + you can view and analyse key website information in an instant +

+
+
+ + +
+
-
- - -
- + +