feat: add Navbar, Footer, and LanguageSwitcher layout components

Install framer-motion and create shared layout components with i18n
support. Update locale layout to include fixed navbar, flex-col body,
and footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-22 03:58:03 +00:00
parent bd222376bd
commit dfda08085b
6 changed files with 96 additions and 2 deletions

1
package-lock.json generated
View File

@@ -37,6 +37,7 @@
"version": "0.1.0",
"dependencies": {
"@afterlife/shared": "*",
"framer-motion": "^12.34.3",
"next": "^15",
"next-intl": "^4.8.3",
"react": "^19",