Skip to content

Commit

Permalink
chore(mkt): update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Dec 15, 2024
1 parent e0e2c79 commit e1195f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions apps/mkt/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ export default function RootLayout({
data-website-id={analyticsId}
/>
)}
<Script id="microsoft-clarity" strategy="afterInteractive">
{`
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "pe79341baq");
`}
</Script>
<CrispChat />
<body
className={`${inter.variable} ${inter_tight.variable} font-inter antialiased bg-white text-zinc-900 tracking-tight`}
Expand Down
2 changes: 1 addition & 1 deletion apps/mkt/components/problem-statements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function ProblemStatements() {
The problems
</h2>
<h3 className="text-lg text-red-400">
Faced by engineering managers and team leads.
Faced by engineering managers and leadership.
</h3>
</div>
<div className="flex flex-wrap">
Expand Down

0 comments on commit e1195f7

Please sign in to comment.