diff --git a/src/components/Button.js b/src/components/Button.js index 2eb8acc..ae23105 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -9,7 +9,9 @@ let standardBtn = 'border hover:bg-teal hover:text-white hover:border-teal' const Button = ({ ...props }) => ( {props.text} diff --git a/src/components/Card.js b/src/components/Card.js index eb11c87..7b83d3e 100644 --- a/src/components/Card.js +++ b/src/components/Card.js @@ -5,22 +5,23 @@ import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png' const Card = ({ ...props }) => (
- + {props.image ? ( ) : ( Sprint Work )} - -
- +

{props.title}

- -

-

+

+

+
) diff --git a/src/components/Footer.js b/src/components/Footer.js index 4134608..99d4c12 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -20,10 +20,10 @@ const Footer = () => ( className="p-2 items-center text-white leading-none lg:rounded-full flex lg:inline-flex" role="alert" > - + Let's Connect - + Tell us about your project and get a free proposal ( Facebook Social Media @@ -58,7 +58,7 @@ const Footer = () => ( Instagram Social Media @@ -67,7 +67,7 @@ const Footer = () => ( Twitter Social Media @@ -76,7 +76,7 @@ const Footer = () => ( LinkedIn Social Media diff --git a/src/images/logo-colounge.svg b/src/images/logo-colounge.svg new file mode 100644 index 0000000..f87ee44 --- /dev/null +++ b/src/images/logo-colounge.svg @@ -0,0 +1 @@ +Asset 2 \ No newline at end of file diff --git a/src/images/logo-imcg.png b/src/images/logo-imcg.png new file mode 100644 index 0000000..47232b3 Binary files /dev/null and b/src/images/logo-imcg.png differ diff --git a/src/pages/index.js b/src/pages/index.js index 5dd87a1..4166b72 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -19,6 +19,8 @@ import LogoIBM from '../images/logo-ibm-color.svg' import LogoRicoh from '../images/logo-ricoh-color.svg' import LogoKinnarps from '../images/logo-kinnarps-color.svg' import LogoCoor from '../images/logo-coor-color.svg' +import LogoIMCG from '../images/logo-imcg.png' +import LogoColounge from '../images/logo-colounge.svg' import PageTransition from 'gatsby-plugin-page-transitions' @@ -87,22 +89,42 @@ const IndexPage = ({ ...props }) => ( headline="Ambitious projects bring great responsibility" text="By thinking big, designing smart and developing fast, we have helped organizations of various sizes bring life to ideas and existing products. We're now eager to hear what challenges you have for us" /> -
- Ricoh Logo - Coor Logo - Kinnarps Logo +
+
+ Colounge Logo +
+
+ Ricoh Logo +
+
+ Coor Logo +
+
+ Kinnarps Logo +
+
+ IMCG Logo +