diff --git a/components/About/about.js b/components/About/about.js index 2ff1a3b1..02cf56f9 100644 --- a/components/About/about.js +++ b/components/About/about.js @@ -3,7 +3,7 @@ import React from 'react' import Heading from '../Typography/heading'; import Paragraph from '../Typography/paragraph'; import Button from '../Buttons/button'; - +import Image from 'next/image'; function About() { return (
@@ -36,8 +36,17 @@ function About() { > - - + +
diff --git a/public/img/Download_icon.png b/public/img/Download_icon.png new file mode 100644 index 00000000..33ca5a8d Binary files /dev/null and b/public/img/Download_icon.png differ diff --git a/public/pdf/conf-2024.pdf b/public/pdf/conf-2024.pdf new file mode 100644 index 00000000..81519786 Binary files /dev/null and b/public/pdf/conf-2024.pdf differ