+ );
+};
diff --git a/src/components/Details.jsx b/src/components/Details.jsx
new file mode 100644
index 0000000..29ffa18
--- /dev/null
+++ b/src/components/Details.jsx
@@ -0,0 +1,96 @@
+import Image from "next/image";
+import React from "react";
+import matic from "../assets/matic.png";
+import usdc from "../assets/usdc.png";
+import ethLogo from "../assets/ethLogo.png";
+
+const Details = () => {
+ return (
+
+
+
+
+ {" "}
+ Access the financial services with decentralized protocol{" "}
+
+
+ {" "}
+ More about tokens supported by this DeFi
+
+
+
+
+
+
+
+
+ USDC
+
+
+ USDC is a fully-reserved stablecoin, which is a type of
+ cryptocurrency, or digital asset. Unlike other cryptocurrencies
+ that fluctuate in price, USDC is designed to maintain price
+ equivalence to the U.S. dollar
+
+
+
+
+
+
+
+ Etherium
+
+
+ Ethereum is a decentralized, open-source blockchain with smart
+ contract functionality. Ether is the native cryptocurrency of the
+ platform.
+
+
+
+
+
+
+
+ Matic
+
+
+ Polygon (MATIC) is an Ethereum token that powers the Polygon
+ Network, a scaling solution for Ethereum. Polygon aims to provide
+ faster and cheaper transactions on Ethereum using Layer 2
+ sidechains
+
+
+
+
+
+ );
+};
+
+export default Details;
diff --git a/src/components/ParaImg.jsx b/src/components/ParaImg.jsx
new file mode 100644
index 0000000..f898a69
--- /dev/null
+++ b/src/components/ParaImg.jsx
@@ -0,0 +1,147 @@
+import { Container } from "@mui/system";
+import Image from "next/Image";
+import React from "react";
+import joinImg from "../assets/undraw_join_re_w1lh.svg";
+import warningImg from "../assets/undraw_warning_re_eoyh.svg";
+import sharingImg from "../assets/undraw_sharing_knowledge_03vp.svg";
+
+const ParaImg = () => {
+ return (
+
+
+
+
+
+
+
+ {" "}
+ Meet DeFi{" "}
+
+
+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus
+ consequuntur quod odit, nulla soluta deserunt commodi nobis,
+ quidem sed distinctio deleniti ut eligendi veniam quaerat
+ vitae! Voluptatem laboriosam eaque nobis!
+
+
+
+
+
+
+
+
+
+
Competitive Returns
+
+ Take advantage of some of the highest and most consistent
+ returns in DeFi on a growing range of assets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Competitive Returns
+
+ Take advantage of some of the highest and most consistent
+ returns in DeFi on a growing range of assets
+
+
+
+
+
+
+
+
+
+
+
+ Competitive Returns
+
+
+ Take advantage of some of the highest and most consistent
+ returns in DeFi on a growing range of assets
+
+
+
+
+
+
+
+
+ );
+};
+
+export default ParaImg;
diff --git a/src/pages/Footer.jsx b/src/pages/Footer.jsx
new file mode 100644
index 0000000..45b8f38
--- /dev/null
+++ b/src/pages/Footer.jsx
@@ -0,0 +1,20 @@
+import React from "react";
+
+const Footer = () => {
+ const year = new Date().getFullYear();
+
+ return (
+
+ );
+};
+
+export default Footer;
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index e6148ad..65e2663 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -1,7 +1,11 @@
-import Head from 'next/head'
+import Head from "next/head";
+import Background from "../components/Background";
+import { DashImg } from "../components/DashImg";
+import Details from "../components/Details";
+import ParaImg from "../components/ParaImg";
+import Footer from "./Footer";
export default function Home() {
-
return (
<>
@@ -11,9 +15,15 @@ export default function Home() {
- );
-}
\ No newline at end of file
diff --git a/src/pages/registration.jsx b/src/pages/registration.jsx
index 17c75ec..a457ece 100644
--- a/src/pages/registration.jsx
+++ b/src/pages/registration.jsx
@@ -1,15 +1,23 @@
import { TextField } from "@mui/material";
-import { DatePicker, LocalizationProvider } from "@mui/x-date-pickers";
-import { AdapterMoment } from "@mui/x-date-pickers/AdapterMoment";
+import { ThemeProvider, createTheme } from '@mui/material/styles';
import { useRouter } from "next/router";
+import Image from "next/Image";
import React from "react";
import { useState } from "react";
// import { useMetamaskAuth, withConnectedRoute } from "../auth/authConfig";
import { JUST_LOGGED_IN } from "../constants/routes";
import axios from "axios";
import AddImages from "./addImages";
+import TokenImg from "../assets/token.png"
+
const API_URL = process.env.SERVER_URL || "";
+
+const darkTheme = createTheme({
+ palette: {
+ mode: 'dark',
+ },
+});
// import { ToastContainer, toast } from "react-toastify";
// import "react-toastify/dist/ReactToastify.css";
@@ -17,6 +25,8 @@ const invalidNumber = () => {
toast("Enter a Valid No.");
};
+
+
// import { sendOTP, verifyOTP } from "../pages/api/otpVerification.js";
const Registration = () => {
@@ -139,8 +149,14 @@ const Registration = () => {
// if (isProcessingLogin) return
Loading ....
;
return (
-
-
+
+
+
+
+ Join the Decentralized Finance Revolution Today - Sign Up Now!
+
+
+
-
+
{
+
+
);
};
diff --git a/src/pages/styles/globals.css b/src/pages/styles/globals.css
index 4af8dd0..554ef9e 100644
--- a/src/pages/styles/globals.css
+++ b/src/pages/styles/globals.css
@@ -16,4 +16,5 @@ code {
@tailwind components;
@tailwind utilities;
-@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lexend:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
\ No newline at end of file
+@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lexend:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz@9..144')
\ No newline at end of file