fix: update project repository URLs to point to Gitea

This commit is contained in:
2025-08-29 13:21:06 -03:00
parent 5b1bdc3a51
commit 00979714ec
2 changed files with 3 additions and 3 deletions

View File

@@ -4,9 +4,9 @@ import ProjectCard from '../ProjectCard';
import { motion } from 'framer-motion';
const projectsData = [
{ id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://github.com/joaonloureiro/portfolio-app" },
{ id: 1, tech: ["Next.js", "Tailwind CSS", "TypeScript", "Framer Motion"], imageUrl: "/Portfolio.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/portfolio-app" },
{ id: 2, tech: ["Traefik", "Docker", "Linux", "Homelab"], imageUrl: "/ProxmoxServer.png" },
{ id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://github.com/joaonloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" }
{ id: 3, tech: ["React", "TypeScript", "Styled-Components"], imageUrl: "/Happy.png", repoUrl: "https://gitea.joaoloureiro.dev.br/joaoloureiro/happy-app", liveUrl: "https://happy.joaoloureiro.dev.br/" }
];
const containerVariants = {