We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cbebb commit b6896c8Copy full SHA for b6896c8
app/components/Contact.tsx
@@ -15,9 +15,9 @@ export default function Contact() {
15
viewport={{ once: true }}
16
className="space-y-8"
17
>
18
- <h2 className="text-3xl font-bold tracking-tight">Let's Innovate Together</h2>
+ <h2 className="text-3xl font-bold tracking-tight">Let's Innovate Together</h2>
19
<p className="text-gray-400">
20
- Feel Free to Reach out!
+ Feel Free to Reach out!
21
</p>
22
<div className="flex flex-col items-center gap-4">
23
<a
@@ -51,4 +51,3 @@ export default function Contact() {
51
</section>
52
)
53
}
54
-
0 commit comments