File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import "./.next/dev/ types/routes.d.ts" ;
3+ import "./.next/types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default async function LocaleLayout({
7575 < head >
7676 < link rel = "icon" href = "/icons/favicon.ico" />
7777 </ head >
78- < body className = { montserrat . className } suppressHydrationWarning >
78+ < body className = { ` ${ montserrat . className } bg-blue` } suppressHydrationWarning >
7979 < NextIntlClientProvider messages = { messages } >
8080 < div id = "top" className = "relative overflow-x-clip bg-gray" >
8181 < Navbar locale = { locale } />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function HeroSection() {
1414 < div className = "bg-blue h-full w-full 2xl:block hidden" > </ div >
1515 < div className = "w-full 2xl:shrink-0" >
1616 < Image
17- className = "hidden w-full mt-3 xl:mt-0 lg:block"
17+ className = "hidden w-full xl:mt-0 lg:block"
1818 src = "/illustrations/home-bg-2.svg"
1919 alt = "Hero background"
2020 width = { 2000 }
You can’t perform that action at this time.
0 commit comments