From 3def28e1115323bbef5b44b4aa1b56f3486f6b89 Mon Sep 17 00:00:00 2001 From: Mirco Cotugno Date: Mon, 6 May 2019 13:07:19 +0200 Subject: [PATCH] remove LandingForm component and added a simple row with a mailTo button --- src/components/all.sass | 2 +- src/templates/index-page.js | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/components/all.sass b/src/components/all.sass index bec0940..7a2d39c 100644 --- a/src/components/all.sass +++ b/src/components/all.sass @@ -161,7 +161,7 @@ $menu-label-color: $white-ter // form .section--form - min-height: 50vh + // min-height: 50vh background: linear-gradient(45deg, rgba(243,84,76,1)0,rgba(224,70,88,1) 100%) .form diff --git a/src/templates/index-page.js b/src/templates/index-page.js index a4b7223..fa96af5 100644 --- a/src/templates/index-page.js +++ b/src/templates/index-page.js @@ -6,7 +6,7 @@ import { graphql } from 'gatsby' import Layout from '../components/Layout' import Features from '../components/Features' import Carousel from '../components/Carousel' -import LandingForm from '../components/LandingForm' +// import LandingForm from '../components/LandingForm' // import BlogRoll from '../components/BlogRoll' export const IndexPageTemplate = ({ @@ -95,7 +95,27 @@ export const IndexPageTemplate = ({ - +
+
+
+

+ Prendiamoci un caffè +

+

+ Mettiti in contatto con il nostro team per scoprire quanto + Local Impact + può essere rilevante per i tuoi punti vendita e per il tuo business. +

+ + Contattaci + +
+
+
) //