File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const About = () => {
34
34
>
35
35
Competent in < br /> { " " }
36
36
< ReactTyped
37
- className = "text-accent text-4xl font-bold leading-normal "
37
+ className = "text-accent text-4xl font-bold leading-none "
38
38
strings = { COMPETENCIES }
39
39
typeSpeed = { 40 }
40
40
backSpeed = { 50 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { motion } from "framer-motion";
2
2
import Bulb from "../../components/Bulb" ;
3
3
import Circles from "../../components/Circles" ;
4
4
import WorkSlider from "../../components/WorkSlider" ;
5
- import { fadeIn } from "../.. /constants" ;
5
+ import { fadeIn } from "@ /constants" ;
6
6
7
7
const Work = ( ) => {
8
8
return (
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import Bulb from "../../components/Bulb";
4
4
import Circles from "../../components/Circles" ;
5
5
import ServiceSlider from "../../components/ServiceSlider" ;
6
6
7
- export const serviceData = [ ] ;
8
-
9
7
const Services = ( ) => {
10
8
return (
11
9
< div className = "h-full bg-primary/30 py-36 flex items-center" >
Original file line number Diff line number Diff line change 1
1
import { motion } from "framer-motion" ;
2
2
import TestimonialSlider from "../../components/TestimonialSlider" ;
3
- import { fadeIn } from "../.. /constants" ;
3
+ import { fadeIn } from "@ /constants" ;
4
4
5
5
const Testimonials = ( ) => {
6
6
return (
You can’t perform that action at this time.
0 commit comments