<div style=”text-align: center; max-width: 800px; margin: 0 auto; padding: 40px 20px;”> <h2>Set Up Your Email, Calendar, and Contacts</h2> <p>Follow the instructions below to get started on your device.</p> <div style=”display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px;”> <!– iPhone/iPad –> <a href=”/setup-iphone.html” style=”text-decoration: none;”> <div style=”background: #f5f5f5; border-radius: 12px; padding: 30px 20px; width: 220px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.1); transition: transform 0.2s;”> <img src=”https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg” alt=”Apple Logo” style=”height: 50px; margin-bottom: 15px;”> <h3 style=”font-size: 18px; color: #000;”>Setup on iPhone or iPad</h3> </div> </a> <!– Android –> <a href=”/setup-android.html” style=”text-decoration: none;”> <div style=”background: #f5f5f5; border-radius: 12px; padding: 30px 20px; width: 220px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.1); transition: transform 0.2s;”> <img src=”https://upload.wikimedia.org/wikipedia/commons/d/d7/Android_robot.svg” alt=”Android Logo” style=”height: 50px; margin-bottom: 15px;”> <h3 style=”font-size: 18px; color: #000;”>Setup on Android Device</h3> </div> </a> <!– PC –> <a href=”/setup-pc.html” style=”text-decoration: none;”> <div style=”background: #f5f5f5; border-radius: 12px; padding: 30px 20px; width: 220px; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.1); transition: transform 0.2s;”> <img src=”https://upload.wikimedia.org/wikipedia/commons/4/48/Windows_logo_-_2021.svg” alt=”Windows Logo” style=”height: 50px; margin-bottom: 15px;”> <h3 style=”font-size: 18px; color: #000;”>Setup on PC</h3> </div> </a> </div> </div>