diff --git a/package-lock.json b/package-lock.json index 4876581..5f0c466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,11 +20,13 @@ "eslint": "8.34.0", "eslint-config-next": "13.1.6", "moment": "^2.29.4", + "motion": "^10.15.5", "net": "^1.0.2", "next": "13.1.6", "react": "18.2.0", "react-dom": "18.2.0", "react-toastify": "^9.1.1", + "react-type-animation": "^2.1.2", "styled-components": "^5.3.8", "twilio": "^4.8.0", "use-metamask": "^1.3.3", @@ -1003,6 +1005,82 @@ "@jridgewell/sourcemap-codec": "1.4.14" } }, + "node_modules/@motionone/animation": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/animation/-/animation-10.15.1.tgz", + "integrity": "sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ==", + "dependencies": { + "@motionone/easing": "^10.15.1", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/dom": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/dom/-/dom-10.15.5.tgz", + "integrity": "sha512-Xc5avlgyh3xukU9tydh9+8mB8+2zAq+WlLsC3eEIp7Ax7DnXgY7Bj/iv0a4X2R9z9ZFZiaXK3BO0xMYHKbAAdA==", + "dependencies": { + "@motionone/animation": "^10.15.1", + "@motionone/generators": "^10.15.1", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/easing": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/easing/-/easing-10.15.1.tgz", + "integrity": "sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==", + "dependencies": { + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/generators": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/generators/-/generators-10.15.1.tgz", + "integrity": "sha512-67HLsvHJbw6cIbLA/o+gsm7h+6D4Sn7AUrB/GPxvujse1cGZ38F5H7DzoH7PhX+sjvtDnt2IhFYF2Zp1QTMKWQ==", + "dependencies": { + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/svelte": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/svelte/-/svelte-10.15.5.tgz", + "integrity": "sha512-Xyxtgp7BlVnSBwcoFmXGHUVnpNktzeXsEifu2NJJWc7VGuxutDsBZxNdz80qvpLIC5MeBa1wh7GGegZzTm1msg==", + "dependencies": { + "@motionone/dom": "^10.15.5", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/types": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/types/-/types-10.15.1.tgz", + "integrity": "sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA==" + }, + "node_modules/@motionone/utils": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/utils/-/utils-10.15.1.tgz", + "integrity": "sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw==", + "dependencies": { + "@motionone/types": "^10.15.1", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/vue": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/vue/-/vue-10.15.5.tgz", + "integrity": "sha512-cUENrLYAolUacHvCgU+8wF9OgSlVutfWbHMLERI/bElCJ+e2YVQvG/CpGhIM5fYOOJzuvg2T2wHmLLmvJoavEw==", + "dependencies": { + "@motionone/dom": "^10.15.5", + "tslib": "^2.3.1" + } + }, "node_modules/@mui/base": { "version": "5.0.0-alpha.119", "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.119.tgz", @@ -4670,6 +4748,11 @@ "minimalistic-assert": "^1.0.1" } }, + "node_modules/hey-listen": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz", + "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==" + }, "node_modules/hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -5690,6 +5773,19 @@ "node": "*" } }, + "node_modules/motion": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/motion/-/motion-10.15.5.tgz", + "integrity": "sha512-ejP6KioN4pigTGxL93APzOnvtLklParL59UQB2T3HWXQBxFcIp5/7YXFmkgiA6pNKKzjvnLhnonRBN5iSFMnNw==", + "dependencies": { + "@motionone/animation": "^10.15.1", + "@motionone/dom": "^10.15.5", + "@motionone/svelte": "^10.15.5", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "@motionone/vue": "^10.15.5" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -6627,6 +6723,16 @@ "react-dom": ">=16.6.0" } }, + "node_modules/react-type-animation": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/react-type-animation/-/react-type-animation-2.1.2.tgz", + "integrity": "sha512-6/t4Whl87sLR0c8kzvJngTrCV6OVy3jEeUZoe2svVu9VaYr951VD7OeUie1rIyeD8JfpBIqZGYrPFHZQ04XHrw==", + "peerDependencies": { + "prop-types": "^15.5.4", + "react": ">= 15.0.0", + "react-dom": ">= 15.0.0" + } + }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -9188,6 +9294,82 @@ "@jridgewell/sourcemap-codec": "1.4.14" } }, + "@motionone/animation": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/animation/-/animation-10.15.1.tgz", + "integrity": "sha512-mZcJxLjHor+bhcPuIFErMDNyrdb2vJur8lSfMCsuCB4UyV8ILZLvK+t+pg56erv8ud9xQGK/1OGPt10agPrCyQ==", + "requires": { + "@motionone/easing": "^10.15.1", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "@motionone/dom": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/dom/-/dom-10.15.5.tgz", + "integrity": "sha512-Xc5avlgyh3xukU9tydh9+8mB8+2zAq+WlLsC3eEIp7Ax7DnXgY7Bj/iv0a4X2R9z9ZFZiaXK3BO0xMYHKbAAdA==", + "requires": { + "@motionone/animation": "^10.15.1", + "@motionone/generators": "^10.15.1", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "@motionone/easing": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/easing/-/easing-10.15.1.tgz", + "integrity": "sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==", + "requires": { + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "@motionone/generators": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/generators/-/generators-10.15.1.tgz", + "integrity": "sha512-67HLsvHJbw6cIbLA/o+gsm7h+6D4Sn7AUrB/GPxvujse1cGZ38F5H7DzoH7PhX+sjvtDnt2IhFYF2Zp1QTMKWQ==", + "requires": { + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "tslib": "^2.3.1" + } + }, + "@motionone/svelte": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/svelte/-/svelte-10.15.5.tgz", + "integrity": "sha512-Xyxtgp7BlVnSBwcoFmXGHUVnpNktzeXsEifu2NJJWc7VGuxutDsBZxNdz80qvpLIC5MeBa1wh7GGegZzTm1msg==", + "requires": { + "@motionone/dom": "^10.15.5", + "tslib": "^2.3.1" + } + }, + "@motionone/types": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/types/-/types-10.15.1.tgz", + "integrity": "sha512-iIUd/EgUsRZGrvW0jqdst8st7zKTzS9EsKkP+6c6n4MPZoQHwiHuVtTQLD6Kp0bsBLhNzKIBlHXponn/SDT4hA==" + }, + "@motionone/utils": { + "version": "10.15.1", + "resolved": "https://registry.npmjs.org/@motionone/utils/-/utils-10.15.1.tgz", + "integrity": "sha512-p0YncgU+iklvYr/Dq4NobTRdAPv9PveRDUXabPEeOjBLSO/1FNB2phNTZxOxpi1/GZwYpAoECEa0Wam+nsmhSw==", + "requires": { + "@motionone/types": "^10.15.1", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "@motionone/vue": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/@motionone/vue/-/vue-10.15.5.tgz", + "integrity": "sha512-cUENrLYAolUacHvCgU+8wF9OgSlVutfWbHMLERI/bElCJ+e2YVQvG/CpGhIM5fYOOJzuvg2T2wHmLLmvJoavEw==", + "requires": { + "@motionone/dom": "^10.15.5", + "tslib": "^2.3.1" + } + }, "@mui/base": { "version": "5.0.0-alpha.119", "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.119.tgz", @@ -11836,6 +12018,11 @@ "minimalistic-assert": "^1.0.1" } }, + "hey-listen": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz", + "integrity": "sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==" + }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -12579,6 +12766,19 @@ "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, + "motion": { + "version": "10.15.5", + "resolved": "https://registry.npmjs.org/motion/-/motion-10.15.5.tgz", + "integrity": "sha512-ejP6KioN4pigTGxL93APzOnvtLklParL59UQB2T3HWXQBxFcIp5/7YXFmkgiA6pNKKzjvnLhnonRBN5iSFMnNw==", + "requires": { + "@motionone/animation": "^10.15.1", + "@motionone/dom": "^10.15.5", + "@motionone/svelte": "^10.15.5", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "@motionone/vue": "^10.15.5" + } + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -13209,6 +13409,12 @@ "prop-types": "^15.6.2" } }, + "react-type-animation": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/react-type-animation/-/react-type-animation-2.1.2.tgz", + "integrity": "sha512-6/t4Whl87sLR0c8kzvJngTrCV6OVy3jEeUZoe2svVu9VaYr951VD7OeUie1rIyeD8JfpBIqZGYrPFHZQ04XHrw==", + "requires": {} + }, "read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", diff --git a/package.json b/package.json index df1ae69..18de962 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,13 @@ "eslint": "8.34.0", "eslint-config-next": "13.1.6", "moment": "^2.29.4", + "motion": "^10.15.5", "net": "^1.0.2", "next": "13.1.6", "react": "18.2.0", "react-dom": "18.2.0", "react-toastify": "^9.1.1", + "react-type-animation": "^2.1.2", "styled-components": "^5.3.8", "twilio": "^4.8.0", "use-metamask": "^1.3.3", diff --git a/src/assets/BorrowSs.jpeg b/src/assets/BorrowSs.jpeg new file mode 100644 index 0000000..6862236 Binary files /dev/null and b/src/assets/BorrowSs.jpeg differ diff --git a/src/assets/DashImg.jpeg b/src/assets/DashImg.jpeg new file mode 100644 index 0000000..2a423c8 Binary files /dev/null and b/src/assets/DashImg.jpeg differ diff --git a/src/assets/GroupCoin.jpeg b/src/assets/GroupCoin.jpeg new file mode 100644 index 0000000..dd66b7a Binary files /dev/null and b/src/assets/GroupCoin.jpeg differ diff --git a/src/assets/LandingImg.jpeg b/src/assets/LandingImg.jpeg new file mode 100644 index 0000000..92185dc Binary files /dev/null and b/src/assets/LandingImg.jpeg differ diff --git a/src/assets/LendingSs.jpeg b/src/assets/LendingSs.jpeg new file mode 100644 index 0000000..84ddfe1 Binary files /dev/null and b/src/assets/LendingSs.jpeg differ diff --git a/src/assets/ethLogo.png b/src/assets/ethLogo.png new file mode 100644 index 0000000..421df3a Binary files /dev/null and b/src/assets/ethLogo.png differ diff --git a/src/assets/token.png b/src/assets/token.png new file mode 100644 index 0000000..6cb9cd4 Binary files /dev/null and b/src/assets/token.png differ diff --git a/src/assets/undraw_join_re_w1lh.svg b/src/assets/undraw_join_re_w1lh.svg new file mode 100644 index 0000000..205ea75 --- /dev/null +++ b/src/assets/undraw_join_re_w1lh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/undraw_sharing_knowledge_03vp.svg b/src/assets/undraw_sharing_knowledge_03vp.svg new file mode 100644 index 0000000..8ce61d5 --- /dev/null +++ b/src/assets/undraw_sharing_knowledge_03vp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/undraw_warning_re_eoyh.svg b/src/assets/undraw_warning_re_eoyh.svg new file mode 100644 index 0000000..951a905 --- /dev/null +++ b/src/assets/undraw_warning_re_eoyh.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Background.jsx b/src/components/Background.jsx new file mode 100644 index 0000000..30f1ed6 --- /dev/null +++ b/src/components/Background.jsx @@ -0,0 +1,53 @@ +import React from "react"; +import Spline from "@splinetool/react-spline"; +import LendingSs from "../assets/lendingSs.jpeg"; +import Image from "next/Image"; +import BorrowSs from "../assets/borrowSs.jpeg"; +import { TypeAnimation } from "react-type-animation"; + +const Background = () => { + return ( + <> +
+ +
+ +
+
+ + repeat={Infinity} // Repeat this Animation Sequence infinitely + /> +
+
+ gg + +
+
+ + ); +}; + +export default Background; diff --git a/src/components/DashImg.jsx b/src/components/DashImg.jsx new file mode 100644 index 0000000..5732ffc --- /dev/null +++ b/src/components/DashImg.jsx @@ -0,0 +1,15 @@ +import Image from "next/Image"; +import React from "react"; +import DImg from "../assets/DashImg.jpeg"; + +export const DashImg = () => { + return ( +
+ DashBoardImg +
+ ); +}; 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 +
+
+
+
+
+ nft +
+
+ 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 +
+
+
+
+ nft +
+
+ Etherium +
+
+ Ethereum is a decentralized, open-source blockchain with smart + contract functionality. Ether is the native cryptocurrency of the + platform. +
+
+
+
+ nft +
+
+ 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..a3bd664 --- /dev/null +++ b/src/components/ParaImg.jsx @@ -0,0 +1,161 @@ +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{" "} +
+

