Skip to main content

Footer

The Footer component is the main footer for the website.

Usage

import Footer from "@/components/website-layout/Footer";

function Layout({ children }) {
return (
<>
<main>{children}</main>
<Footer />
</>
);
}

Props

This component doesn't accept any props.

Functionality

  • Displays information about the indie maker
  • Provides links to the maker's social media profiles
  • Includes links to Terms of Service and Privacy Policy
  • Shows the copyright information

Customization

The component uses Tailwind CSS for styling. You can customize the appearance by modifying the CSS classes or updating the configuration in the config.ts file.