-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
577 lines (513 loc) · 24.3 KB
/
index.html
File metadata and controls
577 lines (513 loc) · 24.3 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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Radiance Thermography | Phoenix Thermography & Thermal Imaging</title>
<meta name="description" content="Radiance Thermography in Phoenix, Arizona. Non-invasive thermal imaging with clear reporting. Serving Phoenix Metro including Glendale, Scottsdale and surrounding cities." />
<link rel="canonical" href="https://PLACEHOLDER-DOMAIN.com/" />
<!-- Social -->
<meta property="og:title" content="Radiance Thermography | Phoenix Thermography & Thermal Imaging" />
<meta property="og:description" content="Non-invasive thermal imaging with clear reporting. Serving Phoenix Metro." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://PLACEHOLDER-DOMAIN.com/" />
<meta property="og:image" content="https://PLACEHOLDER-DOMAIN.com/assets/img/hero-1200.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Icons -->
<link rel="icon" type="image/png" href="./assets/img/favicon-64.png" />
<link rel="apple-touch-icon" href="./assets/img/apple-touch-icon.png" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body data-build="v6-pastel">
<div class="ambient" aria-hidden="true"></div>
<header class="header">
<div class="container">
<div class="headerInner">
<a class="brand" href="#top" aria-label="Radiance Thermography home">
<img height="800" width="1200" loading="lazy" decoding="async" src="./assets/img/logo.png" alt="Radiance Thermography" />
<span>Phoenix Metro • Thermal Imaging</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="#services">Services</a>
<a href="#how">How it works</a>
<a href="#locations">Locations</a>
<a href="#faq">FAQ</a>
</nav>
<div class="navActions">
<a class="btn btn--ghost" href="#book">Book</a>
<button class="iconBtn" id="navToggle" aria-expanded="false" aria-controls="mobileNav">Menu</button>
</div>
</div>
<div class="mobileNav" id="mobileNav" aria-label="Mobile navigation">
<a href="#services">Services</a>
<a href="#how">How it works</a>
<a href="#locations">Locations</a>
<a href="#faq">FAQ</a>
<a href="#book">Book</a>
</div>
</div>
</header>
<main id="top">
<!-- HERO -->
<section class="section section--hero section is-active" id="hero">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="heroGrid">
<div class="heroCopy reveal">
<div class="kicker">Radiance Thermography • Phoenix, Arizona</div>
<h1 class="heroTitle">
Calm clarity for proactive monitoring.
<span class="heroUnderline" aria-hidden="true"></span>
</h1>
<p class="lead">
A small, premium clinic experience with straightforward next steps.
Serving Phoenix Metro, including Scottsdale, Glendale, Peoria, Tempe, Mesa and surrounding cities.
</p>
<div class="badgeRow">
<span class="chip">Non-invasive</span>
<span class="chip">No radiation</span>
<span class="chip">Private setting</span>
<span class="chip">Phoenix Metro</span>
</div>
<div style="display:flex; gap:12px; flex-wrap:wrap; margin-top:18px;">
<a class="btn" href="#book">Book appointment</a>
<a class="btn btn--ghost" href="#services">View services</a>
</div>
<div class="heroTrust" aria-label="Trust highlights">
<span class="trustPill">Non-invasive</span>
<span class="trustPill">No radiation</span>
<span class="trustPill">Private setting</span>
<span class="trustPill">Phoenix Metro</span>
</div>
<p class="fineprint">PLACEHOLDER: Add a one-sentence positioning line (what makes Radiance different).</p>
</div>
<aside class="heroPanel reveal" data-tilt>
<div class="heroPhoto" aria-hidden="true">
<picture>
<source type="image/webp" srcset="./assets/img/hero-1200.webp 1200w, ./assets/img/hero-2400.webp 2400w" sizes="(max-width: 920px) 92vw, 46vw">
<img height="800" width="1200" src="./assets/img/hero-1200.jpg" alt="" loading="eager" decoding="async">
</picture>
</div>
<div class="heroPanelInner">
<div class="panelCard" data-tilt>
<div class="panelTitle">Next openings</div>
<p id="nextOpenings" style="margin:0; color:rgba(245,241,234,.78);">Next openings: <strong>this week</strong></p>
<div class="panelMeta">
<span>PLACEHOLDER: Hours</span>
<span>PLACEHOLDER: Phone</span>
</div>
</div>
<div class="panelCard" data-tilt>
<div class="panelTitle">Quick booking</div>
<p style="margin:0; color:rgba(245,241,234,.78);">
Book in under a minute. You’ll get a confirmation and prep instructions.
</p>
<div style="display:flex; gap:10px; margin-top:12px; flex-wrap:wrap;">
<a class="btn" href="PLACEHOLDER: Square booking link">Book now</a>
<a class="btn btn--ghost" href="tel:PLACEHOLDER-PHONE">Call</a>
</div>
</div>
</div>
</aside>
</div>
</div>
</section>
<!-- TRUST -->
<section class="section section--tight" id="trust">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="grid3">
<div class="card reveal serviceCard" data-tilt>
<div class="iconLine"><span class="iconDot"></span><span>Precision</span></div>
<strong>Comfort-first process</strong>
<p>Simple instructions, private setting, and a clear flow from scan to report.</p>
</div>
<div class="card reveal serviceCard" data-tilt>
<div class="iconLine"><span class="iconDot"></span><span>Clarity</span></div>
<strong>Clean reporting</strong>
<p>Results presented in plain language with next steps and timing expectations.</p>
</div>
<div class="card reveal serviceCard" data-tilt>
<div class="iconLine"><span class="iconDot"></span><span>Local</span></div>
<strong>Phoenix metro focus</strong>
<p>Built to serve Phoenix, Scottsdale, Glendale, Peoria, Tempe, Mesa and nearby cities.</p>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section" id="services">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">Services</div>
<h2 class="reveal">Small menu, mighty outcomes.</h2>
<p class="lead reveal">Choose a service, then book. If you’re unsure, use the guided picker below.</p>
<div class="grid3" style="margin-top:18px;">
<div class="card reveal serviceCard" data-tilt>
<strong>Breast Thermography</strong>
<p>PLACEHOLDER: Service summary (what it includes, expected timing).</p>
<div class="hr"></div>
<p><strong>PRICE:</strong> PLACEHOLDER</p>
</div>
<div class="card reveal serviceCard" data-tilt>
<strong>Upper Body Thermography</strong>
<p>PLACEHOLDER: Service summary (what it includes, expected timing).</p>
<div class="hr"></div>
<p><strong>PRICE:</strong> PLACEHOLDER</p>
</div>
<div class="card reveal serviceCard" data-tilt>
<strong>Full Body Thermography</strong>
<p>PLACEHOLDER: Service summary (what it includes, expected timing).</p>
<div class="hr"></div>
<p><strong>PRICE:</strong> PLACEHOLDER</p>
</div>
</div>
<div class="hr"></div>
<div class="picker">
<div class="form reveal">
<h3 style="margin:0 0 10px;">Guided appointment picker</h3>
<p class="lead" style="margin-top:0;">Answer two questions. We’ll suggest the best starting point.</p>
<form id="recForm">
<div class="field">
<label for="goal">What’s your goal today?</label>
<select id="goal" required>
<option value="" selected disabled>Select one</option>
<option value="baseline">Baseline / proactive monitoring</option>
<option value="specific">Focused concern (one area)</option>
<option value="full">Full body overview</option>
</select>
</div>
<div class="field">
<label for="timeline">How soon do you want an appointment?</label>
<select id="timeline" required>
<option value="" selected disabled>Select one</option>
<option value="soon">This week</option>
<option value="month">This month</option>
<option value="later">No rush</option>
</select>
</div>
<button class="btn" type="submit">Recommend a service</button>
</form>
</div>
<div class="recommendation reveal" id="recCard" hidden>
<h3 style="margin:0 0 10px;">Recommendation</h3>
<p id="recText" class="lead" style="margin-top:0;"> </p>
<div class="hr"></div>
<a class="btn" id="recCta" href="#book">Book this service</a>
<button class="btn btn--ghost" id="whyToggle" style="margin-top:10px;" aria-expanded="false" type="button">Why this recommendation</button>
<p id="recWhy" class="lead" hidden style="margin-top:10px;"> </p>
</div>
</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section class="section" id="how">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">How it works</div>
<h2 class="reveal">A calm, clear process.</h2>
<div class="grid3" style="margin-top:18px;">
<div class="card reveal step">
<strong>1) Book</strong>
<p>Choose a service and book. You’ll receive confirmation and prep instructions.</p>
</div>
<div class="card reveal step">
<strong>2) Prep</strong>
<p>Arrive comfortable and ready. We’ll walk you through the process at a relaxed pace.</p>
</div>
<div class="card reveal step">
<strong>3) Report</strong>
<p>Receive your results with plain-language notes and next steps.</p>
</div>
</div>
<div class="hr"></div>
<div class="grid2">
<div class="card reveal">
<strong>What to bring</strong>
<p>PLACEHOLDER: List (ID, hydration notes, etc.).</p>
</div>
<div class="card reveal">
<strong>Timing</strong>
<p>PLACEHOLDER: Typical appointment length and report turnaround.</p>
</div>
</div>
</div>
</section>
<!-- REPORT PREVIEW -->
<section class="section" id="report">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">Report preview</div>
<h2 class="reveal">Designed to be understandable.</h2>
<p class="lead reveal">No jargon spiral. Just what you need, in order.</p>
<div class="grid2" style="margin-top:18px;">
<div class="mockReport reveal" data-tilt>
<img height="800" width="1200" src="./assets/img/calm-1600.jpg" alt="Calm clinic style image" loading="lazy" decoding="async">
<p style="margin-top:12px;">PLACEHOLDER: Add an actual report screenshot if approved by client.</p>
</div>
<div class="card reveal">
<strong>What you’ll receive</strong>
<p>• Clear findings summary<br>• Notes for next steps<br>• Timing and follow-up guidance</p>
<div class="hr"></div>
<p><strong>PLACEHOLDER:</strong> Add policy text for medical disclaimers and appropriate language.</p>
</div>
</div>
</div>
</section>
<!-- LOCATIONS -->
<section class="section" id="cities">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="sectionHead">
<div class="kicker">Phoenix Metro</div>
<h2>Serving Phoenix and surrounding cities</h2>
<p class="lead">We keep it simple: clear scheduling, calm guidance, and a professional experience from booking to report delivery.</p>
</div>
<div class="cityGrid">
<div class="cityCard reveal" data-tilt>
<h3>Phoenix</h3>
<p>PLACEHOLDER: Add your Phoenix location details or “By appointment only” guidance. Ideal for clients seeking thermography in Phoenix and nearby neighborhoods.</p>
</div>
<div class="cityCard reveal" data-tilt>
<h3>Scottsdale</h3>
<p>Appointments for Scottsdale clients with easy access and flexible scheduling. PLACEHOLDER: Add Scottsdale-specific notes (parking, building, landmark).</p>
</div>
<div class="cityCard reveal" data-tilt>
<h3>Glendale</h3>
<p>Serving Glendale and the West Valley. PLACEHOLDER: Add any Glendale directions, cross-streets, or service-area details.</p>
</div>
</div>
</div>
</section>
<section class="section" id="locations">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">Locations</div>
<h2 class="reveal">Phoenix metro, by appointment.</h2>
<p class="lead reveal">Tap a city to see local details. Map is optional on mobile.</p>
<div class="locationWrap" style="margin-top:18px;">
<div class="mapCard reveal is-collapsed" id="mapCard">
<div class="mapTop">
<h3>Service area</h3>
<button class="mapToggle" id="mapToggle" type="button" aria-expanded="false">View map</button>
</div>
<!-- Simple abstract map (not geographic) -->
<svg class="mapSvg" viewBox="0 0 520 320" role="img" aria-label="Phoenix Metro map selector">
<defs>
<linearGradient id="g1" x1="0" x2="1">
<stop offset="0" stop-color="rgba(127,230,209,.35)"/>
<stop offset="1" stop-color="rgba(255,215,178,.22)"/>
</linearGradient>
</defs>
<rect x="0" y="0" width="520" height="320" rx="18" fill="rgba(255,255,255,.02)" stroke="rgba(255,255,255,.08)"/>
<path d="M78 212 C120 120, 186 98, 256 132 C320 164, 360 120, 430 132" fill="none" stroke="url(#g1)" stroke-width="2" opacity=".55"/>
<g opacity=".95">
<circle class="pin" id="pin-phoenix" cx="248" cy="172" r="9" fill="rgba(127,230,209,.55)" stroke="rgba(255,255,255,.25)" />
<circle class="pin" id="pin-scottsdale" cx="318" cy="154" r="9" fill="rgba(255,215,178,.45)" stroke="rgba(255,255,255,.25)" />
<circle class="pin" id="pin-glendale" cx="188" cy="152" r="9" fill="rgba(255,215,178,.35)" stroke="rgba(255,255,255,.25)" />
<circle class="pin" id="pin-peoria" cx="164" cy="132" r="9" fill="rgba(127,230,209,.35)" stroke="rgba(255,255,255,.25)" />
</g>
<text x="20" y="295" fill="rgba(245,241,234,.60)" font-size="12">This is a visual selector, not a geographic map.</text>
</svg>
</div>
<div class="cityCard reveal" id="cityCard" data-tilt>
<div class="cityTitle">
<h3 id="cityName">Phoenix</h3>
<span class="chip" id="cityTag">Primary</span>
</div>
<div class="cityMeta">
<div class="line" id="cityAddress">PLACEHOLDER: Address or “By appointment only”</div>
<div class="line" id="cityHours">PLACEHOLDER: Hours</div>
<div class="line" id="cityParking">PLACEHOLDER: Parking / arrival notes</div>
</div>
<div class="cityChips" role="group" aria-label="Choose a city">
<button type="button" data-city="phoenix" aria-pressed="true">Phoenix</button>
<button type="button" data-city="scottsdale" aria-pressed="false">Scottsdale</button>
<button type="button" data-city="glendale" aria-pressed="false">Glendale</button>
<button type="button" data-city="peoria" aria-pressed="false">Peoria</button>
</div>
<div class="hr"></div>
<p class="lead" style="margin-top:0;">
PLACEHOLDER: Add a short city-specific blurb (trust + local relevance).
</p>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section" id="faq">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">FAQ</div>
<h2 class="reveal">Direct answers.</h2>
<div class="faq" style="margin-top:18px;">
<details class="faqItem reveal">
<summary>Is thermography painful?</summary>
<p>No. PLACEHOLDER: Add client-approved language describing comfort level.</p>
</details>
<details class="faqItem reveal">
<summary>How long does an appointment take?</summary>
<p>PLACEHOLDER: Typical timing for visit (e.g., 30–60 minutes).</p>
</details>
<details class="faqItem reveal">
<summary>When will I receive my report?</summary>
<p>PLACEHOLDER: Turnaround time and how it’s delivered.</p>
</details>
<details class="faqItem reveal">
<summary>Do you take insurance?</summary>
<p>PLACEHOLDER: Policy statement. (Most clinics provide receipts for self-submission.)</p>
</details>
<details class="faqItem reveal">
<summary>What is your cancellation policy?</summary>
<p>PLACEHOLDER: Cancellation / reschedule rules.</p>
</details>
</div>
</div>
</section>
<!-- BOOK -->
<section class="section section--cta" id="book">
<div class="spotlight" aria-hidden="true"></div>
<div class="container">
<div class="kicker">Book</div>
<h2 class="reveal">Book in under a minute.</h2>
<p class="lead reveal">Use the booking link below. If you have questions, call or email first.</p>
<div class="grid2" style="margin-top:18px;">
<div class="card reveal">
<strong>Booking</strong>
<p>PLACEHOLDER: Square booking link</p>
<div class="hr"></div>
<a class="btn" href="PLACEHOLDER: Square booking link">Book appointment</a>
</div>
<div class="card reveal">
<strong>Contact</strong>
<p>Phone: PLACEHOLDER: Phone number<br>
Email: PLACEHOLDER: Email address</p>
<div class="hr"></div>
<div style="display:flex; gap:12px; flex-wrap:wrap;">
<a class="btn btn--ghost" href="tel:PLACEHOLDER-PHONE">Call</a>
<a class="btn" href="mailto:PLACEHOLDER-EMAIL">Email</a>
</div>
</div>
</div>
<p style="margin-top:18px; color:rgba(245,241,234,.60); font-size:13px;" class="reveal">
PLACEHOLDER: Add required disclaimers and compliance language for thermography and wellness messaging.
</p>
</div>
</section>
</main>
<!-- Mobile Sticky CTA -->
<div class="stickyCta" id="stickyCta" aria-label="Quick actions">
<a class="primary" href="PLACEHOLDER: Square booking link">Book</a>
<a class="secondary" href="tel:PLACEHOLDER-PHONE">Call</a>
</div>
<section class="section" id="aeo">
<div class="container">
<div class="card aeoSnippets">
<h2>Quick answers</h2>
<div class="qaGrid">
<div class="qaItem">
<h3>What is thermography?</h3>
<p>Thermography measures skin surface temperature patterns. It is non-invasive and uses no radiation. It does not diagnose disease.</p>
</div>
<div class="qaItem">
<h3>Do I need a referral?</h3>
<p>PLACEHOLDER: Add referral policy. Many clients book directly and share results with their healthcare provider.</p>
</div>
<div class="qaItem">
<h3>How do I book?</h3>
<p>Use our booking link to choose an appointment time. PLACEHOLDER: Add Square booking link.</p>
</div>
</div>
</div>
</div>
</section>
<footer class="footer" id="contact">
<div class="container">
<div class="footerGrid">
<div>
<strong>Radiance Thermography</strong>
<p style="margin-top:8px;">Phoenix, Arizona • Serving Scottsdale, Glendale and surrounding cities.</p>
<small>PLACEHOLDER: Address or “By appointment only” • PLACEHOLDER: Hours</small>
</div>
<div>
<strong>Quick links</strong>
<p style="margin:10px 0 0;">
<a href="./privacy.html">Privacy</a><br>
<a href="./terms.html">Terms</a><br>
<a href="mailto:PLACEHOLDER-EMAIL">Email</a><br>
<a href="tel:PLACEHOLDER-PHONE">Call</a>
</p>
</div>
</div>
<div class="footerBottom">
<p class="footerCredit">Designed, Hosted and Cared For by <a href="https://LittleFightNYC.com" target="_blank" rel="noopener">LittleFightNYC.com</a></p>
</div>
</div>
<span class="srOnly" id="buildVersion">Build: v6-pastel</span>
</footer>
<!-- LocalBusiness + FAQ Schema (placeholders to be replaced with real info) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": ["LocalBusiness", "MedicalBusiness"],
"name": "Radiance Thermography",
"url": "https://PLACEHOLDER-DOMAIN.com/",
"image": "https://PLACEHOLDER-DOMAIN.com/assets/img/hero-1200.jpg",
"telephone": "PLACEHOLDER: Phone number",
"email": "PLACEHOLDER: Email address",
"areaServed": ["Phoenix, AZ","Scottsdale, AZ","Glendale, AZ","Peoria, AZ","Tempe, AZ","Mesa, AZ"],
"address": {
"@type": "PostalAddress",
"streetAddress": "PLACEHOLDER: Street address or omit if service-area-only",
"addressLocality": "Phoenix",
"addressRegion": "AZ",
"postalCode": "PLACEHOLDER",
"addressCountry": "US"
},
"openingHoursSpecification": [{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
"opens": "PLACEHOLDER",
"closes": "PLACEHOLDER"
}],
"sameAs": ["PLACEHOLDER: Social links if any"],
"priceRange": "PLACEHOLDER"
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is thermography painful?",
"acceptedAnswer": { "@type": "Answer", "text": "No. PLACEHOLDER: Add client-approved comfort language." }
},
{
"@type": "Question",
"name": "How long does an appointment take?",
"acceptedAnswer": { "@type": "Answer", "text": "PLACEHOLDER: Typical timing for the visit." }
},
{
"@type": "Question",
"name": "When will I receive my report?",
"acceptedAnswer": { "@type": "Answer", "text": "PLACEHOLDER: Turnaround time and delivery method." }
},
{
"@type": "Question",
"name": "Do you take insurance?",
"acceptedAnswer": { "@type": "Answer", "text": "PLACEHOLDER: Insurance policy statement." }
},
{
"@type": "Question",
"name": "What is your cancellation policy?",
"acceptedAnswer": { "@type": "Answer", "text": "PLACEHOLDER: Cancellation and reschedule rules." }
}
]
}
]
}
</script>
<script src="./app.js"></script>
</body>
</html>