File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
components/ContactUs/ContactUsCards Expand file tree Collapse file tree 3 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- import { ContactCardsColumns } from '../containers/CardColumns/ContactCardsColumns' ;
2
- import RevealContentContainer from '../containers/RevealContentContainer' ;
1
+ import { ContactCardsColumns } from '../../ containers/CardColumns/ContactCardsColumns' ;
2
+ import RevealContentContainer from '../../ containers/RevealContentContainer' ;
3
3
import styles from './ContactUsCards.module.scss' ;
4
4
5
5
const cards = [
@@ -30,7 +30,7 @@ const cards = [
30
30
} ,
31
31
] ;
32
32
33
- export default function ContactUsCards ( ) {
33
+ export default function Index ( ) {
34
34
return (
35
35
< article className = { styles . contactCards } >
36
36
< RevealContentContainer >
Original file line number Diff line number Diff line change 1
1
import { useState } from 'react' ;
2
2
import ContactUsFormSubscribe from '@/components/ContactUs' ;
3
- import ContactUsCards from '@/components/ContactUs/ContactUsCards' ;
3
+ import Index from '@/components/ContactUs/ContactUsCards' ;
4
4
import S from '@/styles/pages/contactStyles' ;
5
5
6
6
export default function ContactUs ( ) {
@@ -23,7 +23,7 @@ export default function ContactUs() {
23
23
</ S . ResponseMessage >
24
24
</ S . FormAndDecorations >
25
25
</ S . ContactUsContainer >
26
- < ContactUsCards />
26
+ < Index />
27
27
</ >
28
28
) ;
29
29
}
You can’t perform that action at this time.
0 commit comments