-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
229 lines (224 loc) · 15.6 KB
/
Copy pathfaq.html
File metadata and controls
229 lines (224 loc) · 15.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home Theater FAQs Potomac | Permits, Atmos, Projectors</title>
<meta name="description" content="Potomac-specific home theater FAQs: permits, HOAs, ceiling heights, soundproofing, projector vs OLED, recalibration, 7.1.4 vs 9.1.6, timelines, resale value.">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ["Inter", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "sans-serif"],
},
colors: {
ink: "#1a1a1a",
accent: "#d4af37",
soft: "#faf8f5",
sand: "#e7dfd0"
}
}
}
}
</script>
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Deep FAQ Schema (10 Q&As) -->
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"FAQPage",
"mainEntity":[
{
"@type":"Question",
"name":"Do Potomac basements need special soundproofing for home theaters?",
"acceptedAnswer":{"@type":"Answer","text":"Yes. Potomac basements often have concrete walls and low ceilings that carry sound upstairs. Adding acoustic insulation, carpet padding, and door seals reduces noise bleed while improving audio quality. Proper soundproofing ensures family comfort and prevents HOA noise complaints."}
},
{
"@type":"Question",
"name":"How do HOA rules in neighborhoods like Avenel or River Falls affect home theater installation?",
"acceptedAnswer":{"@type":"Answer","text":"Most Potomac HOAs don’t restrict interior projects, but some require electrical permits, licensed contractors, or proof of compliance with noise standards. We handle HOA approvals, ensuring your installation meets neighborhood guidelines while preserving home value."}
},
{
"@type":"Question",
"name":"What ceiling heights work best for Dolby Atmos in Potomac homes?",
"acceptedAnswer":{"@type":"Answer","text":"Dolby Atmos performs best in rooms with 9–10 foot ceilings. Standard 8-foot basements can still support Atmos using wall-mounted or angled in-ceiling speakers. Homes with 10+ foot ceilings allow advanced Atmos setups with precise overhead sound placement."}
},
{
"@type":"Question",
"name":"Do I need permits for home theater electrical work in Montgomery County?",
"acceptedAnswer":{"@type":"Answer","text":"Yes. While mounting speakers and screens doesn’t require permits, adding circuits or outlets does. We use licensed electricians to secure permits and meet Montgomery County code, protecting your investment and ensuring safe installation."}
},
{
"@type":"Question",
"name":"How do you work around support beams or columns in Potomac basements?",
"acceptedAnswer":{"@type":"Answer","text":"Structural columns are common in colonial basements. We integrate them into seating layouts, wrap them with acoustic treatment, or conceal them in millwork. This turns obstacles into design features without sacrificing sight lines or sound quality."}
},
{
"@type":"Question",
"name":"What’s the typical installation timeline for a premium home theater in Potomac?",
"acceptedAnswer":{"@type":"Answer","text":"Most premium theaters take 3–5 days to complete. Basic media rooms can be finished in 1–2 days, while luxury projects with custom seating, risers, and acoustic treatments may take a full week. We schedule to minimize disruption."}
},
{
"@type":"Question",
"name":"Does adding a home theater increase resale value in Potomac’s luxury market?",
"acceptedAnswer":{"@type":"Answer","text":"Yes. In Potomac’s high-end market, dedicated theaters can add $15,000–$25,000 to resale value. Buyers see theaters as luxury amenities that distinguish homes. Properly designed systems with smart integration appeal strongly to tech-savvy buyers."}
},
{
"@type":"Question",
"name":"How often should a home theater system be recalibrated for best performance?",
"acceptedAnswer":{"@type":"Answer","text":"Once a year is ideal. Seasonal changes in humidity and furniture placement affect acoustics. Annual recalibration ensures accurate sound, balanced bass, and consistent performance. Luxury systems benefit from ongoing professional service contracts."}
},
{
"@type":"Question",
"name":"Is a projector or OLED TV better for Potomac basements?",
"acceptedAnswer":{"@type":"Answer","text":"Projectors with 100–120 inch screens deliver a true cinema feel in dark basements. OLED TVs offer brighter images and better contrast in multipurpose rooms with ambient light. The right choice depends on room lighting and entertainment goals."}
},
{
"@type":"Question",
"name":"Is upgrading from 7.1.4 to 9.1.6 Dolby Atmos worth it in a dedicated theater?",
"acceptedAnswer":{"@type":"Answer","text":"For most basements, 7.1.4 is sufficient. In larger dedicated theaters, 9.1.6 adds extra surround and overhead channels, improving immersion. The upgrade is worthwhile if your room exceeds 18×24 feet and you want reference-level cinematic performance."}
}
]
}
</script>
</head>
<body class="bg-soft font-sans text-ink">
<header class="border-b border-sand bg-soft">
<div class="mx-auto flex max-w-6xl items-center justify-between px-6 py-6">
<div class="text-lg font-semibold tracking-tight">Potomac Theater Installers</div>
<nav class="hidden items-center gap-8 text-sm font-medium text-ink/70 md:flex">
<a class="transition hover:text-ink" href="/">Home</a>
<a class="transition hover:text-ink" href="/services.html">Services</a>
<a class="transition hover:text-ink" href="/locations.html">Cities</a>
<a class="transition hover:text-ink" href="/case-studies/">Case Studies</a>
<a class="transition hover:text-ink" href="/faq.html">FAQ</a>
<a class="transition hover:text-ink" href="/contact.html">Contact</a>
</nav>
<a class="hidden rounded-full border border-accent px-4 py-2 text-sm font-medium text-accent transition hover:bg-accent hover:text-ink md:inline-flex" href="/contact.html">Book Consultation</a>
</div>
</header>
<main>
<!-- Hero -->
<section class="mx-auto max-w-4xl px-6 py-20 text-center">
<p class="text-xs uppercase tracking-[0.3em] text-ink/40">Expert answers</p>
<h1 class="mt-6 text-4xl font-semibold tracking-tight md:text-5xl">Potomac-focused home theater FAQs.</h1>
<p class="mt-6 text-lg text-ink/70">From HOA guidelines to Dolby Atmos layouts, we captured the questions Potomac homeowners ask most—and answered them in plain language.</p>
<div class="mt-8 text-sm text-ink/60">Need something else? <a class="font-medium text-accent" href="/contact.html">Send us your question →</a></div>
</section>
<!-- FAQ List -->
<section class="mx-auto max-w-4xl px-6 pb-24">
<div class="space-y-4">
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>Do Potomac basements need special soundproofing for home theaters?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Yes. Concrete walls and low ceilings push energy straight upstairs. Acoustic insulation, padding, and door seals reduce noise bleed while tightening the soundstage for the seats that matter.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>How do HOA rules in Avenel or River Falls affect installation?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Most Potomac HOAs stay hands-off indoors, yet many still request licensed electricians, proper permits, or sound compliance. We coordinate approvals so your project moves forward without friction.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>What ceiling heights work best for Dolby Atmos?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Atmos shines with 9–10 foot ceilings. Standard 8-foot basements still qualify using angled in-ceiling or on-wall height channels. Ten-foot-plus rooms let us pursue 9.1.6 or larger arrays.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>Do I need permits for electrical work in Montgomery County?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Yes for any new circuits, dedicated lines, or subpanels. Our licensed electricians secure permits, schedule inspections, and document code compliance.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>How do you work around support beams or columns?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">We integrate columns into seating plans, wrap them with acoustic treatment, or conceal them in millwork so they disappear visually while balancing the room acoustics.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>What’s the installation timeline?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Most premium theaters run 3–5 days. Media rooms with surface-mounted gear take 1–2 days, while custom risers and heavy acoustic treatment push to a week.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>Will a home theater boost resale value?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Yes. Dedicated theaters often add $15k–$25k in perceived value across Potomac’s luxury market and help listings feel turn-key.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>How often should the system be recalibrated?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Annual calibration keeps EQ curves, bass, and dialogue aligned with seasonal humidity swings and furniture updates.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>Projector or OLED for Potomac basements?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">Dedicated, light-controlled rooms favor 100–120″ projection for the true cinema experience. Multipurpose spaces with ambient light perform better with large-format OLED.</p>
</details>
<details class="group rounded-2xl border border-sand bg-white px-6 py-5">
<summary class="flex cursor-pointer items-center justify-between text-left text-base font-medium text-ink">
<span>Is upgrading from 7.1.4 to 9.1.6 worth it?</span>
<span class="text-ink/40 transition group-open:rotate-45">+</span>
</summary>
<p class="mt-4 text-sm leading-relaxed text-ink/70">For rooms above 18×24 feet, yes—extra surround and height channels expand the bubble of immersion. In standard basements, a tuned 7.1.4 layout is satisfyingly enveloping.</p>
</details>
</div>
</section>
</main>
<!-- CTA -->
<section class="mx-auto max-w-5xl px-6 pb-16">
<div class="rounded-[28px] bg-soft p-10 text-center shadow-[0_40px_120px_-80px_rgba(26,26,26,0.45)]">
<p class="text-xs uppercase tracking-[0.3em] text-ink/40">Still deciding?</p>
<h2 class="mt-4 text-3xl font-semibold tracking-tight">Let us answer it live.</h2>
<p class="mt-4 text-base leading-relaxed text-ink/70">Share your room dimensions, ceiling height, or HOA concerns and we’ll send back a tailored plan.</p>
<a class="mt-6 inline-flex rounded-full bg-accent px-6 py-3 text-sm font-medium text-ink transition hover:bg-[#b38e20]" href="/contact.html">Get a Consultation</a>
</div>
</section>
<!-- Footer -->
<footer class="border-t border-sand bg-ink text-soft">
<div class="mx-auto max-w-6xl px-6 py-14">
<div class="grid gap-10 md:grid-cols-[1.2fr_1fr]">
<div>
<h3 class="text-sm font-semibold uppercase tracking-[0.4em] text-soft/70">Potomac Theater Installers</h3>
<p class="mt-4 text-sm text-soft/80">21030 Frederick Rd, Ste G135<br>Germantown, MD 20876</p>
<p class="mt-2 text-sm text-soft/80">(301) 555-0136</p>
<p class="mt-6 text-xs text-soft/60">Licensed • Insured • Serving Potomac, MD and Montgomery County</p>
</div>
<div class="grid grid-cols-2 gap-6 text-sm text-soft/80">
<div class="space-y-3">
<a class="block transition hover:text-accent" href="/services.html">Services</a>
<a class="block transition hover:text-accent" href="/locations.html">Cities</a>
<a class="block transition hover:text-accent" href="/case-studies/">Case Studies</a>
</div>
<div class="space-y-3">
<a class="block transition hover:text-accent" href="/faq.html">FAQ</a>
<a class="block transition hover:text-accent" href="/about-us.html">About</a>
<a class="block transition hover:text-accent" href="/contact.html">Contact</a>
</div>
</div>
</div>
<p class="mt-10 text-xs text-soft/60">© 2025 Potomac Theater Installers. All rights reserved.</p>
</div>
</footer>
</body>
</html>