diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e324da4..5fa2f6b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import { Box, Container, Flex, Link, Section } from "@radix-ui/themes"; +import { Box, Container, Flex, Heading, Link, Section } from "@radix-ui/themes"; import { useTranslations } from "next-intl"; export default function Footer() { @@ -7,22 +7,42 @@ export default function Footer() { return (