-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
756 lines (650 loc) · 32.5 KB
/
index.html
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
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apple Vision Pro - Apple</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css">
<link rel="stylesheet" href="Static/style.css">
<link rel="shortcut icon" href="Raw/images/225118.png" type="image/x-icon">
</head>
<body>
<div id="main">
<!-- Page 1 Start -->
<div id="page1" class="page">
<div id="nav">
<div id="above-nav">
<span><img src="Raw/images/apple_logo.png" id="apple_logo"></span>
<span>Store</span>
<span>Mac</span>
<span>iPad</span>
<span>iPhone</span>
<span>Watch</span>
<span>Vision</span>
<span>Air Pods</span>
<span>TV & Home</span>
<span>Entertainment</span>
<span>Accessories</span>
<span>Support</span>
<span><img src="Raw/images/search_icon.png" id="search_icon"></span>
<span><img src="Raw/images/shopping_bag.png" id="bag_icon"></span>
</div>
</div>
<video src="Raw/videos/video0.mp4" muted></video>
<nav>
<div id="inside-nav">
<h3>Apple Vision Pro</h3>
<button>Notify me</button>
</div>
</nav>
<div id="page1-bottom">
<h3>Introducing</h3>
<img src="Raw/images/logologo_1_white.png" alt="">
</div>
<!-- <div id="video1">
<video src="Raw/videos/video2.mp4" loop muted></video>
<h1>Welcome to the era of spatial computing.</h1>
</div> -->
<!-- <div id="video2">
<video src="Raw/videos/video3.mp4" loop muted></video>
<h1>Welcome to the era of spatial computing.</h1>
</div>
<div id="video3">
<video src="Raw/videos/video4.mp4" loop muted></video>
<h1>Welcome to the era of spatial computing.</h1>
</div>
<div id="video4">
<video src="Raw/videos/video1.mp4" loop muted></video>
<h1>Welcome to the era of spatial computing.</h1>
</div> -->
</div>
<!-- Page 1 End -->
<!-- Page 2 Start -->
<div id="page2">
<div id="video1">
<video src="Raw/videos/video2.mp4" loop muted></video>
<h1>Welcome to the era of spatial computing.</h1>
</div>
<div id="video2">
<video src="Raw/videos/video3.mp4" loop muted></video>
<h1>Apple Vision Pro seamlessly blends digital
<br>content with your physical space.
</h1>
</div>
<div id="video3">
<video src="Raw/videos/video4.mp4" loop muted></video>
<h1>You navigate simply by using your
<br>eyes, hands, and voice.
</h1>
</div>
<div id="video4">
<video src="Raw/videos/video1.mp4" loop muted></video>
<h1 id="h1-1">So you can do the things you love
<br>in ways never before possible.
</h1>
<h1 id="h1-2">You've never seen everything like this before.</h1>
</div>
</div>
<!-- Page 2 End -->
<!-- Page 3 Start -->
<div id="page3">
<div id="page3-upper-part">
<img src="Raw/images/logologo_1_black.png" alt="">
<div>
<h3><a
href="https://www.apple.com/105/media/us/apple-vision-pro/2023/7e268c13-eb22-493d-a860-f0637bacb569/films/product/vision-pro-product-tpl-us-2023_16x9.m3u8">Watch
the film</a></h3>
<img src="Raw/images/ios-play-circle.png" alt="">
</div>
<h3>Available early next year in the U.S.</h3>
</div>
<div id="apple-vision-pro">
<!-- <video src="Raw/videos/apple-vision_pro.mp4" autoplay loop muted id="apple-vision-vid"></video> -->
<canvas id="myCanvas" width="988px" height="492px"></canvas>
<!-- <img src="Raw/images/apple_vision_pro.jpeg" alt=""> -->
</div>
<button id="below-vid">
+ Take a closer look
</button>
</div>
<!-- Page 3 End -->
<!-- Page 4 Start -->
<div id="page4">
<div id="video5">
<video src="Raw/videos/video5.mp4" loop muted></video>
<div id="blackLayer"></div>
<div id="vid5-text">
<h2>Apps</h2>
<h1>Free your desktop.
<br>And your apps will follow.
</h1>
</div>
</div>
<div id="page4-lower">
<div class="int-container">
<div id="page4-left">
<h3>Your apps live in
<br>your space.
</h3>
</div>
<div id="page4-right">
<p>With Apple Vision Pro, you have an infinite canvas that
<br>transforms how you use the apps you love. Arrange apps
<br>anywhere and scale them to the perfect size, making the
<br>workspace of your dreams a reality — all while staying
<br>present in the world around you. Browse the web in Safari,
<br>create a to-do list in Notes, chat in Messages, and
<br>seamlessly move between them with a glance.
</p>
<button>
+ Learn more about apps
</button>
</div>
</div>
</div>
</div>
<!-- Page 4 End -->
<!-- Page 5 Start-->
<div id="page5">
<div id="video6">
<video src="Raw/videos/video6.mp4" loop muted></video>
<div id="blackLayer"></div>
<div id="vid6-text">
<h2>Entertainment</h2>
<h1>The ultimate theater.
<br>Wherever you are.
</h1>
</div>
</div>
<div id="page5-lower">
<div class="int-container">
<div id="page5-left">
<h3>Your apps live in
<br>your space.
</h3>
</div>
<div id="page5-right">
<p>Apple Vision Pro can transform any room into your own
<br>personal theater. Expand your movies, shows, and games up
<br>to the perfect size while feeling like you’re part of the action
<br>with Spatial Audio. And with more pixels than a 4K TV for
<br>each eye, you can enjoy stunning content wherever you are
<br>— whether that’s a long flight or the couch at home.
</p>
<button>
+ Learn more about entertainment
</button>
</div>
</div>
</div>
</div>
<!-- Page 5 End -->
<!-- Page 6 Start-->
<div id="page6">
<div id="video7">
<video src="Raw/videos/video7.mp4" loop muted></video>
<div id="blackLayer"></div>
<div id="vid7-text">
<h2>Photos and Videos</h2>
<h1>Be in the moment.
<br>All over again.
</h1>
</div>
</div>
<div id="page6-lower">
<div class="int-container">
<div id="page6-left">
<h3>Your memories
<br>come alive.
</h3>
</div>
<div id="page6-right">
<p>Apple Vision Pro is Apple’s first 3D camera. You can capture
<br>magical spatial photos and spatial videos in 3D, then relive
<br>those cherished moments like never before with immersive
<br>Spatial Audio. Your existing library of photos and videos
<br>looks incredible at remarkable scale. And panoramas wrap
<br>around you — making you feel like you’re standing right
<br>where you took them. You can also take spatial videos with
<br>iPhone 15 Pro, then view them on Apple Vision Pro.*s
</p>
<button>
+ Learn more about photos and videos
</button>
</div>
</div>
</div>
</div>
<!-- Page 6 End-->
<!-- Page 7 Start-->
<div id="page7">
<div id="video8">
<video src="Raw/videos/video3.mp4" loop muted></video>
<div id="blackLayer"></div>
<div id="vid8-text">
<h2>Connection</h2>
<h1>Get on the same page.
<br>In the same space.
</h1>
</div>
</div>
<div id="page7-lower">
<div class="int-container">
<div id="page7-left">
<h3>Make meetings more
<br>meaningful.
</h3>
</div>
<div id="page7-right">
<p>Apple Vision Pro makes it easy to collaborate and connect
<br>wherever you are. FaceTime video tiles are life-size, and as
<br>new people join, the call simply expands in your room. Within
<br>FaceTime, you can also use apps to collaborate with
<br>colleagues on the same documents simultaneously.
</p>
<button>
+ Learn more about connection
</button>
</div>
</div>
</div>
</div>
<!-- Page 7 End-->
<!-- Page 8 Start-->
<div id="page8">
<div id="page8-upper">
<h2>Design</h2>
<h1>Designed by Apple.
</h1>
<p>Apple Vision Pro is the result of decades of experience designing
<br>high‑performance, mobile, and wearable devices — culminating in
<br>new people join, the call simply expands in your room. Within
<br>FaceTime, you can also use apps to collaborate with
<br>colleagues on the same documents simultaneously.
</p>
</div>
<div id="page8-lower">
<canvas id="page8-canvas" width="1000px" height="980px"></canvas>
<div id="page8-lower-text">
<div id="p8text1" class="page8-texts">
<h3 class="page8-lower-text-h3" style="display: inline;">Enclosure. </h3><span
class="page8-lower-text-span" style="display: inline;">A singular piece of
three-dimensionally formed laminated glass flows into an aluminum alloy frame that curves to
wrap around your face.</span>
</div>
<div id="p8text2">
<h3 class="page8-lower-text-h3" style="display: inline;">Light Seal. </h3>
<p><span class="page8-lower-text-span" style="display: inline;">The Light Seal gently flexes to
conform to your face, delivering a precise fit while blocking out stray light.</span>
</p>
</div>
<div id="p8text3">
<h3 class="page8-lower-text-h3" style="display: inline;">Head Band. </h3>
<p><span class="page8-lower-text-span" style="display: inline;"> The Head Band provides
cushioning, breathability, and stretch. The Fit Dial lets you adjust Apple Vision Pro
precisely to your head.</span></p>
</div>
<div id="p8text4">
<h3 class="page8-lower-text-h3" style="display: inline;">Power. </h3>
<p><span class="page8-lower-text-span" style="display: inline;">The external battery supports up
to 2 hours of use, and all‑day use when plugged in.1</span></p>
</div>
<div id="p8text5">
<h3 class="page8-lower-text-h3" style="display: inline;">Sound. </h3>
<p><span class="page8-lower-text-span" style="display: inline;">Speakers positioned close to
your ears deliver rich Spatial Audio while keeping you aware of your
surroundings.</span></p>
</div>
<div id="p8text6">
<h3 class="page8-lower-text-h3" style="display: inline;">EyeSight. </h3>
<p><span class="page8-lower-text-span" style="display: inline;">An outward display reveals your
eyes while wearing Apple Vision Pro, letting others know when you are using apps or
fully immersed.</span></p>
</div>
</div>
</div>
</div>
<!-- Page 8 End-->
<!-- Page 9 Start-->
<div id="page9">
<div id="page9-container">
<div id="first-part">
<img src="Raw/images/page9-image1.jpeg" alt="">
<img src="Raw/images/page9-image2.jpeg" alt="">
</div>
<div id="second-part">
<video src="Raw/videos/page9-video1.mp4" loop muted></video>
</div>
</div>
<div id="third-part">
<p>A singular piece of
<span>three-dimensionally formed laminated glass</span>
acts as an optical surface for the cameras and sensors
that view the world. It flows seamlessly into a
<span>custom aluminum alloy frame</span>
that gently curves to wrap around your face while serving
as an attachment point for the <span>Light Seal.</span>
</p>
</div>
<div id="part-four">
<button>
+ Learn more about design
</button>
</div>
</div>
<!-- Page 9 End-->
<!-- Page 10 Start-->
<div id="page10">
<div id="video11">
<video src="Raw/videos/video9.mp4" loop muted></video>
<div id="blackLayer"></div>
<div id="vid11-text">
<h2>visionOS</h2>
<h1>Apple’s first spatial
<br>operating system.
</h1>
</div>
</div>
<div id="page10-lower">
<div class="int-container">
<div id="page10-left">
<h3>Interaction designed
<br>for spatial computing.
</h3>
</div>
<div id="page10-right">
<p>Built on the foundation of macOS, iOS, and iPadOS, visionOS
<br>enables powerful spatial experiences. Control
<br>Apple Vision Pro with your eyes, hands, and voice —
<br>interactions feel intuitive and magical. Simply look at an
<br>element, tap your fingers together to select, and use the
<br>virtual keyboard or dictation to type.
</p>
</div>
</div>
</div>
</div>
<!-- Page 10 End -->
<!-- Page 11 Start-->
<div id="page11">
<div id="page11-container">
<div id="page11-container-first-part">
<img src="Raw/images/scaling_ui__gosi0305um2y_large_2x.jpg" alt="">
<img src="Raw/images/spatial_interaction__br11mf88bzxy_large_2x.jpg" alt="">
</div>
</div>
<div id="page11-lower">
<div class="int-container">
<div id="page11-left">
<h3>Apps leap into life.
</h3>
</div>
<div id="page11-right">
<p>In visionOS, apps can fill the space around you, beyond the
<br>boundaries of a display. They can be moved anywhere,
<br>scaled to the perfect size, react to the lighting in your room,
<br>and even cast shadows.
</p>
</div>
</div>
</div>
<section>
<div class="carousel-container">
<div class="carousel">
<img src="Raw/images/environment_moon__cddspuen58eq_large_2x.jpg" alt="Image 1"
class='carousel-image'>
<img src="Raw/images/environment_mt_hood__bowcnbltk57m_large_2x.jpg" alt="Image 2"
class='carousel-image'>
<img src="Raw/images/environment_white_sand__d9yi9qfevrue_large_2x.jpg" alt="Image 3"
class='carousel-image'>
</div>
<button class="arrow-button left-arrow"><span id="arrow1">‹</span></button>
<button class="arrow-button right-arrow"><span id="arrow2">›</span></button>
</div>
</section>
<div id="page11-lower">
<div class="int-container" style="margin-bottom: 180px;">
<div id="page11-left">
<h3>Expand your
<br>surroundings.
</h3>
</div>
<div id="page11-right">
<p>Environments let you transform the space around you, so
<br>apps can extend beyond the dimensions of your room.
<br>Choose from a selection of beautiful landscapes, or
<br>magically replace your ceiling with a clear, open sky. The
<br>Digital Crown gives you full control over how immersed
<br>you are.
</p>
</div>
</div>
</div>
<div id="page11-lower-1">
<img src="Raw/images/page11-image.jpeg" alt="">
</div>
<div id="page7-lower">
<div class="int-container">
<div id="page7-left">
<h3>Stay connected to
<br>people around you.
</h3>
</div>
<div id="page7-right">
<p>Apple Vision Pro helps you remain connected to those
<br>around you. EyeSight reveals your eyes and lets those
<br>nearby know when you’re using apps or fully immersed in an
<br>experience. When someone approaches, Apple Vision Pro
<br>simultaneously lets you see the person and reveals your
<br>eyes to them.
</p>
<button>
+ Learn more about visionOS
</button>
</div>
</div>
</div>
</div>
<!-- Page 11 End -->
<!-- Page 12 Start -->
<div id="page12">
<div id="page12-center-top">
<div>
<h3>Technology</h3>
</div>
<div>
<h1>Innovation you can
<br>see, hear, and feel.
</h1>
</div>
<div>
<p><span>Pushing boundaries from the inside out.</span> Spatial experiences on
<br>Apple Vision Pro are only possible through groundbreaking Apple
<br>technology. Displays the size of a postage stamp that deliver more pixels
<br>than a 4K TV to each eye. Incredible advances in Spatial Audio. A
<br>revolutionary dual‑chip design featuring custom Apple silicon. A
<br>sophisticated array of cameras and sensors. All the elements work together
<br>to create an unprecedented experience you have to see to believe.
</p>
</div>
</div>
<div id="page12-canvas-container">
<canvas id="page12-canvas" width="1555px" height="881px"></canvas>
<div id="belowp12-canvas">
<h2>More pixels than a 4K TV. For each eye.</h2>
<p>The <span>custom micro‑OLED display system </span>features 23 million pixels,
<br>delivering stunning resolution and colors. And a specially designed
<br>three‑element lens creates the feeling of a display that’s everywhere
<br>you look.
</p>
</div>
</div>
<div id="page12-video-container">
<video id="page12-video" src="Raw/videos/video10.mp4" muted loop></video>
<div id="page12-video-below">
<h2>Our most advanced
<br>Spatial Audio system ever.
</h2>
<p>Dual-driver audio pods positioned next to
<br>each ear deliver personalized sound while <br>letting you hear what’s around you.
<br><span>Spatial Audio</span> makes sounds feel like <br>they’re coming from your surroundings.
<br>Audio ray tracing analyzes your room’s <br>acoustic properties to adapt and match <br>sound
to your space. And if you want to use
<br>headphones with Apple Vision Pro, the new <br>AirPods Pro (2nd generation) with USB‑C
<br>offer the perfect experience, featuring <br>Lossless Audio with ultra-low latency
<br>enabled by the H2 chip in both devices.
</p>
</div>
</div>
<div id="eye-tracking">
<img id="eye-tracking1" src="Raw/images/eyetracking/eyetrack-vision1.jpeg" alt="">
<img id="eye-tracking2" src="Raw/images/eyetracking/eyetrack-vision2.jpeg" alt="">
</div>
<div id="bel-eye-tracking">
<h3>Responsive, precision eye tracking.
</h3>
<p>A high-performance eye tracking system of <span>LEDs</span> and <span>infrared</span>
<br><span>cameras</span> projects invisible light patterns onto each eye. This
<br>advanced system provides ultraprecise input without your needing to
<br>hold any controllers, so you can accurately select elements just by
<br>looking at them.
</p>
</div>
</div>
<!-- Page 12 End -->
<!-- Page 13 Start -->
<div id="page13">
<div id="sensor-vision">
<video src="Raw/videos/sensor-vision.mp4" loop muted></video>
</div>
<div id="bel-sensor-vision">
<h2>A sophisticated sensor array.</h2>
<p>
A pair of <span>high-resolution cameras </span>transmit over one billion pixels per
<br>second to the displays so you can see the world around you clearly.
<br>The system also helps deliver <span>precise head and hand tracking</span> and
<br><span>real‑time 3D mapping</span>, all while understanding your hand gestures
<br>from a wide range of positions.
</p>
</div>
<div id="sensor-chip-container">
<div id="sensor-chips">
<img src="Raw/images/sensor-chips-vision.jpeg" alt="">
<h2>Revolutionary dual‑chip
<br>performance.
</h2>
</div>
<p>
<br>A unique dual‑chip design enables the spatial experiences on
<br>Apple Vision Pro. The powerful <span>M2</span> chip simultaneously runs
<br>visionOS, executes advanced computer vision algorithms, and
<br>delivers stunning graphics, all with incredible efficiency. And the
<br>brand-new <span>R1</span> chip is specifically dedicated to process input from the
<br>cameras, sensors, and microphones, streaming images to the
<br>displays within 12 milliseconds — for a virtually lag-free, real-time
<br>view of the world.
</p>
<button>
+ Learn more about technology
</button>
</div>
</div>
<!-- Page 13 End -->
<!-- Page 14 Start -->
<div id="page14">
<div id="page14-top">
<video src="Raw/videos/apple-lock.mp4" muted autoplay></video>
<h4>Privacy and Security</h4>
<h1>When it comes to privacy,
<br>we don’t blink.
</h1>
<p>
<span>Privacy and security built in.</span> Like every Apple product and service,
<br>Apple Vision Pro was designed to help protect your privacy and keep
<br>you in control of your data. It builds on the foundation of existing
<br>Apple privacy and security features with new technologies like <br>Optic ID, a secure
authentication system that uses the uniqueness of
<br>your iris.
</p>
<button>
+ Learn more about privacy and security
</button>
</div>
<div id="page14-below">
<div id="page14-below-part1">
<div id="page14-below-part1-left">
<img src="Raw/images/ar_logo__bmtaba6ckk76_large_2x.png" alt="">
<h2>Use AR to view
<br>Apple Vision Pro.
</h2>
<h4>Open this page using Safari on
<br>your iPhone or iPad.
</h4>
</div>
<div id="page14-below-part1-right">
<img src="Raw/images/ar_tile__que64jqs2t2e_large_2x (1).jpg" alt="">
</div>
</div>
<div id="page14-below-part2">
<img src="Raw/images/developers__bxrd1uafspsi_large_2x.png" alt="">
<h2>An all‑new platform.
<br>An all‑new world for developers.
</h2>
<p>
The possibilities for what developers can dream up and build for Apple Vision Pro are
<br>endless. And with familiar tools and frameworks like Xcode, SwiftUI, RealityKit, and ARKit,
<br>as well as support for Unity and the new 3D-content preparation app Reality Composer
<br>Pro, developers have everything they need to create amazing spatial experiences.
</p>
<h4>Learn more about developing for Apple Vision Pro ></h4>
</div>
</div>
</div>
<!-- Page 14 End -->
<!-- Page 15 Start -->
<div id="page15">
<div id="page15-container">
<div id="page15-container-top">
<p>* Available later this year on iPhone 15 Pro.</p>
<p>1. Testing conducted by Apple in May 2023 using preproduction Apple Vision Pro units and
software. Testing consisted of full battery discharge while performing each of the
<br> following tasks: video playback, internet browsing, spatial video capture, and FaceTime.
Video playback tested in conjunction with an Environment, using 2D movie content
<br> purchased from the Apple TV app. Internet browsing tested using 20 popular websites.
FaceTime tested between two Apple Vision Pro units with Personas enabled. Tested
<br> with Wi-Fi associated to a network. Battery life depends on device settings, usage, network,
environmental conditions, and many other factors. Battery tests are
<br> conducted using specific Apple Vision Pro units; actual results may vary.
</p>
<p>2. Valid prescription required. Not all prescriptions are supported. Vision correction
accessories are sold separately.</p>
<p>© 2023 TAKE-TWO INTERACTIVE SOFTWARE INC. All Rights Reserved.</p>
<p>© 2023 NBA Properties, Inc. All Rights Reserved. Officially Licensed Product of the National
Basketball Association.</p>
<p>A subscription may be required for some services. Not all content may be available in all areas.
</p>
<p>
Everything Everywhere All At Once © 2022 A24 Distribution, LLC. All rights reserved.</p>
<p>Avatar: The Way of Water © 2022 20th Century Studios and TSG Entertainment Finance LLC.</p>
<p>Users must be 13 years or older.</p>
<p>Available early next year on apple.com and at Apple retail stores in the U.S.</p>
<p>This device has not been authorized as required by the rules of the Federal Communications
Commission. This device is not, and may not be, offered for sale or lease, or sold or
<br>leased, until authorization is obtained.
</p>
</div>
</div>
</div>
<!-- Page 15 End -->
</div>
<!-- ending of main div -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"
integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="Static/script.js"></script>
</body>
</html>