File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { useState } from 'react' ;
2
2
import Image from 'next/image' ;
3
- import Nav from '@/components/Nav' ;
3
+ import Nav from '@/components/layout/ Nav' ;
4
4
import Container from '@/components/containers/Container' ;
5
5
import styles from '@/styles/Hero.module.scss' ;
6
6
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import RevealContentContainer from '@/components/containers/RevealContentContainer' ;
2
- import Title from '@/components/Title' ;
2
+ import Title from '@/components/snippets/ Title' ;
3
3
import TwoColumn from '@/components/containers/TwoColumn' ;
4
4
import { white , primary } from '@/styles/TwoColumn.module.scss' ;
5
5
import Container from '@/components/containers/Container' ;
6
6
7
-
8
7
export default function AboutUs ( ) {
9
8
return (
10
9
< div className = 'about-us' >
You can’t perform that action at this time.
0 commit comments