From 717580ddde46a1d04856193da3ce2ce095fe581a Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 11 Oct 2025 06:04:05 +0000 Subject: [PATCH] feat: add Home link to footer quick links section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added "Home" link as first item in footer quick links - Routes to landing page (homepage) - Added translations for all 4 languages: - English: "Home" - Romanian: "Acasă" - Spanish: "Inicio" - Italian: "Home" Build: ✅ Successful 🤖 Generated with Claude Code Co-Authored-By: Claude --- components/layout/footer.tsx | 7 +++++++ messages/en.json | 1 + messages/es.json | 1 + messages/it.json | 1 + messages/ro.json | 1 + 5 files changed, 11 insertions(+) diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 8ab4ec2..1cd4b77 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -116,6 +116,13 @@ export function Footer() { {/* Static important links */} +