diff --git a/src/pages/Home/Home.jsx b/src/pages/Home/Home.jsx index ea1d8c4..91df081 100644 --- a/src/pages/Home/Home.jsx +++ b/src/pages/Home/Home.jsx @@ -1,5 +1,36 @@ -const Home = () => { - return (

Startseite

) -} +import './styles.sass'; +import SocialBackground from '@/assets/SocialBackground.svg'; +import {faInstagram, faTwitter, faYoutube} from "@fortawesome/free-brands-svg-icons"; +import SocialLink from "@/pages/Home/components/SocialLink/index.js"; +import Kratos from "@/assets/services/Kratos.png"; +import Garry from "@/assets/services/Garry.png"; +import Tim from "@/assets/services/Tim.png"; +import Polly from "@/assets/services/Polly.png"; +import ReactTyped from "react-typed"; + +const words = ["unique", "stand out", "global", "safer", "better", "custom"]; + +const Home = () => ( +
+
+

It's time to make your server

+
+ Kratos + Garry Giveaway + Tim Ticket + Polly +
+
+
+ Socials +
+ + + +
+
+
+) export default Home; \ No newline at end of file