feat: Add TravelMate project page and restructure site with routing, including new Home, Policies, and Footer components.

This commit is contained in:
Van Leemput Dayron
2025-12-06 12:12:01 +01:00
parent 404e493aa8
commit 28a8dcd170
13 changed files with 704 additions and 63 deletions

View File

@@ -14,7 +14,8 @@
"framer-motion": "^12.23.24",
"lucide-react": "^0.553.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react-dom": "^19.2.0",
"react-router-dom": "^7.10.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",