+ DeFi is a decentralized platform where people can find and + borrow with the assurance of money returns by collataral + lending and borrowing with affordable interest without + platform fees. +

+
+
+ +
+ join +
+
+
+
+ Peer-to-Peer +
+

+ Borrow and Lend amongst the blockchain end users at global + level without any intermediataries. +

+
+
+
+
+ + +
+ join +
+
+
+
+
+ Riskless transactions +
+

+ Share the tokens with the requested user with voluntarily + handling the return after the repay duration . +

+
+
+ +
+ join +
+
+
+
+
+ Collateralized Transaction +
+

+ Every borrower must be aware of the loan duration and the + rights which the lender has with this collateralized + platform. +

+
+
+
+
+
+
+
+ ); +}; + +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() {
-
- Get started +
+
+ +
+ + +
- ) + ); } diff --git a/src/pages/landing.jsx b/src/pages/landing.jsx deleted file mode 100644 index e33b16e..0000000 --- a/src/pages/landing.jsx +++ /dev/null @@ -1,17 +0,0 @@ -import Spline from "@splinetool/react-spline"; - -export default function App() { - return ( -
-
- -
- -
- lorejbafba jhaifbaiufgba jafb afaoi -
-
- ); -} \ 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! +
+ +
{ id="outlined-required" name="firstName" label="First Name" + placeholder="John" size="small" /> @@ -184,7 +201,7 @@ const Registration = () => {
-
+
{
+ + ); }; 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