diff --git a/app/about/aboutMe/AboutMe.jsx b/app/about/aboutMe/AboutMe.jsx index 318296e..5b1ba25 100644 --- a/app/about/aboutMe/AboutMe.jsx +++ b/app/about/aboutMe/AboutMe.jsx @@ -1,7 +1,6 @@ "use client"; import React, { useRef } from "react"; import Image from "next/image"; -import aboutmeImage from "@/public/assets/aboutme-image.png"; import { AnimatePresence, motion } from "framer-motion"; function AboutMe() { @@ -64,9 +63,11 @@ function AboutMe() { >
computer Image
diff --git a/app/about/freeTime/FreeTime.jsx b/app/about/freeTime/FreeTime.jsx index d2a881e..1258f97 100644 --- a/app/about/freeTime/FreeTime.jsx +++ b/app/about/freeTime/FreeTime.jsx @@ -1,7 +1,6 @@ "use client"; import React, { useRef } from "react"; import Image from "next/image"; -import freeTimeImage from "@/public/assets/free-time-image.png"; import { AnimatePresence, motion, useInView } from "framer-motion"; function FreeTime() { @@ -16,9 +15,11 @@ function FreeTime() { >
computer Image
@@ -44,7 +45,8 @@ function FreeTime() {

Probably developing new projects to enhance my skills or perfecting my portfolio in some ways. Besides that, I spend my time hiking or - reading books about history. Another thing I love is playing various game simulators, whether it's planes, trucks, cars, or ships. + reading books about history. Another thing I love is playing various + game simulators, whether it's planes, trucks, cars, or ships.

diff --git a/app/about/summary/Summary.jsx b/app/about/summary/Summary.jsx index ea3edf9..15a10ea 100644 --- a/app/about/summary/Summary.jsx +++ b/app/about/summary/Summary.jsx @@ -1,7 +1,6 @@ "use client"; import React from "react"; import Image from "next/image"; -import summaryImage from "@/public/assets/summary-image.png"; import { motion, AnimatePresence } from "framer-motion"; function Summary() { @@ -13,9 +12,11 @@ function Summary() { >
computer Image
diff --git a/next.config.js b/next.config.js index 5d967b4..aeb7b0d 100644 --- a/next.config.js +++ b/next.config.js @@ -20,6 +20,10 @@ const nextConfig = { protocol: "https", hostname: "duodigitalmarketing.000webhostapp.com", }, + { + protocol: "https", + hostname: "res.cloudinary.com", + }, ], loader: "custom", loaderFile: './components/loader/loader.js', diff --git a/package-lock.json b/package-lock.json index 5a7dffa..f86ef50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portfolio-vercel", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portfolio-vercel", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@emailjs/browser": "^3.12.1", "framer-motion": "^11.0.3", diff --git a/package.json b/package.json index dc80069..1431649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portfolio-vercel", - "version": "1.0.1", + "version": "1.0.2", "private": true, "scripts": { "dev": "next dev",