Skip to content

Commit

Permalink
Merge pull request #36 from Boyadjie/landing-footer
Browse files Browse the repository at this point in the history
feat(landingPage): footer
  • Loading branch information
sologames7 authored Feb 25, 2024
2 parents 88e26c7 + f09bb6f commit 0b823bd
Show file tree
Hide file tree
Showing 10 changed files with 603 additions and 389 deletions.
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {Footer} from '../src/components/landing/footer/Footer';
import {Header} from '../src/components/landing/header/Header';
import {Story} from '../src/components/landing/story/Story';
import styles from './page.module.css';
Expand All @@ -9,6 +10,7 @@ export default function Home() {
<main className={styles.main}>
<Story />
</main>
<Footer />
</>
);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-import": "2.25.2",
"husky": "8.0.3",
"jest-environment-jsdom": "29.5.0",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-nested": "6.0.1",
"prettier": "3.0.3",
"typescript": "5.0.4"
Expand Down
Loading

0 comments on commit 0b823bd

Please sign in to comment.