--- // Contact Page for WorkRoot IT Solutions LLP // Enhanced: Professional form design, interactive map embed, contact cards, social links, scroll animations import BaseLayout from '../layouts/BaseLayout.astro'; import SEO from '../components/SEO.astro'; // Contact info data const contactInfo = [ { icon: 'location', title: 'Visit Us', details: ['At Post Rajapur, Shantinagar', 'Khatav, Maharashtra 415503'], link: 'https://maps.app.goo.gl/9bZ5ez1pjbU74ATq5', linkLabel: 'Get directions', color: 'primary', }, { icon: 'phone', title: 'Call Us', details: ['+91 9561417403'], link: 'tel:+919561417403', linkLabel: 'Call now', color: 'accent', }, { icon: 'email', title: 'Email Us', details: ['admin@workroot.in'], link: 'mailto:admin@workroot.in', linkLabel: 'Send email', color: 'emerald', }, { icon: 'clock', title: 'Business Hours', details: ['Mon – Fri: 10:00 AM – 6:00 PM', 'Sat – Sun: Closed'], link: null, linkLabel: null, color: 'violet', }, ]; // Social links const socialLinks = [ { name: 'LinkedIn', href: 'https://www.linkedin.com/company/workroot', icon: 'linkedin', description: 'Connect professionally', color: 'hover:bg-[#0077b5]', }, { name: 'Twitter / X', href: 'https://x.com/GhanwatAjay', icon: 'twitter', description: 'Follow for updates', color: 'hover:bg-[#000000]', }, { name: 'GitHub', href: 'https://git.workroot.in/WorkRoot/', icon: 'github', description: 'See our open source', color: 'hover:bg-[#333333]', }, { name: 'Facebook', href: 'https://www.facebook.com/profile.php?id=61576503897897', icon: 'facebook', description: 'Follow us on Facebook', color: 'hover:bg-[#1877f2]', }, ]; // Trust indicators const trustStats = [ { value: '20+', label: 'Projects Delivered' }, { value: '100%', label: 'Client Satisfaction' }, { value: '< 24h', label: 'Response Time' }, { value: '3+', label: 'Years Experience' }, ]; ---
Let's Start a Conversation

We'd Love to
Hear From You

Whether you have a project in mind, a question about our services, or just want to explore the possibilities — our team is ready to help.

{trustStats.map((stat) => (
{stat.value}
{stat.label}
))}

Send Us a Message

Fill out the form below and we'll respond within 24 hours.

{['< $5K', '$5K – $15K', '$15K – $50K', '$50K+', 'Not sure yet'].map((range, i) => ( ))}

Minimum 10 characters. Be as detailed as possible for a faster, more accurate response.

We respect your privacy. Your information is never shared with third parties.

{contactInfo.map((info) => (

{info.title}

{info.details.map((detail) => (

{detail}

))} {info.link && ( {info.linkLabel} )}
))}

Common Questions

Quick answers to help you before reaching out.

{[ { q: 'How quickly will you respond to my inquiry?', a: 'We respond to all inquiries within 24 hours on business days. For urgent matters, please call us directly.', }, { q: 'Do you work with clients outside Maharashtra?', a: 'Absolutely. We work with clients across India and globally, and are fully equipped for remote collaboration across time zones.', }, { q: 'What information should I include in my message?', a: 'The more detail, the better! Include your project goals, timeline, budget range, and any technical requirements you already have in mind.', }, { q: 'Do you offer free consultations?', a: 'Yes — we offer a complimentary 30-minute discovery call for all new project inquiries. Just mention it in your message.', }, ].map((faq, i) => (
{faq.q}

{faq.a}

))}

Ready to get started?

Let's Build Something Remarkable Together

Join 200+ companies who've transformed their digital presence with WorkRoot.

Guaranteed response within 24 business hours