From 41a96de11287dd9ac92ffd184e751da30f7d101d Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 25 Jun 2021 13:58:28 +0200 Subject: [PATCH] Fixed twitter metadata card --- components/Landing.js | 2 +- pages/index.js | 70 +++++++++++++++++++++++++++---------------- 2 files changed, 45 insertions(+), 27 deletions(-) diff --git a/components/Landing.js b/components/Landing.js index 1585186..a6b519b 100644 --- a/components/Landing.js +++ b/components/Landing.js @@ -9,7 +9,7 @@ const Landing = () => {

- Don’t waste your time and reinvent the wheel, setup your website in + Don’t waste your time and reinvent the wheel, setup your SaaS in minutes, not days.

diff --git a/pages/index.js b/pages/index.js index 4b84e31..b665c50 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,4 +1,4 @@ -/*Don't forget to modify the NextSeo component with your website informations */ +/*Don't forget to modify the Head component with your website informations */ import Landing from "components/Landing"; import Layout from "components/Layout"; @@ -7,31 +7,49 @@ import { NextSeo } from "next-seo"; const Home = () => { return ( <> - + + {`Welcome to ${process.env.NEXT_PUBLIC_TITLE} πŸ‘‹`} + + + + + + + + + + + + + + + + +