| <html lang="sv"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Boka Tid - Alexander Adolfsson Coaching</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="components/header.js"></script> | |
| <script src="components/footer.js"></script> | |
| </head> | |
| <body> | |
| <custom-header></custom-header> | |
| <main class="container mx-auto px-4 py-8"> | |
| <h1 class="text-3xl font-bold text-center mb-8">Boka din gratis konsultation</h1> | |
| <!-- Calendly inline widget BEGIN --> | |
| <div class="calendly-inline-widget" data-url="https://calendly.com/alexander-pt-adolfsson/new-meeting" style="min-width:320px;height:630px;"></div> | |
| <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script> | |
| <!-- Calendly inline widget END --> | |
| </main> | |
| <custom-footer></custom-footer> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |