From 6305a33b34407714b70129c6150065bc23cc4a75 Mon Sep 17 00:00:00 2001 From: Developer Junaid Date: Tue, 8 Aug 2023 09:28:16 +0500 Subject: [PATCH] test change --- src/components/Home/Home.jsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/Home/Home.jsx b/src/components/Home/Home.jsx index 5eff94e..937476e 100644 --- a/src/components/Home/Home.jsx +++ b/src/components/Home/Home.jsx @@ -1,16 +1,16 @@ -import React from "react"; -import Typed from "react-typed"; +import React from "react" +import Typed from "react-typed" // SVG -import man from "images/dev.svg"; +import man from "images/dev.svg" // Animation -import { Link } from "react-scroll"; -import { motion } from "framer-motion"; +import { Link } from "react-scroll" +import { motion } from "framer-motion" // CSS -import "./home.css"; -import Button from "components/Button/Button"; +import "./home.css" +import Button from "components/Button/Button" const contentVariants = { initial: { @@ -26,7 +26,7 @@ const contentVariants = { when: "beforeChildren", }, }, -}; +} const Home = () => { return ( @@ -42,7 +42,7 @@ const Home = () => {

I am a { offset={-100} duration={500} > -