Started with new things for personalization

This commit is contained in:
cami 2021-05-27 04:19:22 +02:00
parent 9f7c8c18b4
commit 34724f88f3
9 changed files with 50 additions and 74 deletions

View file

@ -2,10 +2,10 @@ import React from "react";
import "../../App.css";
import Footer from "../../Footer";
export default function Services() {
export default function Ueber() {
return (
<>
<h1 className="services">SERVICES</h1>
<h2 className="about">Über das Projekt</h2>
<Footer />
</>
);