--- // Contact Page for WorkRoot IT Solutions // 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: ['123 Tech Plaza, Suite 400', 'San Francisco, CA 94105'], link: 'https://maps.google.com/?q=123+Tech+Plaza+San+Francisco+CA', linkLabel: 'Get directions', color: 'primary', }, { icon: 'phone', title: 'Call Us', details: ['+1 (555) 123-4567', '+1 (555) 987-6543'], link: 'tel:+15551234567', linkLabel: 'Call now', color: 'accent', }, { icon: 'email', title: 'Email Us', details: ['hello@workroot.in', 'support@workroot.in'], link: 'mailto:hello@workroot.in', linkLabel: 'Send email', color: 'emerald', }, { icon: 'clock', title: 'Business Hours', details: ['Mon – Fri: 9:00 AM – 6:00 PM', 'Sat – Sun: Closed'], link: null, linkLabel: null, color: 'violet', }, ]; // Social links const socialLinks = [ { name: 'LinkedIn', href: '#', icon: 'linkedin', description: 'Connect professionally', color: 'hover:bg-[#0077b5]', }, { name: 'Twitter / X', href: '#', icon: 'twitter', description: 'Follow for updates', color: 'hover:bg-[#000000]', }, { name: 'GitHub', href: '#', icon: 'github', description: 'See our open source', color: 'hover:bg-[#333333]', }, { name: 'Instagram', href: '#', icon: 'instagram', description: 'Behind the scenes', color: 'hover:bg-gradient-to-br hover:from-[#f9ce34] hover:via-[#ee2a7b] hover:to-[#6228d7]', }, ]; // Trust indicators const trustStats = [ { value: '500+', label: 'Projects Delivered' }, { value: '98%', label: 'Client Satisfaction' }, { value: '< 24h', label: 'Response Time' }, { value: '10+', 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) => ( ))}
0 / 5000

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} )}
))}

123 Tech Plaza

San Francisco, CA 94105

Get Directions Opens in Google Maps
Open now · Closes at 6 PM
View on map

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 San Francisco?', a: 'Absolutely. We work with clients 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