diff --git a/project-app/components/ImageGallery/ImageGallery.jsx b/project-app/components/ImageGallery/ImageGallery.jsx
index e69de29..038c02d 100644
--- a/project-app/components/ImageGallery/ImageGallery.jsx
+++ b/project-app/components/ImageGallery/ImageGallery.jsx
@@ -0,0 +1,24 @@
+import { Carousel } from 'antd';
+import React from 'react';
+import Style from './ImageGallery.module.css'
+
+const ImageGallery = () => (
+
+
+
+

+
+
+

+
+
+

+
+
+

+
+
+
+);
+
+export default ImageGallery;
\ No newline at end of file
diff --git a/project-app/components/ImageGallery/ImageGallery.module.css b/project-app/components/ImageGallery/ImageGallery.module.css
new file mode 100644
index 0000000..b5d798f
--- /dev/null
+++ b/project-app/components/ImageGallery/ImageGallery.module.css
@@ -0,0 +1,25 @@
+.imageContainer {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding-bottom: 20px;
+ background-color: #006C72;
+
+}
+
+.Carousel {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 350px;
+ width: 500px;
+ margin:50px 0px 100px 0px;
+ filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
+}
+
+.imageCSS {
+ border-radius: 25px;
+ height: 350px;
+ width: 500px;
+
+}
\ No newline at end of file
diff --git a/project-app/components/Landing/NavButton/NavButton.jsx b/project-app/components/Landing/NavButton/NavButton.jsx
index 8364f6c..d92f46d 100644
--- a/project-app/components/Landing/NavButton/NavButton.jsx
+++ b/project-app/components/Landing/NavButton/NavButton.jsx
@@ -4,7 +4,7 @@ import React from "react";
function NavButton( {buttonText}) {
return (
-