import * as React from 'react'; import Layout from '@/components/layout/Layout'; import ArrowLink from '@/components/links/ArrowLink'; import ButtonLink from '@/components/links/ButtonLink'; import UnderlineLink from '@/components/links/UnderlineLink'; import UnstyledLink from '@/components/links/UnstyledLink'; import Seo from '@/components/Seo'; /** * SVGR Support * Caveat: No React Props Type. * * You can override the next-env if the type is important to you * @see https://stackoverflow.com/questions/68103844/how-to-override-next-js-svg-module-declaration */ import Vercel from '~/svg/Vercel.svg'; // !STARTERCONF -> Select !STARTERCONF and CMD + SHIFT + F // Before you begin editing, follow all comments with `STARTERCONF`, // to customize the default configuration. export default function DepHomePage() { return ( {/* */}

Next.js + Tailwind CSS + TypeScript Starter

A starter for Next.js, Tailwind CSS, and TypeScript with Absolute Import, Seo, Link component, pre-configured with Husky{' '}

See the repository

See all components {/* eslint-disable-next-line @next/next/no-img-element */} Deploy with Vercel
); }