Skip to content

Commit

Permalink
fix: use the correct email address (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Jul 12, 2024
1 parent c349e1b commit 7979bbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions src/components/sections/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ const faqs: {
Yes! This is supported in our{' '}
<PrimaryLink href="#pricing">Enterprise plan</PrimaryLink>. Please
contact us via email at{' '}
<PrimaryLink href="mailto:[email protected]">[email protected]</PrimaryLink>{' '}
<PrimaryLink href="mailto:[email protected]">
[email protected]
</PrimaryLink>{' '}
for details.
</p>
),
Expand Down Expand Up @@ -267,8 +269,8 @@ const faqs: {
frameworks and benchmarks. If there is a particular framework or
benchmark you&rsquo;d like us to prioritize on our roadmap, please
don&rsquo;t hesitate to reach out to us via email at{' '}
<PrimaryLink href="mailto:hi@fix.security">
hi@fix.security
<PrimaryLink href="mailto:info@fix.security">
info@fix.security
</PrimaryLink>
.
</p>
Expand All @@ -294,7 +296,9 @@ const faqs: {
Yes! We designed Fix Security with support for data export to various
destinations, including S3, Postgres, and Snowflake. For details, get in
touch with us via email at{' '}
<PrimaryLink href="mailto:[email protected]">[email protected]</PrimaryLink>
<PrimaryLink href="mailto:[email protected]">
[email protected]
</PrimaryLink>
.
</p>
),
Expand Down Expand Up @@ -327,7 +331,9 @@ const faqs: {
answer: (
<p>
Email us at{' '}
<PrimaryLink href="mailto:[email protected]">[email protected]</PrimaryLink>
<PrimaryLink href="mailto:[email protected]">
[email protected]
</PrimaryLink>
! We'll be more than happy to assist you.
</p>
),
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default function Pricing() {
Custom plans
</h3>
<p className="my-8 text-xl font-semibold leading-8 text-gray-600">
<UnstyledLink href="mailto:hi@fix.security">
<UnstyledLink href="mailto:info@fix.security">
Schedule a call with us &rarr;
</UnstyledLink>
</p>
Expand Down

0 comments on commit 7979bbd

Please sign in to comment.