feat: Updates nav, icon, colors, background and homepage

This commit is contained in:
Alicia Sykes
2024-06-15 22:46:13 +01:00
parent 0172de829c
commit ff18904d6c
5 changed files with 25 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
---
import Icon from '@components/molecules/Icon.svelte';
import ButtonGroup from '@components/homepage/ButtonGroup.astro';
import Features from '@components/homepage/Features.astro';
import SponsorSegment from '@components/homepage/SponsorSegment.astro';
@@ -49,7 +48,7 @@ const links = [
},
{
title: 'Deploy your Own',
url: 'https://github.com/lissy93/web-check',
url: '/self-hosted-setup',
icon: 'rocket',
isCta: false,
},

View File

@@ -77,7 +77,7 @@ const generateMeteor = (id: number, gridSizeX: number, gridSizeY: number) => {
duration,
tailVisible: true,
animationStage: 'traveling',
opacity: 1, // Initial opacity
opacity: 1,
};
};