mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-14 17:36:49 +02:00
Update meta description on home page
This commit is contained in:
parent
ec97673546
commit
cb8b94362e
2 changed files with 8 additions and 5 deletions
|
@ -1,14 +1,18 @@
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import PageLayout from "../page-layout";
|
import PageLayout from "./page-layout";
|
||||||
import Bonus from "./bonus";
|
import Bonus from "./home/bonus";
|
||||||
import Features from "./features";
|
import Features from "./home/features";
|
||||||
import Hero from "./hero";
|
import Hero from "./home/hero";
|
||||||
|
|
||||||
const Home: React.VoidFunctionComponent = () => {
|
const Home: React.VoidFunctionComponent = () => {
|
||||||
return (
|
return (
|
||||||
<PageLayout>
|
<PageLayout>
|
||||||
<Head>
|
<Head>
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Create polls and vote to find the best day or time. A free alternative to Doodle."
|
||||||
|
/>
|
||||||
<title>Rallly - Schedule group meetings</title>
|
<title>Rallly - Schedule group meetings</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Hero />
|
<Hero />
|
|
@ -1 +0,0 @@
|
||||||
export { default } from './home';
|
|
Loading…
Add table
Add a link
Reference in a new issue