src pages contact.ts
● Ready to connect
In [1]:
// Initialize contact module
import { ContactForm, SocialLinks } from '@portfolio/contact';

const developer = {
  name: "Noor Azami",
  status: "Open to Opportunities",
  responseTime: "Within 24 hours"
};

console.log("Ready to connect! 🚀");
Out [1]:
📧

Get in Touch

I'm always open to discussing new projects, creative ideas, or opportunities.

⚡ Fast Response 🤝 Open to Collaborate
In [2]:
// Send message to developer
await ContactForm.submit({
  name: formData.name,
  email: formData.email,
  message: formData.message
});
Out [2]:

✉️ Send a Message

0/1000 characters

📇 Contact Information

⏱️ Response Time

Weekdays: Within 24 hours
Weekends: Within 48 hours
In [3]:
// Frequently Asked Questions
const faqs = await loadFAQs();
faqs.render({ accordion: true });
Out [3]:

Frequently Asked Questions

Career & Availability

Technical Expertise