This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
// for login component
<div className={${styles.maincontainer}
}>
<div className={${styles.container}
}>
${styles.form_control} ${styles.signin_form}
}>
Signin
{/* <span style={{marginTop:10}}>Create new account <Link href='/register' >Signup</Link></span> */}
{/* <span>or signin with</span>
<div className={styles.socials}>
<i className="fab fa-facebook-f"></i>
<i className="fab fa-google-plus-g"></i>
<i className="fab fa-linkedin-in"></i>
</div> */}
</div>
</div>
{/* <div className={styles.intros_container}>
<div className={`${styles.intro_control} ${styles.signin_intro}`}>
<div className="intro_control__inner">
<h2>Welcome back!</h2>
<p>
Welcome back! We are so happy to have you here. It's great to see you again. We hope you had a safe and enjoyable time away.
</p>
<button id="signup_btn">No account yet? Signup.</button>
</div>
</div>
<div className="intro_control signup_intro">
<div className="intro_control__inner">
<h2>Come join us!</h2>
<p>
We are so excited to have you here.If you haven't already, create an account to get access to exclusive offers, rewards, and discounts.
</p>
<button id="signin_btn">Already have an account? Signin.</button>
</div>
</div>
</div> */}
</div>
</div>