diff --git a/website/README.md b/website/README.md index 07b1b672..bf79818f 100644 --- a/website/README.md +++ b/website/README.md @@ -2,6 +2,8 @@ This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator. +The figma file for the website can be found [here](https://www.figma.com/design/uLiMeE995DH541t5AxqThS) + ### Installation ``` diff --git a/website/src/components/landing/landing-hero.tsx b/website/src/components/landing/landing-hero.tsx index f20a08da..9560c8d3 100644 --- a/website/src/components/landing/landing-hero.tsx +++ b/website/src/components/landing/landing-hero.tsx @@ -24,13 +24,13 @@ export const LandingHero = ({
-
+

{heading}

@@ -54,7 +54,7 @@ export const LandingHero = ({
    {navItems.map(({ link, title }) => (
  • - + {title}
  • diff --git a/website/static/img/background-banner-x1.png b/website/static/img/background-banner-x1.png new file mode 100644 index 00000000..29501664 Binary files /dev/null and b/website/static/img/background-banner-x1.png differ diff --git a/website/static/img/background-banner.png b/website/static/img/background-banner.png index 67550266..721d03af 100644 Binary files a/website/static/img/background-banner.png and b/website/static/img/background-banner.png differ diff --git a/website/static/img/feature-1.png b/website/static/img/feature-1.png index 13a7f25d..7bc5220f 100644 Binary files a/website/static/img/feature-1.png and b/website/static/img/feature-1.png differ diff --git a/website/static/img/feature-2.png b/website/static/img/feature-2.png index e4c2c200..3f174770 100644 Binary files a/website/static/img/feature-2.png and b/website/static/img/feature-2.png differ diff --git a/website/static/img/feature-3.png b/website/static/img/feature-3.png index fa55f20e..0051390b 100644 Binary files a/website/static/img/feature-3.png and b/website/static/img/feature-3.png differ diff --git a/website/static/themed-archive/background-banner.png b/website/static/themed-archive/background-banner.png new file mode 100644 index 00000000..67550266 Binary files /dev/null and b/website/static/themed-archive/background-banner.png differ diff --git a/website/static/themed-archive/feature-1.png b/website/static/themed-archive/feature-1.png new file mode 100644 index 00000000..13a7f25d Binary files /dev/null and b/website/static/themed-archive/feature-1.png differ diff --git a/website/static/themed-archive/feature-2.png b/website/static/themed-archive/feature-2.png new file mode 100644 index 00000000..e4c2c200 Binary files /dev/null and b/website/static/themed-archive/feature-2.png differ diff --git a/website/static/themed-archive/feature-3.png b/website/static/themed-archive/feature-3.png new file mode 100644 index 00000000..fa55f20e Binary files /dev/null and b/website/static/themed-archive/feature-3.png differ diff --git a/website/tailwind.config.ts b/website/tailwind.config.ts index 1ee3cb11..8d561a45 100644 --- a/website/tailwind.config.ts +++ b/website/tailwind.config.ts @@ -38,7 +38,7 @@ module.exports = { }, 'theme-1': NearFormColors.Green, 'theme-2': NearFormColors.DeepNavy, - 'theme-3': NearFormColors.DeepNavy, + 'theme-3': NearFormColors.LightNavy, 'theme-4': NearFormColors.White, 'header-bg': NearFormColors.White, 'header-fg': NearFormColors.DeepNavy,