diff --git a/app/header.tsx b/app/header.tsx
index 872f234..bbe2b43 100644
--- a/app/header.tsx
+++ b/app/header.tsx
@@ -7,7 +7,7 @@ export function Header() {
diff --git a/app/layout.tsx b/app/layout.tsx
index a43b540..c753c12 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -12,9 +12,9 @@ export const viewport: Viewport = {
}
export const metadata: Metadata = {
- title: 'Nim - Personal website template',
+ title: 'Brendan ODowd',
description:
- 'Nim is a free and open-source personal website template built with Next.js 15, React 19 and Motion-Primitives.',
+ 'Personal website for Brendan ODowd, focused on data and software engineering experience',
}
const geist = Geist({
diff --git a/app/page.tsx b/app/page.tsx
index 71b46cd..3803c57 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -43,7 +43,57 @@ type ProjectVideoProps = {
src: string
}
-function ProjectVideo({ src }: ProjectVideoProps) {
+// function ProjectVideo({ src }: ProjectVideoProps) {
+// return (
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+//
+// )
+// }
+
+type ProjectImageProps = {
+ src: string
+}
+
+function ProjectImage({ src }: ProjectImageProps) {
return (
-
-
-
- Focused on creating intuitive and performant web experiences.
- Bridging the gap between design and development.
+ Focused on developing reliable and performant data solutions.
+ Bridging the gap between software and data.
-
@@ -170,6 +216,35 @@ export default function Personal() {