diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 5ffc511..bdd1a84 100755 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -6,21 +6,20 @@ import ScrollReveal from "./ScrollReveal"; export default function Projects() { return ( -
+
{/* Section header */}
-
-

+

Projects

Selected work.

-

+

Broadcast facility design and systems integration for enterprise, sports, aerospace, and financial services clients.

@@ -28,16 +27,14 @@ export default function Projects() { {/* Project grid */} -
+
{projects.map((project, index) => ( - + {/* Thumbnail image */}
{project.title} - {/* Gradient overlay */} -
- {/* Hover tint */} -
- - {/* Category badge on image */} -
- - {project.category} - -
+ {/* Dark overlay for readability */} +
+ {/* Hover overlay */} +
{/* Content */} -
-
- +
+
+ + {project.category} + + | + {project.year}
-

+

{project.client}

-

+

{project.summary}

-
+
View Case Study - +