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 a3e8d86 commit a78ce1fCopy full SHA for a78ce1f
pages/contact.js
@@ -1,6 +1,6 @@
1
import { useState } from 'react';
2
import ContactUsFormSubscribe from '@/components/ContactUs';
3
-import Index from '@/components/ContactUs/ContactUsCards';
+import ContactUsCards from '@/components/ContactUs/ContactUsCards';
4
import S from '@/styles/pages/contactStyles';
5
6
export default function ContactUs() {
@@ -23,7 +23,7 @@ export default function ContactUs() {
23
</S.ResponseMessage>
24
</S.FormAndDecorations>
25
</S.ContactUsContainer>
26
- <Index />
+ <ContactUsCards />
27
</>
28
);
29
}
0 commit comments