src/components/footer/index.tsximport { Container } from '@/components/container'import { Gradient } from '@/components/gradient'import { Logo } from '@/components/logo'import Link from 'next/link'import { Icon } from '@/components/icon'import { Paragraph } from '@/components/paragraph'import { Heading } from '@/components/heading'import { DateTime } from 'luxon'import {socialLinks,leftColumn,rightColumn,description,copyrightName,WebMaster,} from './config'import type { FooterLink, SocialLink } from './config'function SocialLinks() {return (
Showing the first 20 lines.
Get full code