diff --git a/package.json b/package.json index cd3fba5..6142576 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ }, "bugs": { "url": "https://github.com/quack-ai/quack-ai.github.io/issues", - "email": "support@quack-ai.com" + "email": "support@quackai.com" }, "homepage": "https://quackai.com", "scripts": { - "dev": "next dev", + "dev": "next dev --turbo", "build": "next build", "start": "next start", "lint": "next lint --ext .tsx", diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a24014f..dddfb16 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,9 +4,10 @@ import { FaDiscord, FaGithub, FaTwitter } from "react-icons/fa"; import styles from "../styles/Footer.module.css"; const Footer: FC = () => { + const currentYear = new Date().getFullYear(); return (