1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import { Project } from '@/types';
export const projects: Project[] = [
project_1.ts
constproject={
name: "LinkProfile.co",
desc: "A link-in-bio service for creators and professionals to share multiple links with a single URL. Build your personal landing page in minutes.",
};
project_2.ts
constproject={
name: "Preciosa Detalhes",
desc: "Avatar customization web app for wedding invitations. Create personalized flower girl invitation cards with customizable features like skin, hair, clothes, and accessories.",
};
project_3.ts
constproject={
name: "SweetDuo.ie",
desc: "Website for SweetDuo, showcasing their products and services with a modern, responsive design.",
};
];
// More projects coming soon...
/**
* Projects Directory
* A collection of web applications I've built
*/