diff --git a/components/RootLayout.tsx b/components/RootLayout.tsx index 5344e4c..b98326c 100644 --- a/components/RootLayout.tsx +++ b/components/RootLayout.tsx @@ -1,4 +1,5 @@ import React, { useState } from 'react'; +import type { Metadata } from 'next'; import { Inter } from 'next/font/google'; import Navbar from './Navbar'; import NavbarMenu from './NavbarMenu'; diff --git a/pages/index.tsx b/pages/index.tsx index 57587a9..a242842 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -535,6 +535,7 @@ export default function Home() { Kevin Kwan | Home +