From e00f4e6f21f90f99fe624a4055d0dff65d8c6e23 Mon Sep 17 00:00:00 2001 From: Aaron McAdam Date: Tue, 6 Aug 2024 18:08:06 +0100 Subject: [PATCH] adjust colours --- src/app/globals.css | 8 +++-- src/app/page.tsx | 46 ++++++++++++------------- src/components/quiz-button.tsx | 4 +-- src/components/quiz-navigation.tsx | 2 +- src/components/quiz.tsx | 2 +- src/components/ui/dialog.tsx | 4 +-- src/components/ui/logos/manual-logo.tsx | 2 +- tailwind.config.ts | 8 +++-- 8 files changed, 40 insertions(+), 36 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index f4a1be6..e23eaad 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -75,9 +75,11 @@ } :root { - --brand: 181 69% 14%; - --brand-600: 166 12% 48%; - --brand-300: 167 11% 69%; + --brand-50: 135 20% 96%; --brand-100: 129 18% 92%; + --brand-300: 167 11% 69%; + --brand-600: 166 12% 48%; + --brand-800: 181 69% 14%; + --brand-hero: 109 13% 67%; } } diff --git a/src/app/page.tsx b/src/app/page.tsx index eccdfb2..00f1388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,18 +9,18 @@ export default function Home() { return (
{/* Hero */} -
+
Manual
-

+

Be good
to yourself

-

+

We’re working around the clock to bring you a holistic approach to your wellness. From top to bottom, inside and out.

@@ -40,7 +40,7 @@ export default function Home() { {/* Treatments */}
-

+

What we can help with

@@ -53,18 +53,18 @@ export default function Home() { height={445} priority /> - + 01
-

+

Hair loss

-

+

Hair loss needn’t be irreversible. We can help!

-

+

We’re working around the clock to bring you a holistic approach to your wellness. From top to bottom, inside and out.

@@ -72,18 +72,18 @@ export default function Home() {
- + 02 -
+
-

+

Erectile dysfunction

-

+

Erections can be a tricky thing. But no need to feel down!

-

+

We’re working around the clock to bring you a holistic approach to your wellness. From top to bottom, inside and out.

@@ -127,7 +127,7 @@ const footerNavigation = { function Footer() { return ( -