import React from 'react'; import { Link } from 'gatsby'; import aboutData from 'data/App/about.json'; const About = () => { return (
About Our Company

We are the perfect
Integration and IT solutions Agency of Popular Apps

Notero intergrate with popular apps. Help you easy to connect and collaboration

{ aboutData.integrations.map((item, index) => (
)) }
Notero - Easy Notes App

The Notero For Creatives

Stay focused and productive with a clean and clutter-free note
space. The flexible ways to organize your notes: hashtags, nested notebooks, pinning notes to the top of the note list, etc

    { aboutData.features.map((feature, index) => (
  • { feature.title }
  • )) }
Free Register
) } export default About