Skip to content

Commit

Permalink
Added Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkc2303 committed Dec 10, 2023
1 parent 4cc0b26 commit 1f5ba0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/difference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function difference() {
{
id: 1,
title: 'Create Your Profile ',
description: 'Join SuperFlow and set up your freelancer or business profile.',
description: 'Join WorkRoll and set up your freelancer or business profile.',
image: Diff1
},
{
Expand All @@ -62,8 +62,8 @@ export default function difference() {
return (
<div id="features" className='py-12 xl:py-28 '>
<div className='text-center flex justify-center mx-3 xl:mx-20 flex-col gap-3'>
<h1 className='text-3xl xl:text-6xl font-primary font-bold ' >How SuperFlow Works:</h1>
<p className=' text-center xl:mx-64 text-sm xl:text-xl text-[#ffffffa5]'> Experience the synergy of freelancing, project management, and communication on a single, decentralized platform. SuperFlow empowers you to work smarter, collaborate seamlessly, and embrace the future of decentralized work ecosystems. Join SuperFlow—where freelancing meets efficiency in the digital age!
<h1 className='text-3xl xl:text-6xl font-primary font-bold ' >How WorkRoll Works:</h1>
<p className=' text-center xl:mx-64 text-sm xl:text-xl text-[#ffffffa5]'> Experience the synergy of freelancing, project management, and communication on a single, decentralized platform. WorkRoll empowers you to work smarter, collaborate seamlessly, and embrace the future of decentralized work ecosystems. Join WorkRoll—where freelancing meets efficiency in the digital age!
</p>
</div>
<div className='pt-6 xl:pt-12 mx-3 xl:mx-20'>
Expand Down
2 changes: 1 addition & 1 deletion src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function hero() {
<h1 className='font-primary font-bold text-5xl md:text-8xl md:text-left text-center md:leading-[6rem] '>The Ultimate Decentralized Work Ecosystem</h1>
</div>
<div>
<p className='md:text-left text-center font-secondary text-[#ffffffa5] md:text-lg '> <span className='text-white underline underline-offset-4'>Discover SuperFlow :</span> Are you tired of juggling multiple platforms for freelancing, project management, and communication? Look no further! SuperFlow is here to revolutionize the way you work and collaborate in the digital world.</p>
<p className='md:text-left text-center font-secondary text-[#ffffffa5] md:text-lg '> <span className='text-white underline underline-offset-4'>Discover WorkRoll :</span> Are you tired of juggling multiple platforms for freelancing, project management, and communication? Look no further! WorkRoll is here to revolutionize the way you work and collaborate in the digital world.</p>
</div>
<div className='mt-4 flex flex-col md:flex-row gap-8 md:justify-start md:text-left text-center justify-center'>
{/* <a href='https://forms.zohopublic.com/brainchain/form/DextrBetaProgram1/formperma/jwTVjPwh8O2gVFb0TZSSjuBkc-IluEevhgOxTLzDqeY?utm_source=twitter&utm_medium=Zoho+Social' rel="noopener noreferrer" target='_blank' className='text-[#00091B] buttonNotch font-primary font-bold text-xs md:text-sm md:px-10 py-3'>JOIN WAITLIST</a> */}
Expand Down
4 changes: 2 additions & 2 deletions src/components/laptop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function laptop() {
</div>
<div className='flex justify-evenly flex-col xl:basis-1/3'>
<h1 className='font-primary font-bold text-3xl xl:text-6xl text-center xl:text-right'>Smartest way to exchange value!</h1>
<p className='text-[#ffffffa5] font-secondary text-base xl:text-xl text-center xl:text-right xl:flex hidden justify-end '>SuperFlow seamlessly integrates the best features of leading platforms, creating a unified hub for freelancers and businesses alike. Imagine having the power of Freelancer.com, Jira.</p>
<p className='text-[#ffffffa5] font-secondary text-base text-center xl:hidden '>a freelancer's marketplace, and communication tools like Slack—all in one decentralized space. Here's why SuperFlow is your go-to solution</p>
<p className='text-[#ffffffa5] font-secondary text-base xl:text-xl text-center xl:text-right xl:flex hidden justify-end '>WorkRoll seamlessly integrates the best features of leading platforms, creating a unified hub for freelancers and businesses alike. Imagine having the power of Freelancer.com, Jira.</p>
<p className='text-[#ffffffa5] font-secondary text-base text-center xl:hidden '>a freelancer's marketplace, and communication tools like Slack—all in one decentralized space. Here's why WorkRoll is your go-to solution</p>
</div>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Navbar() {
{/* <MetaMaskProvider debug={false} sdkOptions={sdkOptions}> */}
<div className='font-primary flex justify-between pt-2 px-1 w-full xl:pt-5 xl:px-12'>
<div className='flex gap-32 font-bold text-3xl'>
<Link href="/">SuperFlow</Link>
<Link href="/">WorkRoll</Link>
<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>
Expand Down

0 comments on commit 1f5ba0c

Please sign in to comment.