diff --git a/web/src/components/landing/FooterSection.tsx b/web/src/components/landing/FooterSection.tsx index d29a1a3e..b41f9fdb 100644 --- a/web/src/components/landing/FooterSection.tsx +++ b/web/src/components/landing/FooterSection.tsx @@ -5,35 +5,52 @@ export default function FooterSection() { const { language } = useLanguage() return ( ) } -