Skip to content

Commit 4cb822f

Browse files
fix: replace project card images with authentic app UI screenshots from blog articles
1 parent 3cd3b89 commit 4cb822f

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

469 KB
Loading
136 KB
Loading
507 KB
Loading
609 KB
Loading

src/data/projects.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const featuredProjects: Project[] = [
2424
description: "Text-to-Braille conversion web application built with Appwrite backend, Next.js frontend, and Web Speech API for accessibility.",
2525
articleUrl: "https://networkandcode.hashnode.dev/text-to-braille-webpp-with-appwrite-nextjs-and-web-speech-api",
2626
repoUrl: "https://github.com/networkandcode/brailleboard",
27-
image: "/images/projects/brailleboard_screenshot_1786124966684.jpg",
27+
image: "/images/projects/brailleboard_screenshot.jpg",
2828
techStack: ["Next.js", "Appwrite", "Web Speech API", "React"]
2929
},
3030
{
@@ -42,7 +42,7 @@ export const featuredProjects: Project[] = [
4242
description: "Full-stack notes application featuring instant search, dynamic tags, and cloud database persistence.",
4343
articleUrl: "https://dev.to/networkandcode/notes-app-with-nextjs-2l4g",
4444
repoUrl: "https://github.com/networkandcode/notes-app",
45-
image: "/images/projects/notes_app_screenshot_1786125224920.jpg",
45+
image: "/images/projects/notes_app_screenshot.png",
4646
techStack: ["Next.js", "Serverless", "React", "REST API"]
4747
},
4848
{
@@ -51,7 +51,7 @@ export const featuredProjects: Project[] = [
5151
description: "Comprehensive school administrative dashboard deployed on Linode cloud with student records, attendance, and role-based access.",
5252
articleUrl: "https://networkandcode.hashnode.dev/school-admin-app-with-nextjs-on-linode",
5353
repoUrl: "https://github.com/networkandcode/sms",
54-
image: "/images/projects/school_admin_screenshot_1786125016041.jpg",
54+
image: "/images/projects/school_admin_screenshot.jpg",
5555
techStack: ["Next.js", "TypeScript", "Linode Cloud", "Docker"]
5656
},
5757
{
@@ -60,7 +60,7 @@ export const featuredProjects: Project[] = [
6060
description: "E-commerce web application backed by HarperDB NoSQL/SQL database and Next.js frontend rendering.",
6161
articleUrl: "https://networkandcode.hashnode.dev/online-shop-with-nextjs-and-harperdb",
6262
repoUrl: "https://github.com/networkandcode/shop",
63-
image: "/images/projects/shop_app_screenshot_1786125244408.jpg",
63+
image: "/images/projects/shop_app_screenshot.jpg",
6464
techStack: ["Next.js", "HarperDB", "GraphQL", "React"]
6565
}
6666
];

0 commit comments

Comments
 (0)