diff --git a/frontend/src/components/Layout/Footer.jsx b/frontend/src/components/Layout/Footer.jsx index e39bb6a2e..9b08b866e 100644 --- a/frontend/src/components/Layout/Footer.jsx +++ b/frontend/src/components/Layout/Footer.jsx @@ -2,6 +2,12 @@ import { Link } from 'react-router-dom'; import { Github, ArrowRight, Database } from 'lucide-react'; import { ADMIN_EMAIL } from '../../config'; +/** + * Renders the site footer with branding, product/connect navigation, a newsletter input, social links, legal text, and a large decorative background wordmark. + * + * The component is presentational and includes responsive styles for desktop and mobile layouts. + * @returns {JSX.Element} The footer element containing the footer layout and embedded styles. + */ export default function Footer() { return (