diff --git a/src/app/components/groupPhotoSection/groupPhotoSection.module.css b/src/app/components/groupPhotoSection/groupPhotoSection.module.css
new file mode 100644
index 0000000..09f2272
--- /dev/null
+++ b/src/app/components/groupPhotoSection/groupPhotoSection.module.css
@@ -0,0 +1,18 @@
+@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
+
+.groupPhotoSection {
+ background-color: #3c3db9;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 2em 1.5em;
+}
+
+.groupPhotoImg {
+ border: #eeeeee 5px solid;
+ width: 100%;
+ height: auto;
+ justify-content: center;
+ align-items: center;
+ border-radius: 10px;
+}
diff --git a/src/app/components/groupPhotoSection/groupPhotoSection.test.js b/src/app/components/groupPhotoSection/groupPhotoSection.test.js
new file mode 100644
index 0000000..2c4733c
--- /dev/null
+++ b/src/app/components/groupPhotoSection/groupPhotoSection.test.js
@@ -0,0 +1,14 @@
+import React from 'react'; // Import React
+import { render, screen } from '@testing-library/react';
+import GroupPhotoSection from './heroSection';
+
+describe('GroupPhotoSection component', () => {
+ const labelMap = {
+ lblHero: "You don't have to code alone.",
+ };
+ test('renders the component', () => {
+ render(