import Image from "next/image"; import Link from "next/link"; import { FadeIn, SlideInLeft, SlideInRight, ScaleIn, StaggerContainer, StaggerItem, HoverScale, PageTransition } from "@/components/Motion"; export default function Contact() { // Contact information from info.txt const contactInfo = { address: "Al Hashmi Street, Irbid City, 21110", email: "contact@yznapps.com", phone: "+962 (781) 881-280" }; return (
{/* Hero Section */}
Contact Us Background

Contact Us

Get in touch with our team to discuss your IT needs

{/* Contact Section */}
{/* Contact Form */}

Send Us a Message

{/* Contact Information */}

Contact Information

Have questions or need assistance? Our team is here to help. Reach out to us using any of the methods below.

Address

{contactInfo.address}

{/* Map or Image */}
Office Location
Our Office Location
{/* FAQ Section */}

Frequently Asked Questions

Find quick answers to common questions

What services do you offer?

We offer a comprehensive range of IT services including web development, mobile app development, web hosting, CMS solutions, and managed VPS services.

How much does a typical project cost?

Project costs vary depending on requirements, complexity, and timeline. We provide detailed quotes after an initial consultation to understand your specific needs.

How long does it take to complete a project?

Project timelines depend on scope and complexity. A simple website might take 2-4 weeks, while complex web applications or mobile apps can take several months. We'll provide a timeline estimate during our initial discussions.

Do you provide ongoing support after project completion?

Yes, we offer ongoing support and maintenance packages after project completion. Our support includes bug fixes, security updates, performance optimization, and technical assistance to ensure your solution continues to run smoothly.

); }