From c4be60e3873cb928daea486c092d225bc23b16d1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 11 Oct 2025 07:28:54 +0000 Subject: [PATCH] feat: add Sponsor Us link to footer quick links section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add highlighted "Sponsor Us" button in footer Quick Links - Style with bold font (fontWeight 600) and yellow color (secondary.main) - Add translations for all 4 languages: - English: "Sponsor Us" - Romanian: "Sprijină-ne" - Spanish: "Patrocínanos" - Italian: "Sostienici" - Both Home and Sponsor Us links route to landing page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/layout/footer.tsx | 12 ++++++++++++ messages/en.json | 1 + messages/es.json | 1 + messages/it.json | 1 + messages/ro.json | 1 + 5 files changed, 16 insertions(+) diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 1cd4b77..dc543d5 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -123,6 +123,18 @@ export function Footer() { > {t('footer.quickLinks.home')} +