diff --git a/src/components/About.jsx b/src/components/About.jsx index 27e4f272..0dea4d63 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -1,16 +1,16 @@ -import React from "react"; -import Tilt from "react-tilt"; -import { motion } from "framer-motion"; +import React from 'react' +import Tilt from 'react-tilt' +import { motion } from 'framer-motion' -import { styles } from "../styles"; -import { services } from "../constants"; -import { SectionWrapper } from "../hoc"; -import { fadeIn, textVariant } from "../utils/motion"; +import { styles } from '../styles' +import { services } from '../constants' +import { SectionWrapper } from '../hoc' +import { fadeIn, textVariant } from '../utils/motion' const ServiceCard = ({ index, title, icon }) => ( - +
(
-); +) const About = () => { return ( @@ -44,7 +44,7 @@ const About = () => { I'm a skilled software developer with experience in TypeScript and @@ -60,7 +60,7 @@ const About = () => { ))} - ); -}; + ) +} -export default SectionWrapper(About, "about"); +export default SectionWrapper(About, 'about')