Features
- Multi-column responsive layout
- Social media icon links
- Logo with dark/light mode variants
- Multiple navigation sections
- Decorative SVG backgrounds
- Copyright/credit section
- Full dark mode support
- Hover effects on links
Basic Usage
Footer Structure
The footer is organized into several sections:- Brand Section: Logo, description, and social media icons
- Useful Links: Quick links to important pages
- Terms: Legal and policy links
- Support: Help and contact links
- Copyright: Bottom bar with credits
Customization
Updating Company Description
Edit the description text in the brand section:src/components/Footer/index.tsx
Social Media Links
The footer includes icons for Facebook, Twitter (X), YouTube, and LinkedIn:href attributes with your own social media profiles:
Adding More Social Icons
To add Instagram:Navigation Columns
Useful Links Column
Customizing Navigation Links
Add, remove, or modify links in each column:Column Widths
The footer uses responsive column widths:Copyright Section
Update the copyright/credit text:src/components/Footer/index.tsx
Decorative Elements
The footer includes two SVG decorative elements:Top Right Circle
Bottom Left Shapes
<div> blocks.
Responsive Layout
- Mobile
- Tablet
- Desktop
- Single column layout
- Full width sections
- Stacked navigation columns
- Social icons in a row
Styling
Background and Spacing
- Light mode:
bg-white - Dark mode:
dark:bg-gray-dark - Top padding:
pt-16tolg:pt-24
Divider Line
A gradient divider separates content from copyright:Link Hover Effects
All links include smooth hover transitions:Advanced Customization
Adding a Newsletter Signup
Add a newsletter form to the footer:Custom Column Layout
Create a 4-column layout instead:Accessibility
- Social links include
aria-label="social-link" - External links use
rel="noopener noreferrer" - Semantic footer element
- Proper heading hierarchy (h2 for section titles)
- Keyboard navigable links
- Sufficient color contrast in both modes
SEO Considerations
- Use descriptive link text
- Include company description with relevant keywords
- Link to important pages from footer
- Add structured data for organization (optional enhancement)
Related Components
Header
Main navigation header with menu
Contact
Contact form for user inquiries