File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function ContactUs() {
2222
2323 return (
2424 < section id = "contact-us" className = "bg-[#0096c7] pb-0" >
25- < h2 className = "font-montserrat text-base uppercase w-fit mx-auto py-5 " >
25+ < h2 className = "font-montserrat text-lg uppercase w-fit mx-auto pt-5 font-semibold " >
2626 Contact us
2727 </ h2 >
2828 < DesktopVersion />
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default function DesktopVersion() {
3232 < h1 className = "hidden lg:block font-montserrat text-[32px] font-[900] w-fit mx-auto py-4" >
3333 Have an interesting idea we should discuss?
3434 </ h1 >
35- < div className = "max-w-[800px] mx-auto pt-[74px ] pb-[46px] rounded-[10px]" >
35+ < div className = "max-w-[800px] mx-auto pt-[36px ] pb-[46px] rounded-[10px]" >
3636 < form className = "mx-auto w-3/4" onSubmit = { handleSubmit } >
3737 < label
3838 htmlFor = "name"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import LinkButton from '../LinkButton/LinkButton';
55export default function HeroHeader ( ) {
66 return (
77 < div
8- className = "relative bg-cover bg-center bg-no-repeat min-h-[fit] "
8+ className = "relative bg-cover bg-center bg-no-repeat"
99 style = { {
1010 backgroundImage : `url('/images/hero-image.jpg')` ,
1111 backgroundColor : '#160c0c' ,
You can’t perform that action at this time.
0 commit comments