Skip to content

Commit dcb85a7

Browse files
committed
-
1 parent ba598a6 commit dcb85a7

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

pages/about/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const About = () => {
3434
>
3535
Competent in <br />{" "}
3636
<ReactTyped
37-
className="text-accent text-4xl font-bold leading-normal"
37+
className="text-accent text-4xl font-bold leading-none"
3838
strings={COMPETENCIES}
3939
typeSpeed={40}
4040
backSpeed={50}

pages/projects/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { motion } from "framer-motion";
22
import Bulb from "../../components/Bulb";
33
import Circles from "../../components/Circles";
44
import WorkSlider from "../../components/WorkSlider";
5-
import { fadeIn } from "../../constants";
5+
import { fadeIn } from "@/constants";
66

77
const Work = () => {
88
return (

pages/services/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import Bulb from "../../components/Bulb";
44
import Circles from "../../components/Circles";
55
import ServiceSlider from "../../components/ServiceSlider";
66

7-
export const serviceData = [];
8-
97
const Services = () => {
108
return (
119
<div className="h-full bg-primary/30 py-36 flex items-center">

pages/testimonials/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { motion } from "framer-motion";
22
import TestimonialSlider from "../../components/TestimonialSlider";
3-
import { fadeIn } from "../../constants";
3+
import { fadeIn } from "@/constants";
44

55
const Testimonials = () => {
66
return (

0 commit comments

Comments
 (0)