import React from "react"; import "./about.style.scss"; import Rocket from "../../assets/images/main/about-us/rocket.png"; import { Swiper, SwiperSlide } from "swiper/react"; import "swiper/css"; const About = () => { return (
You have some great ideas in mind?

Working more than 6 years in creative development industry we are sure that we can realize any difficulty project

console.log("slide change")} onSwiper={(swiper) => console.log(swiper)} className={'stats'} >

30+

Completed projects

400+

Web Pages created

6+

Years experiance

30+

Completed projects

400+

Web Pages created

6+

Years experiance

); }; export default About;