{
diff --git a/src/lib/Home/Components/HealButtonLink/HealButtonLink.tsx b/src/lib/Home/Components/HealButtonLink/HealButtonLink.tsx
index 966d2e8..03234c3 100644
--- a/src/lib/Home/Components/HealButtonLink/HealButtonLink.tsx
+++ b/src/lib/Home/Components/HealButtonLink/HealButtonLink.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import ArrowIconSVG from '../../Assets/Icons/Icon-Arrow.svg';
+import ArrowIconSVG from '../../../../../public/icons/HealIcons/Icon-Arrow.svg';
interface ButtonLinkProps {
/** HREF for Button Link */
diff --git a/src/lib/Home/Components/Hero/Hero.tsx b/src/lib/Home/Components/Hero/Hero.tsx
index b9d344b..c02ca4b 100644
--- a/src/lib/Home/Components/Hero/Hero.tsx
+++ b/src/lib/Home/Components/Hero/Hero.tsx
@@ -23,7 +23,7 @@ const Hero: React.FC = () => {
is a single web interface which allows visitors to discover,
access, and analyze data generated by HEAL Studies.
diff --git a/src/lib/Home/Components/PhotoDivider/PhotoDivider.tsx b/src/lib/Home/Components/PhotoDivider/PhotoDivider.tsx
index 561b07d..0d24d79 100644
--- a/src/lib/Home/Components/PhotoDivider/PhotoDivider.tsx
+++ b/src/lib/Home/Components/PhotoDivider/PhotoDivider.tsx
@@ -8,24 +8,44 @@ import photoDivider5 from './../../Assets/Images/photo-divider-5.webp';
const PhotoDivider: React.FC = () => {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
};
diff --git a/src/lib/Home/Components/QuickLinks/QuickLinks.tsx b/src/lib/Home/Components/QuickLinks/QuickLinks.tsx
index d36601c..38059b5 100644
--- a/src/lib/Home/Components/QuickLinks/QuickLinks.tsx
+++ b/src/lib/Home/Components/QuickLinks/QuickLinks.tsx
@@ -7,7 +7,7 @@ const QuickLinks: React.FC = () => {
return (
Quick Links
diff --git a/src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx b/src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx
index 51f57da..60418ae 100644
--- a/src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx
+++ b/src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx
@@ -5,7 +5,7 @@ import Background from '../../Assets/Images/background.webp';
/** UI component for displaying a quote and attribution */
const QuoteSpotlight: React.FC = () => {
return (
-
+
{
+const HealLandingPage = () => {
return (
-
-
-
+
);
};
-export const getServerSideProps: GetServerSideProps<
- NavPageLayoutProps
-> = async () => {
- return {
- props: {
- ...(await getNavPageLayoutPropsFromConfig()),
- },
- };
-};
-
export default HealLandingPage;
diff --git a/tailwind.config.js b/tailwind.config.js
index 12157da..92aab63 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,7 +15,8 @@ module.exports = {
theme: {
extend: {
backgroundImage: {
- 'carousel-gradient': 'linear-gradient(90.11deg, #532565 10.07%, #982568 30.02%, #981F32 49.97%, #BF362E 94.85%, #E07C3E 99.84%)',
+ 'carousel-gradient':
+ 'linear-gradient(90.11deg, #532565 10.07%, #982568 30.02%, #981F32 49.97%, #BF362E 94.85%, #E07C3E 99.84%)',
},
colors: {
heal: {
@@ -31,7 +32,9 @@ module.exports = {
medium_gray: '#818A91',
light_gray: '#DDDDDD',
blue: '#0044B3',
+ blue_accent: '#81C5FF',
background: '#262663',
+ dark_background: '#111111',
carousel_button: '#98203f',
},
midrc: {