);
};
\ No newline at end of file
diff --git a/components/ui/ProjectCard.tsx b/components/ui/ProjectCard.tsx
index a4ce3d3..43e870e 100644
--- a/components/ui/ProjectCard.tsx
+++ b/components/ui/ProjectCard.tsx
@@ -11,10 +11,10 @@ type props = {
export const ProjectCard = ({ project, locale, isTheLast = false }: props) => {
return (
-
-
+
+
-
+
{/* Date label */}
@@ -23,14 +23,12 @@ export const ProjectCard = ({ project, locale, isTheLast = false }: props) => {
{/* Left image */}
-
- {project.preview1 ? (
-

- ) : null}
+
+
{/* Right content */}
@@ -57,7 +55,7 @@ export const ProjectCard = ({ project, locale, isTheLast = false }: props) => {
- {isTheLast &&
}
+ {isTheLast &&
}
);
};
diff --git a/content/projects/GGCG.mdx b/content/projects/GGCG.mdx
index 581a73d..6773ced 100644
--- a/content/projects/GGCG.mdx
+++ b/content/projects/GGCG.mdx
@@ -42,4 +42,4 @@ featured: true
]}
/>
-
+
diff --git a/content/projects/MGDev.mdx b/content/projects/MGDev.mdx
index 6804b67..5cfd208 100644
--- a/content/projects/MGDev.mdx
+++ b/content/projects/MGDev.mdx
@@ -49,4 +49,4 @@ featured: true
]}
/>
-
+
diff --git a/content/projects/Threadbase.mdx b/content/projects/Threadbase.mdx
index a7acc51..e588d3a 100644
--- a/content/projects/Threadbase.mdx
+++ b/content/projects/Threadbase.mdx
@@ -18,7 +18,6 @@ technologies:
cover: "/images/projects/threadbase/cover.png"
preview1: "/images/projects/threadbase/preview-1.png"
preview2: "/images/projects/threadbase/preview-2.png"
-website: "https://evereast-solutions.com"
featured: true
---
@@ -46,4 +45,4 @@ featured: true
]}
/>
-
+
diff --git a/lib/projects/types.ts b/lib/projects/types.ts
index 94860f3..799076e 100644
--- a/lib/projects/types.ts
+++ b/lib/projects/types.ts
@@ -6,6 +6,7 @@ export type ProjectFrontmatter = {
client: string;
roles: string[];
technologies: string[];
+ cover?: string;
preview1?: string;
preview2?: string;
website?: string;