diff --git a/public/img/directory_banner.png b/public/img/directory_banner.png
new file mode 100644
index 00000000..bb8a1eea
Binary files /dev/null and b/public/img/directory_banner.png differ
diff --git a/public/img/ideation_banner.png b/public/img/ideation_banner.png
index 2a4e5889..337b23bb 100644
Binary files a/public/img/ideation_banner.png and b/public/img/ideation_banner.png differ
diff --git a/public/img/tech_stack_banner.png b/public/img/tech_stack_banner.png
new file mode 100644
index 00000000..8c637cef
Binary files /dev/null and b/public/img/tech_stack_banner.png differ
diff --git a/src/app/directory/components/TeamTable.tsx b/src/app/directory/components/TeamTable.tsx
index e6a71f7e..6f6cd17a 100644
--- a/src/app/directory/components/TeamTable.tsx
+++ b/src/app/directory/components/TeamTable.tsx
@@ -6,7 +6,7 @@ const currentUserId = "1";
function TeamTable() {
return (
-
+
diff --git a/src/app/directory/page.tsx b/src/app/directory/page.tsx
index 6b69d371..47471041 100644
--- a/src/app/directory/page.tsx
+++ b/src/app/directory/page.tsx
@@ -1,7 +1,18 @@
import { TeamTable } from ".";
+import { Banner } from "@/components";
function DirectoryPage() {
- return ;
+ return (
+ <>
+
+ ;
+ >
+ );
}
export default DirectoryPage;
diff --git a/src/app/ideation/components/CreateIdeationContainer.tsx b/src/app/ideation/components/CreateIdeationContainer.tsx
index b999be75..92550389 100644
--- a/src/app/ideation/components/CreateIdeationContainer.tsx
+++ b/src/app/ideation/components/CreateIdeationContainer.tsx
@@ -3,7 +3,7 @@ import { Button } from "@/components";
function CreateIdeationContainer() {
return (
-
+
diff --git a/src/app/ideation/components/IdeationContainer.tsx b/src/app/ideation/components/IdeationContainer.tsx
index 33a63a54..d065f8e9 100644
--- a/src/app/ideation/components/IdeationContainer.tsx
+++ b/src/app/ideation/components/IdeationContainer.tsx
@@ -10,7 +10,7 @@ function IdeationContainer({
contributed_by,
}: Ideation) {
return (
-
+
{title}
diff --git a/src/app/ideation/page.tsx b/src/app/ideation/page.tsx
index 2840478f..356a7400 100644
--- a/src/app/ideation/page.tsx
+++ b/src/app/ideation/page.tsx
@@ -3,7 +3,7 @@ import { Banner } from "@/components";
function IdeationPage() {
return (
-
+ <>
))}
-
+ >
);
}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index fc3d2073..7147792c 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -38,7 +38,7 @@ export default function RootLayout({
-
+
{children}
diff --git a/src/app/tech-stack/components/TechStackContainer.module.css b/src/app/tech-stack/components/TechStackContainer.module.css
deleted file mode 100644
index 61221827..00000000
--- a/src/app/tech-stack/components/TechStackContainer.module.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.tech-container-width {
- max-width: 85.5625rem;
-}
\ No newline at end of file
diff --git a/src/app/tech-stack/components/TechStackContainer.tsx b/src/app/tech-stack/components/TechStackContainer.tsx
index 82d57b2d..84acd905 100644
--- a/src/app/tech-stack/components/TechStackContainer.tsx
+++ b/src/app/tech-stack/components/TechStackContainer.tsx
@@ -1,4 +1,3 @@
-import styles from "./TechStackContainer.module.css";
import { TechStackCard, techStack } from ".";
export default function TechStackContainer() {
@@ -12,9 +11,7 @@ export default function TechStackContainer() {
}
}
return (
-
+
{Object.keys(techStack).map((cardType, index) => (
;
+ return (
+ <>
+
+ ;
+ >
+ );
}
diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx
index 3d03615d..24664289 100644
--- a/src/components/Banner.tsx
+++ b/src/components/Banner.tsx
@@ -9,8 +9,8 @@ interface BannerProps {
function Banner({ image, alt, title, description }: BannerProps) {
return (
-