Skip to content

Commit 6ddbbee

Browse files
authored
fix(site): enterprise page (#7773)
1 parent 0bb5c43 commit 6ddbbee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

apps/site/src/app/enterprise/page.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,8 @@ export default function EnterprisePage() {
373373
<div className="flex flex-col md:flex-row gap-4 items-center justify-center">
374374
<Button
375375
variant="orm"
376-
href="https://console.prisma.io/sign-up?utm_source=website&utm_medium=index&utm_campaign=cta"
376+
href="#contact-us"
377377
size="3xl"
378-
target="_blank"
379-
rel="noopener noreferrer"
380378
className="font-sans-display! font-[650]"
381379
>
382380
<span>Get in touch</span>
@@ -598,9 +596,9 @@ export default function EnterprisePage() {
598596
</section>
599597

600598
{/* Connect with us */}
601-
<section className="my-12 px-4">
599+
<section className="my-12 px-4" id="contact-us">
602600
<div className="py-12 gap-8 flex flex-col max-w-221 mx-auto">
603-
<h2 className="text-foreground-neutral stretch-display text-center text-4xl font-black! font-sans-display my-0">
601+
<h2 className="text-foreground-neutral stretch-display text-center text-4xl font-black! font-sans-display my-0">
604602
Connect with us
605603
</h2>
606604
<p className="text-center text-foreground-neutral max-w-3xl mx-auto">

0 commit comments

Comments
 (0)