diff --git a/components/LandingPage/LandingPage.tsx b/components/LandingPage/LandingPage.tsx
index 119a8a3..e561442 100644
--- a/components/LandingPage/LandingPage.tsx
+++ b/components/LandingPage/LandingPage.tsx
@@ -4,7 +4,7 @@ import HotSongs from "../modules/HotSongs";
import NewReleases from "../modules/NewReleases";
import PageCard from "../modules/__modules__/Card/PageCard";
-// import FeaturedAlbum from "../modules/FeaturedAlbum";
+import FeaturedAlbum from "../modules/FeaturedAlbum";
const LandingPage = () => {
const [isTopNav, setIsTopNav] = React.useState(false);
@@ -14,7 +14,8 @@ const LandingPage = () => {
- {/* */}
+
+
diff --git a/pages/album.tsx b/pages/album.tsx
index 20606c4..7ee0fcf 100644
--- a/pages/album.tsx
+++ b/pages/album.tsx
@@ -1,8 +1,8 @@
import React from "react";
-// import AlbumPage from "../components/AlbumPage";
+import AlbumPage from "../components/AlbumPage";
const album = () => {
- return <>{/* */}>;
+ return ;
};
export default album;
diff --git a/pages/confirm-email.tsx b/pages/confirm-email.tsx
index 8681d19..a5adf79 100644
--- a/pages/confirm-email.tsx
+++ b/pages/confirm-email.tsx
@@ -1,9 +1,8 @@
import React from "react";
-// import ConfirmEmail from "../components/Auth/confirmEmail";
+import ConfirmEmail from "../components/Auth/ConfirmEmail";
const ConfirmEmailPage = () => {
- // return ;
- return <>>;
+ return ;
};
export default ConfirmEmailPage;
diff --git a/pages/latest.tsx b/pages/latest.tsx
index ba62937..08eaa5f 100644
--- a/pages/latest.tsx
+++ b/pages/latest.tsx
@@ -1,9 +1,8 @@
import React from "react";
-// import LatestPage from "../components/LatestPage";
+import LatestPage from "../components/LatestPage";
const latest = () => {
- // return ;
- return <>>;
+ return ;
};
export default latest;
diff --git a/pages/login.tsx b/pages/login.tsx
index 60cd734..0ed2e11 100644
--- a/pages/login.tsx
+++ b/pages/login.tsx
@@ -1,12 +1,12 @@
import React from "react";
-// import LoginPage from "../components/Auth/LoginPage";
+import LoginPage from "../components/Auth/LoginPage";
const Login = () => {
- // return (
- //
- //
- //
- // );
+ return (
+
+
+
+ );
return <>>;
};
diff --git a/pages/maintenance.tsx b/pages/maintenance.tsx
index 378d98c..5446985 100644
--- a/pages/maintenance.tsx
+++ b/pages/maintenance.tsx
@@ -1,14 +1,13 @@
import React from "react";
-// import Maintenance from "../components/Maintenance/Maintenance";
+import Maintenance from "../components/Maintenance/Maintenance";
const maintenance = () => {
- // return (
- //
- //
- //
- // );
+ return (
+
+
+
+ );
- return <>>;
};
export default maintenance;
diff --git a/pages/reset-password.tsx b/pages/reset-password.tsx
index 1021e63..ade0a50 100644
--- a/pages/reset-password.tsx
+++ b/pages/reset-password.tsx
@@ -1,14 +1,14 @@
import React from "react";
-// import ResetPassword from "../components/Auth/ResetPassword";
+import ResetPassword from "../components/Auth/ResetPassword";
const ResetPasswordPage = () => {
- // return (
- // <>
- //
- // >
- // );
+ return (
+ <>
+
+ >
+ );
- return <>>;
+
};
export default ResetPasswordPage;
diff --git a/pages/signup.tsx b/pages/signup.tsx
index e5332ec..31ddc5c 100644
--- a/pages/signup.tsx
+++ b/pages/signup.tsx
@@ -1,14 +1,12 @@
import React from "react";
-// import SignupPage from "../components/Auth/SignupPage";
+import SignupPage from "../components/Auth/SignupPage";
const Signup = () => {
- // return (
- //
- //
- //
- // );
-
- return <>>;
+ return (
+
+
+
+ );
};
export default Signup;