diff --git a/src/web/src/components/footer/content.jsx b/src/web/src/components/footer/content.jsx index c10b0d5..465d49a 100644 --- a/src/web/src/components/footer/content.jsx +++ b/src/web/src/components/footer/content.jsx @@ -4,11 +4,11 @@ import Link from "next/link"; import { motion } from "framer-motion"; const Items = [ - { id: 0, href: "https://github.com/timmypidashev/web", label: "Source", color: "green" }, + { id: 0, href: "https://add-later", label: "Contact", color: "green" }, { id: 1, href: "https://github.com/timmypidashev", label: "Github", color: "yellow" }, { id: 3, href: "https://linkedin.com/in/timothy-pidashev-9055922a7", label: "Linkedin", color: "blue" }, { id: 4, href: "https://instagram.com/timmypidashev", label: "Instagram", color: "purple" }, - { id: 5, href: "https://null", label: "Contact", color: "aqua" }, + { id: 5, href: "https://github.com/timmypidashev/web", label: "Source", color: "aqua" }, ]; const ItemColors = { diff --git a/src/web/src/components/hero/content.jsx b/src/web/src/components/hero/content.jsx index 2652c31..7620b3c 100644 --- a/src/web/src/components/hero/content.jsx +++ b/src/web/src/components/hero/content.jsx @@ -34,25 +34,19 @@ function Content() { <>