diff --git a/components/MastHead.js b/components/MastHead.js index a483fab..ae88093 100644 --- a/components/MastHead.js +++ b/components/MastHead.js @@ -1,7 +1,5 @@ import React, { useState } from 'react'; import Link from "next/link" -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faBoxOpen, faBrain } from '@fortawesome/free-solid-svg-icons' import { motion } from "framer-motion" import Image from 'next/image'; @@ -40,17 +38,65 @@ export default function Home() { repeatDelay: 0, }} > - Large Language Model + Bubble + Large Language Model + - + + Eye + + + Hand + + +

AI for Humans.

diff --git a/public/images/bubble.svg b/public/images/bubble.svg new file mode 100644 index 0000000..74efc30 --- /dev/null +++ b/public/images/bubble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/eye.svg b/public/images/eye.svg new file mode 100644 index 0000000..7f0e692 --- /dev/null +++ b/public/images/eye.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/hand.svg b/public/images/hand.svg new file mode 100644 index 0000000..a039077 --- /dev/null +++ b/public/images/hand.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/images/new_masthead.svg b/public/images/new_masthead.svg new file mode 100644 index 0000000..ee2f442 --- /dev/null +++ b/public/images/new_masthead.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file