feat: Update footer layout, add social media links, and improve styling

This commit is contained in:
mauro-balades
2024-09-02 18:15:03 +02:00
parent ec6783038f
commit 7071eed755
22 changed files with 71 additions and 81 deletions

View File

@@ -1,5 +1,4 @@
"use client"
import * as React from "react"
import Link from "next/link"
@@ -19,6 +18,7 @@ import { MobileNav } from "./mobile-nav"
import { HeartIcon } from "lucide-react"
import { HeartFilledIcon } from "@radix-ui/react-icons"
import { useTranslations } from "next-intl";
import { unstable_setRequestLocale } from "next-intl/server"
export const components: { titleKey: string; href: string; descriptionKey: string }[] = [
{
@@ -49,7 +49,6 @@ export const components: { titleKey: string; href: string; descriptionKey: strin
]
export function Navigation() {
const t = useTranslations('navigation');
const translatedComponents = components.map(component => ({