113 lines
10 KiB
HTML
113 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="light">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Contact | Arizona Computer Guru</title>
|
|
<meta name="description" content="Talk to a human in Tucson. Call 520.304.8300, email info@azcomputerguru.com, or visit 7437 E. 22nd St. No pressure, no pitch." />
|
|
<meta name="color-scheme" content="light dark" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Lexend:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;600;700&family=Fraunces:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600;700&family=Anton&family=Hanken+Grotesk:wght@400;500;700&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
<script>(function(){try{var s=localStorage.getItem("acg-theme");var m=s||(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");document.documentElement.setAttribute("data-theme",m);document.documentElement.setAttribute("data-skin",(localStorage.getItem("acg-skin")||"ledger"));document.documentElement.classList.add("js");}catch(e){}})();</script>
|
|
<script type="application/ld+json">
|
|
{"@context":"https://schema.org","@type":"LocalBusiness","name":"Arizona Computer Guru","image":"assets/images/contact.png","address":{"@type":"PostalAddress","streetAddress":"7437 E. 22nd St","addressLocality":"Tucson","addressRegion":"AZ","postalCode":"85710","addressCountry":"US"},"telephone":"+1-520-304-8300","email":"info@azcomputerguru.com","url":"https://azcomputerguru.com","openingHours":"Mo-Fr 09:00-17:00"}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<a href="#main" class="sr-only">Skip to content</a>
|
|
<header class="site-header">
|
|
<div class="wrap">
|
|
<a class="brand" href="index.html" aria-label="Arizona Computer Guru home">
|
|
<span class="brand__mark" aria-hidden="true">ACG</span>
|
|
<span><span class="brand__name">Arizona Computer Guru</span><br /><span class="brand__since">Concierge IT · Tucson · since 2001</span></span>
|
|
</a>
|
|
<nav class="nav" aria-label="Primary">
|
|
<div class="nav__links" id="navLinks">
|
|
<a class="nav__link" href="index.html">Home</a>
|
|
<a class="nav__link" href="services.html">Services</a>
|
|
<a class="nav__link" href="pricing.html">Pricing</a>
|
|
<a class="nav__link" href="calculator.html">Estimate</a>
|
|
<a class="nav__link" href="about.html">About</a>
|
|
<a class="nav__link" href="contact.html" aria-current="page">Contact</a>
|
|
</div>
|
|
<a class="nav__phone" href="tel:+15203048300">520.304.8300</a>
|
|
<button class="skin-toggle" id="skinToggle" type="button" aria-label="Switch visual skin (Paper, Midnight, Verdigris, or Bold)" title="Switch skin: Paper / Midnight / Verdigris / Bold"><span class="sw" aria-hidden="true"></span></button>
|
|
<button class="theme-toggle" id="themeToggle" type="button" aria-pressed="false" aria-label="Switch to dark theme" title="Toggle light / dark"><span aria-hidden="true" data-theme-icon>☀</span></button>
|
|
<button class="nav__toggle" id="navToggle" type="button" aria-expanded="false" aria-controls="navLinks" aria-label="Open menu">≡</button>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="main">
|
|
<section class="contact ledger" id="contact" aria-labelledby="contact-h" style="padding-top:calc(var(--base)*3);">
|
|
<div class="wrap">
|
|
<div class="contact__intro reveal">
|
|
<p class="section-tag">No pressure, no pitch <span>/ let's talk</span></p>
|
|
<h1 id="contact-h">Talk to a human</h1>
|
|
<p class="muted">Tell us what is frustrating you, or send over an estimate from the calculator. We will give you honest feedback, even if that is "your current setup is fine, here is one thing to fix."</p>
|
|
<div class="contact__lines">
|
|
<div><span class="k">Phone</span><br /><a class="v" href="tel:+15203048300">520.304.8300</a></div>
|
|
<div><span class="k">Email</span><br /><a class="v" href="mailto:info@azcomputerguru.com">info@azcomputerguru.com</a></div>
|
|
<div><span class="k">Office</span><br /><span class="v">7437 E. 22nd St, Tucson, AZ 85710</span></div>
|
|
<div><span class="k">Hours</span><br /><span class="v">Mon–Fri 9–5 · 24/7 emergency for Priority clients</span></div>
|
|
</div>
|
|
<figure class="office-figure">
|
|
<img src="assets/images/contact.png" width="1248" height="832" alt="A warm southwestern stucco storefront at golden hour with a saguaro and the Santa Catalina mountains in the distance, Tucson." loading="lazy" />
|
|
<figcaption><span>East side, Tucson</span><span>come say hello</span></figcaption>
|
|
</figure>
|
|
</div>
|
|
|
|
<form class="contact__form reveal" id="contactForm" novalidate>
|
|
<div class="form-field">
|
|
<label for="cf-name">Your name</label>
|
|
<input id="cf-name" name="name" type="text" autocomplete="name" required />
|
|
</div>
|
|
<div class="form-field">
|
|
<label for="cf-biz">Business</label>
|
|
<input id="cf-biz" name="business" type="text" autocomplete="organization" />
|
|
</div>
|
|
<div class="form-field">
|
|
<label for="cf-contact">Phone or email</label>
|
|
<input id="cf-contact" name="contact" type="text" autocomplete="email" required />
|
|
</div>
|
|
<div class="form-field">
|
|
<label for="cf-msg">What can we help with?</label>
|
|
<textarea id="cf-msg" name="message"></textarea>
|
|
</div>
|
|
<button class="btn btn--primary" type="submit">Send message <span class="arrow" aria-hidden="true">→</span></button>
|
|
<p class="form-note" id="formNote" aria-live="polite">We reply the same business day. (Demo build: this form is not wired to a mailbox.)</p>
|
|
</form>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="faq" id="faq" aria-labelledby="faq-h">
|
|
<div class="wrap wrap--narrow">
|
|
<p class="section-tag">Straight answers <span>/ ask us anything</span></p>
|
|
<h2 id="faq-h">Questions worth asking any IT company</h2>
|
|
<div class="faq__list" id="faqList">
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>Will I get a real person, or an offshore call center?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">A real, local person. Our team works out of our Tucson office at 7437 E. 22nd St. You can visit, and after hours you reach an on-call tech who is also local, not a queue overseas.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>What's your contract term?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">Month-to-month. Cancel with 30 days' notice, no early-termination fee. We would rather earn your business every month than trap you in a three-year agreement.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>What happens if I use more support hours than my plan includes?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">Plan hours are used first. After that we draw from any pre-paid block time you have banked ($100 to $150/hr), which never expires. No block time? Overage is billed at $175/hr, and we will always flag it before the meter runs.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>How fast do you respond to an emergency?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">By plan: Standard is 8 hours, Premium 4 hours, Priority 2 hours around the clock. A total outage is escalated immediately regardless of plan, and for local clients we are typically onsite within 1 to 2 hours.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>What security is actually included?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">GPS-Pro and above include advanced EDR, email security, dark-web monitoring, and monthly security-awareness training. GPS-Advanced adds compliance tooling and ransomware rollback. Basic antivirus alone is not enough anymore, so we do not pretend it is.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>Can you help me meet cyber-insurance requirements?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">Yes. GPS-Pro covers most of what insurers ask for: MFA enforcement, EDR, training, and cloud backups, and we will provide documentation for your agent. We work with several Tucson insurance agents regularly.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>What if my team grows or shrinks?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">Billing is per endpoint, so it just follows your headcount. Add three people, add three endpoints; downsize and it drops the next month. No contract amendments, no penalties.</div></div></div>
|
|
<div class="faq__item"><button class="faq__q" aria-expanded="false"><span>Do you really publish your pricing?</span><span class="pm" aria-hidden="true">+</span></button><div class="faq__a"><div class="faq__a-inner">You are looking at it. Our rates are on the pricing page and in the estimator. We think hiding prices is a red flag, in any IT company, including us.</div></div></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="wrap">
|
|
<p>© <span id="year">2026</span> Arizona Computer Guru · Protecting Tucson businesses since 2001</p>
|
|
<p><a href="tel:+15203048300">520.304.8300</a> · <a href="mailto:info@azcomputerguru.com">info@azcomputerguru.com</a></p>
|
|
<p class="disclaimer">Local demonstration build of a proposed azcomputerguru.com (multipage). Pricing reflects published GPS rates and is illustrative for the estimator; a real quote is tailored to your environment. The contact form is not wired to a mailbox. Photography is representational.</p>
|
|
</div>
|
|
</footer>
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|