Skip to content

Commit d2b7093

Browse files
committed
fix: update contact email address in Contact component
1 parent 0b7ed55 commit d2b7093

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

public/preview.png

-124 KB
Loading

src/app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Contact() {
5959
<div className="p-8 rounded-2xl bg-white/5 border border-white/10">
6060
<Mail className="w-8 h-8 mb-4 text-green-400" />
6161
<h3 className="text-lg font-semibold text-white mb-2">Email</h3>
62-
<p className="text-sm text-gray-400">aashuu@enough.aashuu.tech</p>
62+
<p className="text-sm text-gray-400">hellow.ashutosh@gmail.com</p>
6363
<p className="text-xs text-gray-500 mt-2">General inquiries</p>
6464
</div>
6565
</motion.div>

0 commit comments

Comments
 (0)