Skip to content

Commit 01c3745

Browse files
committed
temp: enterprise link
1 parent f8a77fb commit 01c3745

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

apps/sim/app/(home)/components/hero/hero.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,15 @@ export default function Hero() {
7070
</p>
7171

7272
<div className='mt-[12px] flex items-center gap-[8px]'>
73-
<Link
74-
href='/enterprise'
73+
<a
74+
href='https://form.typeform.com/to/jqCO12pF'
75+
target='_blank'
76+
rel='noopener noreferrer'
7577
className={`${CTA_BASE} border-[#3d3d3d] text-[#ECECEC] transition-colors hover:bg-[#2A2A2A]`}
7678
aria-label='Get a demo'
7779
>
7880
Get a demo
79-
</Link>
81+
</a>
8082
<Link
8183
href='/signup'
8284
className={`${CTA_BASE} gap-[8px] border-[#FFFFFF] bg-[#FFFFFF] text-black transition-colors hover:border-[#E0E0E0] hover:bg-[#E0E0E0]`}

apps/sim/app/(home)/components/navbar/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const NAV_LINKS: NavLink[] = [
1414
{ label: 'Docs', href: 'https://docs.sim.ai', external: true },
1515
{ label: 'Pricing', href: '/pricing' },
1616
{ label: 'Careers', href: '/careers' },
17-
{ label: 'Enterprise', href: '/enterprise' },
17+
{ label: 'Enterprise', href: 'https://form.typeform.com/to/jqCO12pF', external: true },
1818
]
1919

2020
/** Logo and nav edge: horizontal padding (px) for left/right symmetry. */

0 commit comments

Comments
 (0)