File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function ContactUs() {
2020 if ( ! screenWidth ) return null ;
2121
2222 return (
23- < section id = "contact-us" >
23+ < section id = "contact-us" className = "min-h-screen bg-white pb-20" >
2424 < h2 className = "font-montserrat text-base uppercase w-fit mx-auto py-5" >
2525 Contact us
2626 </ h2 >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import Image from 'next/image';
33import logo from '../../public/reactdevske.svg' ;
44import Events from '../components/Events/Events' ;
55import AboutUs from '../components/about-us/about-us' ;
6+ import ContactUs from '../components/ContactUs' ;
67
78export default function Home ( ) {
89 return (
@@ -54,6 +55,7 @@ export default function Home() {
5455 < AboutUs />
5556 </ div >
5657 < Events />
58+ < ContactUs />
5759 </ main >
5860 </ div >
5961 ) ;
You can’t perform that action at this time.
0 commit comments