We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e0933 commit adc5b03Copy full SHA for adc5b03
src/components/ContactUs/ContactUs.tsx
@@ -1,5 +1,5 @@
1
import React, { useEffect, useState } from 'react';
2
-// import DesktopVersion from './DesktopVersion';
+import DesktopVersion from './DesktopVersion';
3
import MobileVersion from './MobileVersion';
4
import Footer from './Footer';
5
@@ -25,7 +25,7 @@ export default function ContactUs() {
25
<h2 className="font-montserrat text-lg uppercase w-fit mx-auto pt-5 font-semibold">
26
Contact us
27
</h2>
28
- {/* <DesktopVersion /> */}
+ <DesktopVersion />
29
<Footer/>
30
</section>
31
);
0 commit comments