feat: add Sponsor Us link to footer quick links section
- 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 <noreply@anthropic.com>
This commit is contained in:
@@ -123,6 +123,18 @@ export function Footer() {
|
|||||||
>
|
>
|
||||||
{t('footer.quickLinks.home')}
|
{t('footer.quickLinks.home')}
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button
|
||||||
|
color="inherit"
|
||||||
|
sx={{
|
||||||
|
justifyContent: 'flex-start',
|
||||||
|
p: 0,
|
||||||
|
fontWeight: 600,
|
||||||
|
color: 'secondary.main'
|
||||||
|
}}
|
||||||
|
onClick={() => router.push(`/${locale}`)}
|
||||||
|
>
|
||||||
|
{t('footer.quickLinks.sponsor')}
|
||||||
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
color="inherit"
|
color="inherit"
|
||||||
sx={{ justifyContent: 'flex-start', p: 0 }}
|
sx={{ justifyContent: 'flex-start', p: 0 }}
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
"quickLinks": {
|
"quickLinks": {
|
||||||
"title": "Quick Links",
|
"title": "Quick Links",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
|
"sponsor": "Sponsor Us",
|
||||||
"about": "About",
|
"about": "About",
|
||||||
"blog": "Blog",
|
"blog": "Blog",
|
||||||
"contact": "Contact",
|
"contact": "Contact",
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
"quickLinks": {
|
"quickLinks": {
|
||||||
"title": "Enlaces Rápidos",
|
"title": "Enlaces Rápidos",
|
||||||
"home": "Inicio",
|
"home": "Inicio",
|
||||||
|
"sponsor": "Patrocínanos",
|
||||||
"about": "Acerca de",
|
"about": "Acerca de",
|
||||||
"blog": "Blog",
|
"blog": "Blog",
|
||||||
"contact": "Contacto",
|
"contact": "Contacto",
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
"quickLinks": {
|
"quickLinks": {
|
||||||
"title": "Link Rapidi",
|
"title": "Link Rapidi",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
|
"sponsor": "Sostienici",
|
||||||
"about": "Chi Siamo",
|
"about": "Chi Siamo",
|
||||||
"blog": "Blog",
|
"blog": "Blog",
|
||||||
"contact": "Contatti",
|
"contact": "Contatti",
|
||||||
|
|||||||
@@ -178,6 +178,7 @@
|
|||||||
"quickLinks": {
|
"quickLinks": {
|
||||||
"title": "Linkuri Rapide",
|
"title": "Linkuri Rapide",
|
||||||
"home": "Acasă",
|
"home": "Acasă",
|
||||||
|
"sponsor": "Sprijină-ne",
|
||||||
"about": "Despre",
|
"about": "Despre",
|
||||||
"blog": "Blog",
|
"blog": "Blog",
|
||||||
"contact": "Contact",
|
"contact": "Contact",
|
||||||
|
|||||||
Reference in New Issue
Block a user