Skip to content

Commit

Permalink
Added Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkc2303 committed Dec 10, 2023
1 parent 15b3aff commit bea8186
Show file tree
Hide file tree
Showing 14 changed files with 2,705 additions and 23 deletions.
892 changes: 892 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^1.0.6",
Expand All @@ -23,6 +24,7 @@
"@rainbow-me/rainbowkit": "^0.12.14",
"@react-icons/all-files": "^4.1.0",
"@tremor/react": "^3.11.1",
"antd": "^5.12.1",
"autoprefixer": "^10.0.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
Expand Down
15 changes: 8 additions & 7 deletions src/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,44 @@ import { PushAPI } from '@pushprotocol/restapi'

export default function Chat() {
// const userA = await PushAPI.initialize(signer);

return (
<div className='border-t bg-gradient-to-b to-[#0466c879] from-transparent via-[#00091b5b] mr-5 rounded-lg'>
<div className=" bg-gray-100 p-8 text-black">
<div className="max-w-4xl mx-auto space-y-12 grid grid-cols-1">
<div className="place-self-start">
<div className="bg-white p-5 rounded-2xl rounded-tl-none">
Hey, there! It's been a while!
Hey, there!
</div>
</div>

<div className="place-self-start text-left">
<div className="bg-white p-5 rounded-2xl rounded-tl-none">
Wanted to know if you wanted to get lunch sometime this week?
What's the update on the SDK we were working on?
</div>
</div>

<div className="place-self-start text-left">
{/* <div className="place-self-start text-left">
<div className="bg-white p-5 rounded-2xl rounded-tl-none">
Or next week. I'm also free during the evenings next week.
</div>
</div>
</div> */}

<div className="place-self-end text-right">
<div className="bg-green-50 text-green-900 p-5 rounded-2xl rounded-tr-none">
Oops! Sorry for the late response!
We are running late of deadline
</div>
</div>

<div className="place-self-end text-right">
<div className="bg-green-50 text-green-900 p-5 rounded-2xl rounded-tr-none">
I'd love to get lunch sometime next week!
It would take atleast a week more to execute it
</div>
</div>

<div className="place-self-end text-right">
<div className="bg-green-50 text-green-900 p-5 rounded-2xl rounded-tr-none">
Do you have any places in mind where you'd want to meet?
We have to meet the production rules and techniques.
</div>
</div>
</div>
Expand Down
9 changes: 5 additions & 4 deletions src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export default function Navbar() {
<div className='text-[#01C3F1] font-bold hidden xl:flex gap-12 justify-center items-center text-xs'>
{/* <a href="#features" className={`hover:underline underline-offset-8 duration-150`} >FEATURES</a> */}
<Link href="/dashboard" rel="noopener noreferrer" className={`hover:underline underline-offset-8 duration-150 `} > DASHBOARD </Link>
<Link href="/swap-tokens" className={`hover:underline underline-offset-8 duration-150 mr-7`} >SWAP TOKENS</Link>


{/* <a href="mailto:info@dextr.exchange" className={`hover:underline underline-offset-8 duration-150`} >CONTACT</a> */}
</div>
Expand All @@ -65,10 +67,9 @@ export default function Navbar() {
flex flex-col justify-start items-end rounded-md blue-glassmorphism text-white animate-slide-in'>
<li className="text-xl w-full my-2 font-primary ">
<AiOutlineClose onClick={()=> setToggleMenu(false)}/></li>
<Link href="#features" className={`hover:underline underline-offset-8 duration-150 mr-7`} >FEATURES</Link>
<a href="https://dextr.gitbook.io/whitepaper/" target="_blank" rel="noopener noreferrer" className={`hover:underline underline-offset-8 duration-150 mr-7`} >WHITEPAPER</a>
<a href="mailto:info@dextr.exchange" className={`hover:underline underline-offset-8 duration-150 mr-7`} >CONTACT</a>
<a href='https://forms.zohopublic.com/brainchain/form/DextrBetaProgram1/formperma/jwTVjPwh8O2gVFb0TZSSjuBkc-IluEevhgOxTLzDqeY?utm_source=twitter&utm_medium=Zoho+SocialmG' rel='noopener noreferrer' target='_blank' className={`underline underline-offset-8 duration-150 mr-7`} >App Coming Soon</a>
<Link href="/swap-tokens" className={`hover:underline underline-offset-8 duration-150 mr-7`} >SWAP TOKENS</Link>
<Link href="/dashboard" rel="noopener noreferrer" className={`hover:underline underline-offset-8 duration-150 `} > DASHBOARD </Link>



</ul>
Expand Down
16 changes: 5 additions & 11 deletions src/components/partners.tsx
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
import React from 'react'
import Image from 'next/image'
import Arbitrum from '../images/arbitrum.svg'
import Arcana from '../images/arcana.svg'
import Aurora from '../images/aurora.svg'
import Biconomy from '../images/biconomy.svg'
import Bsc from '../images/bsc.svg'
import Ef from '../images/ef.svg'
import Polybase from '../images/polybase.svg'
import Polygontech from '../images/polygontech.svg'
import Router from '../images/router.svg'
import Transak from '../images/transak.svg'
import Push from '../images/pushProtocol.png'
import Inch from '../images/1inch.png'
import Metamask from '../images/metamask.webp'
import Scroll from '../images/scroll.png'
import Ethereum from '../images/Ethereum.svg'

export default function partners() {
const images = [
Arbitrum, Arcana, Aurora, Biconomy, Bsc, Ethereum, Polybase, Polygontech, Router, Transak
Ethereum, Push, Inch, Metamask, Scroll
].map((image) => ({
id: crypto.randomUUID(),
image
Expand Down
Loading

0 comments on commit bea8186

Please sign in to comment.