summaryrefslogtreecommitdiff
path: root/src/pages/index.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.jsx')
-rw-r--r--src/pages/index.jsx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 99f94ee1..1102cc1b 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -5,6 +5,7 @@ import MobileView from '@/core/components/views/MobileView'
import DesktopView from '@/core/components/views/DesktopView'
import { useRef } from 'react'
import { NextSeo } from 'next-seo'
+import Seo from '@/core/components/Seo'
const BasicLayout = dynamic(() => import('@/core/components/layouts/BasicLayout'))
@@ -35,18 +36,18 @@ export default function Home() {
return (
<BasicLayout>
- <NextSeo
+ <Seo
title='Indoteknik.com: B2B Industrial Supply & Solution'
description='Temukan pilihan produk B2B Industri &amp; Alat Teknik untuk Perusahaan, UMKM &amp; Pemerintah dengan lengkap, mudah dan transparan.'
- canonical={process.env.NEXT_PUBLIC_SELF_HOST}
additionalMetaTags={[
{
- property: 'keywords',
+ name: 'keywords',
content:
'indoteknik, indoteknik.com, toko teknik, toko perkakas, jual genset, jual fogging, jual krisbow, harga krisbow, harga alat safety, harga pompa air'
}
]}
/>
+
<DesktopView>
<div className='container mx-auto'>
<div className='flex h-[360px]' ref={wrapperRef} onLoad={handleOnLoad}>