Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helixbox and Careers link #57

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const structuredData = {
},
{
'@type': 'EntryPoint',
urlTemplate: 'https://apply.workable.com/itering/',
urlTemplate: 'https://itering-io.breezy.hr/',
name: 'CAREERS'
},
{
Expand Down
10 changes: 5 additions & 5 deletions src/app/work/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const structuredData = {
'@type': 'Project',
name: 'Helixbox',
description: 'A Multi-Chain DeFi Application Suite Built On EVM Infrastructure',
url: 'https://www.helixbox.io/'
url: 'https://helix.box/'
},
{
'@type': 'Project',
Expand Down Expand Up @@ -181,7 +181,7 @@ export default function Work() {
</div>
</div>
<Link
href="https://helixbridge.app"
href="https://helix.box/"
target="_blank"
rel="noopener noreferrer"
className="hidden h-[52px] w-[170px] items-center justify-center gap-[10px] rounded-[32px] bg-gradient-to-br from-[#0085FF] to-[#0085FF] text-[18px] font-bold capitalize leading-[32px] transition-all duration-300 hover:scale-105 hover:shadow-lg hover:brightness-110 lg:flex"
Expand All @@ -193,7 +193,7 @@ export default function Work() {

<div className="flex flex-col items-start gap-[20px]">
<p className="text-left text-[16px] font-light leading-[26px] text-white/70 lg:text-[20px] lg:leading-[32px]">
Helix offers services such as cross-chain token bridge, liquidity aggregation and
Helixbox offers services such as cross-chain token bridge, liquidity aggregation and
sharing, asset swaps, lending, and a variety of DeFi product combinations. It provides
users with a secure, fast, low-cost, and low-slippage interaction experience.
</p>
Expand All @@ -203,9 +203,9 @@ export default function Work() {
seamlessly integrating with other DeFi protocols.
</p>
<p className="text-left text-[16px] font-light leading-[26px] text-white/70 lg:text-[20px] lg:leading-[32px]">
Helix&apos;s DEX and other DeFi services gather diverse liquidity sources to reduce
Helixbox&apos;s DEX and other DeFi services gather diverse liquidity sources to reduce
transaction fees, minimize slippage, and prevent MEV attacks. By integrating with
high-quality DeFi applications, Helix maximizes user returns and minimizes costs while
high-quality DeFi applications, Helixbox maximizes user returns and minimizes costs while
ensuring transaction security.
</p>
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Header() {
<NavLink href="/work">Work</NavLink>

<Link
href="https://apply.workable.com/itering/"
href="https://itering-io.breezy.hr/"
target="_blank"
rel="noopener noreferrer"
className="relative hidden text-[16px] font-normal uppercase leading-6 tracking-[1px] text-white after:absolute after:bottom-0 after:left-0 after:h-0.5 after:w-full after:origin-bottom-right after:scale-x-0 after:bg-white after:transition-transform after:duration-300 after:ease-out hover:after:origin-bottom-left hover:after:scale-x-100 md:block"
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/mobile-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function MobileNav() {
className="text-center"
>
<Link
href="https://apply.workable.com/itering/"
href="https://itering-io.breezy.hr/"
className="block text-[16px] font-semibold leading-[24px] tracking-[1px] text-white"
onClick={() => setIsOpen(false)}
>
Expand Down
Loading