Skip to content

Commit

Permalink
' escaped corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan9901 committed Sep 13, 2024
1 parent 5ddf2c9 commit 43970c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/contact/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ const Contact: React.FC = () => {
<img src="/assets/terminal.png" alt="terminal-bg" className="absolute inset-0 h-[860px] -translate-y-10" />

<div className="contact-container">
<h3 className="head-text">Let's talk</h3>
<h3 className="head-text">Let&apos;s talk</h3>
<p className="text-lg text-white-600 mt-3">
Whether you're looking to build a new website, improve your existing platform, or bring a unique project to
life, I'm here to help.
Whether you&apos;re looking to build a new website, improve your existing platform, or bring a unique project to
life, I&apos;m here to help.
</p>

<form ref={formRef} onSubmit={handleSubmit} className="mt-12 flex flex-col space-y-7">
Expand Down

0 comments on commit 43970c1

Please sign in to comment.