wip basic page

This commit is contained in:
Niklas 2025-06-26 18:31:49 +02:00 committed by Luisa Bellitto
parent 5aa2463064
commit ab9fa907ef
3 changed files with 79 additions and 42 deletions

View file

@ -0,0 +1,12 @@
function AboutUs() {
return (
<div className="body mainbox">
<div className="test"> <img style={{height: "200vh"}} src='/assets/icons/feather_black.svg' alt="featherIcon" /> </div>
</div>
);
}
export default AboutUs;