diff --git a/src/App.jsx b/src/App.jsx
index dd5383b..5c2098c 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,6 +1,6 @@
import { BrowserRouter } from "react-router-dom";
import { Routes, Route } from 'react-router-dom';
-import { Menu, Guide, Navbar, Contacts, StarsCanvas, Problems, Faq } from "./components";
+import { Menu, Navbar, Contacts, StarsCanvas, Problems, Faq } from "./components";
import "./index.css"
import "./components/Problems.css"
@@ -13,13 +13,11 @@ const App = () => {
} />
} />
- } />
} />
} />
} />
- {/**/}
);
diff --git a/src/components/Contacter.jsx b/src/components/Contacter.jsx
index 921c086..5922720 100644
--- a/src/components/Contacter.jsx
+++ b/src/components/Contacter.jsx
@@ -36,9 +36,9 @@ const Contact = () => {
import.meta.env.VITE_APP_EMAILJS_TEMPLATE_ID,
{
from_name: form.name,
- to_name: "JavaScript Mastery",
+ to_name: "JJ",
from_email: form.email,
- to_email: "sujata@jsmastery.pro",
+ to_email: "Jwizzed@outlook.com",
message: form.message,
},
import.meta.env.VITE_APP_EMAILJS_PUBLIC_KEY
diff --git a/src/components/Contacts.jsx b/src/components/Contacts.jsx
index 3f147c9..c0917cd 100644
--- a/src/components/Contacts.jsx
+++ b/src/components/Contacts.jsx
@@ -5,7 +5,6 @@ import SocialMedia from "./SocialMedia.jsx";
import {styles} from "../styles.js";
import { StarsCanvas } from "./canvas";
-
const Contacts = () => {
return (
diff --git a/src/components/Guide.jsx b/src/components/Guide.jsx
deleted file mode 100644
index e099672..0000000
--- a/src/components/Guide.jsx
+++ /dev/null
@@ -1,11 +0,0 @@
-import React from "react";
-import { SectionWrapper } from "../hoc";
-
-
-const Guide = () => {
- return (
-
- );
-};
-
-export default SectionWrapper(Guide, "work");
diff --git a/src/components/Menu.jsx b/src/components/Menu.jsx
index b0ad409..05e714e 100644
--- a/src/components/Menu.jsx
+++ b/src/components/Menu.jsx
@@ -1,7 +1,6 @@
import React from "react";
import Tilt from "react-tilt";
import { motion } from "framer-motion";
-
import { styles } from "../styles";
import { menu } from "../constants";
import { SectionWrapper } from "../hoc";
@@ -9,7 +8,7 @@ import { fadeIn, textVariant } from "../utils/motion";
import { StarsCanvas } from "./canvas";
const ServiceCard = ({ index, title, icon, url }) => (
-
+
(
-
+
{title}
diff --git a/src/components/index.js b/src/components/index.js
index 4dc9e8c..424aa3e 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -1,7 +1,6 @@
import { StarsCanvas, EarthCanvas } from './canvas';
import Navbar from "./Navbar";
import Menu from "./Menu";
-import Guide from "./Guide";
import Contacts from "./Contacts";
import CanvasLoader from "./Loader";
import Faq from './Faq';
@@ -12,7 +11,6 @@ import SocialMedia from './Socialmedia';
export {
Navbar,
Menu,
- Guide,
Contacts,
CanvasLoader,
StarsCanvas,
diff --git a/src/constants/index.js b/src/constants/index.js
index 902713f..445d129 100644
--- a/src/constants/index.js
+++ b/src/constants/index.js
@@ -1,5 +1,4 @@
import {
- guide,
contacts_pic,
faq_pic,
problems,
@@ -13,10 +12,6 @@ export const navLinks = [
id: "problems",
title: "Problems",
},
- {
- id: "guide",
- title: "Guide",
- },
{
id: "faq",
title: "FAQ",
@@ -32,10 +27,6 @@ const menu = [
title: "Problems",
icon: problems,
},
- {
- title: "Guide",
- icon: guide,
- },
{
title: "FAQ",
icon: faq_pic,