Skip to content

Commit

Permalink
Add meta component
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Mar 31, 2021
1 parent b73adde commit 6126109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/Base.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import React from 'react';

import { Meta } from '../layout/Meta';
import { Config } from '../utils/Config';
import { Banner } from './Banner';
import { Footer } from './Footer';
import { Hero } from './Hero';
import { VerticalFeatures } from './VerticalFeatures';

const Base = () => (
<div className="antialiased text-gray-600">
<Meta title={Config.title} description={Config.description} />
<Hero />
<VerticalFeatures />
<Banner />
Expand Down

0 comments on commit 6126109

Please sign in to comment.