feat: update dependencies

This commit is contained in:
Nazareno Oviedo
2022-04-04 12:38:33 -03:00
parent c5efb3d192
commit f6bc939ff4
3 changed files with 15 additions and 19 deletions
-4
View File
@@ -2,8 +2,6 @@ import { Meta } from '~/components/common/meta'
import { PageLayout } from '~/components/layout/page'
import Benefits from '~/components/sections/homepage/benefits'
import Hero from '~/components/sections/homepage/hero'
import SeenIn from '~/components/sections/homepage/seen-in'
import TrustedBy from '~/components/sections/homepage/trusted-by'
import WhatOthersSay from '~/components/sections/homepage/what-others-say'
import { Page } from './_app'
@@ -13,9 +11,7 @@ const HomePage: Page = () => {
<PageLayout>
<Meta />
<Hero />
<TrustedBy />
<Benefits />
<SeenIn />
<WhatOthersSay />
</PageLayout>
)