File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export default function Header() {
110110 < LanguageSelect />
111111 </ li >
112112 < li >
113- < Link href = "#aboutUs" > { t ( 'aboutUs' ) } </ Link >
113+ < Link href = "/ #aboutUs" > { t ( 'aboutUs' ) } </ Link >
114114 </ li >
115115 < li >
116116 < Link href = "/projects" > { t ( 'projects' ) } </ Link >
@@ -119,7 +119,7 @@ export default function Header() {
119119 < Link href = "/sculptures" > { t ( 'sculptures' ) } </ Link >
120120 </ li >
121121 < li >
122- < Link href = "#contact" > { t ( 'contact' ) } </ Link >
122+ < Link href = "/ #contact" > { t ( 'contact' ) } </ Link >
123123 </ li >
124124 </ ul >
125125 </ div >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function Footer() {
88 const t = useTranslations ( 'NavBar' )
99
1010 return (
11- < div >
11+ < footer id = "contact" >
1212 < div className = "relative flex flex-wrap items-center justify-center gap-x-5 px-2 my-20 bg-vector-black" >
1313 < p className = "border-vector-orange border-b-1 xs:border-b-0 xs:border-r-1 py-2 xs:pr-5 text-2xl" >
1414 { t ( 'contact' ) }
@@ -25,6 +25,6 @@ export default function Footer() {
2525 < Image alt = "vector: Interior Design" className = "h-full" src = { logoWhite } />
2626 </ button >
2727 </ div >
28- </ div >
28+ </ footer >
2929 )
3030}
You can’t perform that action at this time.
0 commit comments