fix: navigate next13.x upgrade
This commit is contained in:
parent
f2029bf4a1
commit
5a7a14da50
23 changed files with 7959 additions and 101 deletions
|
@ -1,6 +1,6 @@
|
|||
import Image from '@/components/Image'
|
||||
import headerNavLinks from '@/data/headerNavLinks'
|
||||
import Link from './Link'
|
||||
import Link from 'next/link'
|
||||
import SectionContainer from './SectionContainer'
|
||||
import Footer from './Footer'
|
||||
import MobileNav from './MobileNav'
|
||||
|
@ -17,8 +17,8 @@ const LayoutWrapper = ({ children }: Props) => {
|
|||
<Image
|
||||
src="/static/images/header-banner.jpg"
|
||||
alt="header banner"
|
||||
width="1500px"
|
||||
height="600px"
|
||||
width="1500"
|
||||
height="600"
|
||||
/>
|
||||
</Link>
|
||||
<div className="flex h-screen flex-col justify-between">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue