🐳 07/02 - 23:56 - help me to do complete online coachning page
Browse files- components/navbar.js +2 -0
- online-coaching.html +603 -0
components/navbar.js
CHANGED
|
@@ -87,6 +87,7 @@ class CustomNavbar extends HTMLElement {
|
|
| 87 |
<nav class="nav-links">
|
| 88 |
<a href="/">Hem</a>
|
| 89 |
<a href="profil.html">Om mig</a>
|
|
|
|
| 90 |
<a href="#services">Tjänster</a>
|
| 91 |
<a href="#pricing">Priser</a>
|
| 92 |
<a href="padel.html">Padel</a>
|
|
@@ -102,6 +103,7 @@ class CustomNavbar extends HTMLElement {
|
|
| 102 |
<div class="mobile-menu">
|
| 103 |
<a href="/">Hem</a>
|
| 104 |
<a href="profil.html">Om mig</a>
|
|
|
|
| 105 |
<a href="#services">Tjänster</a>
|
| 106 |
<a href="#pricing">Priser</a>
|
| 107 |
<a href="padel.html">Padel</a>
|
|
|
|
| 87 |
<nav class="nav-links">
|
| 88 |
<a href="/">Hem</a>
|
| 89 |
<a href="profil.html">Om mig</a>
|
| 90 |
+
<a href="online-coaching.html">Online Coaching</a>
|
| 91 |
<a href="#services">Tjänster</a>
|
| 92 |
<a href="#pricing">Priser</a>
|
| 93 |
<a href="padel.html">Padel</a>
|
|
|
|
| 103 |
<div class="mobile-menu">
|
| 104 |
<a href="/">Hem</a>
|
| 105 |
<a href="profil.html">Om mig</a>
|
| 106 |
+
<a href="online-coaching.html">Online Coaching</a>
|
| 107 |
<a href="#services">Tjänster</a>
|
| 108 |
<a href="#pricing">Priser</a>
|
| 109 |
<a href="padel.html">Padel</a>
|
online-coaching.html
ADDED
|
@@ -0,0 +1,603 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="sv">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Online Coaching | Alexander Adolfsson Coaching</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
+
<style>
|
| 10 |
+
html { scroll-behavior: smooth; }
|
| 11 |
+
|
| 12 |
+
.gradient-text {
|
| 13 |
+
background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
|
| 14 |
+
-webkit-background-clip: text;
|
| 15 |
+
-webkit-text-fill-color: transparent;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.glass-card {
|
| 19 |
+
background: rgba(255, 255, 255, 0.05);
|
| 20 |
+
backdrop-filter: blur(10px);
|
| 21 |
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
.feature-icon {
|
| 25 |
+
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
.pulse-ring {
|
| 29 |
+
animation: pulse-ring 2s infinite;
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
@keyframes pulse-ring {
|
| 33 |
+
0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
|
| 34 |
+
70% { box-shadow: 0 0 0 20px rgba(16, 185, 129, 0); }
|
| 35 |
+
100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
|
| 36 |
+
}
|
| 37 |
+
|
| 38 |
+
.hover-lift {
|
| 39 |
+
transition: all 0.3s ease;
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
.hover-lift:hover {
|
| 43 |
+
transform: translateY(-10px);
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.checkmark {
|
| 47 |
+
color: #10b981;
|
| 48 |
+
}
|
| 49 |
+
|
| 50 |
+
.testimonial-card {
|
| 51 |
+
background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
.process-line {
|
| 55 |
+
background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
|
| 56 |
+
}
|
| 57 |
+
|
| 58 |
+
@media (max-width: 768px) {
|
| 59 |
+
.hero-title {
|
| 60 |
+
font-size: 2.5rem;
|
| 61 |
+
}
|
| 62 |
+
}
|
| 63 |
+
</style>
|
| 64 |
+
</head>
|
| 65 |
+
<body class="bg-gray-900 text-white font-sans">
|
| 66 |
+
|
| 67 |
+
<custom-navbar></custom-navbar>
|
| 68 |
+
|
| 69 |
+
<!-- Hero Section -->
|
| 70 |
+
<section class="relative min-h-screen flex items-center justify-center overflow-hidden">
|
| 71 |
+
<!-- Background Image -->
|
| 72 |
+
<div class="absolute inset-0">
|
| 73 |
+
<img src="http://static.photos/fitness/1200x630/42" alt="Online Coaching" class="w-full h-full object-cover opacity-40">
|
| 74 |
+
<div class="absolute inset-0 bg-gradient-to-b from-gray-900/80 via-gray-900/90 to-gray-900"></div>
|
| 75 |
+
</div>
|
| 76 |
+
|
| 77 |
+
<div class="relative z-10 text-center px-4 max-w-5xl mx-auto">
|
| 78 |
+
<div class="inline-flex items-center gap-2 bg-emerald-500/20 border border-emerald-500/30 rounded-full px-4 py-2 mb-6">
|
| 79 |
+
<span class="w-2 h-2 bg-emerald-400 rounded-full animate-pulse"></span>
|
| 80 |
+
<span class="text-emerald-400 text-sm font-medium">Tillgänglig över hela världen</span>
|
| 81 |
+
</div>
|
| 82 |
+
|
| 83 |
+
<h1 class="hero-title text-5xl md:text-7xl font-bold mb-6 leading-tight">
|
| 84 |
+
Online Coaching<br>
|
| 85 |
+
<span class="gradient-text">Förändra ditt liv</span>
|
| 86 |
+
</h1>
|
| 87 |
+
|
| 88 |
+
<p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto">
|
| 89 |
+
Personlig träning och kostrådgivning – oavsett var du befinner dig.
|
| 90 |
+
Få expertguidning, struktur och motivation direkt i din telefon.
|
| 91 |
+
</p>
|
| 92 |
+
|
| 93 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 94 |
+
<a href="#pricing" class="pulse-ring bg-emerald-500 text-gray-900 font-bold py-4 px-8 rounded-full text-lg hover:bg-emerald-400 transition-all">
|
| 95 |
+
Välj ditt paket
|
| 96 |
+
</a>
|
| 97 |
+
<a href="#how-it-works" class="border-2 border-white/30 text-white font-bold py-4 px-8 rounded-full text-lg hover:bg-white/10 transition-all">
|
| 98 |
+
Så fungerar det
|
| 99 |
+
</a>
|
| 100 |
+
</div>
|
| 101 |
+
|
| 102 |
+
<!-- Stats -->
|
| 103 |
+
<div class="grid grid-cols-3 gap-8 mt-16 max-w-2xl mx-auto">
|
| 104 |
+
<div>
|
| 105 |
+
<div class="text-3xl md:text-4xl font-bold text-emerald-400">500+</div>
|
| 106 |
+
<div class="text-gray-400 text-sm">Nöjda klienter</div>
|
| 107 |
+
</div>
|
| 108 |
+
<div>
|
| 109 |
+
<div class="text-3xl md:text-4xl font-bold text-emerald-400">15+</div>
|
| 110 |
+
<div class="text-gray-400 text-sm">Års erfarenhet</div>
|
| 111 |
+
</div>
|
| 112 |
+
<div>
|
| 113 |
+
<div class="text-3xl md:text-4xl font-bold text-emerald-400">100%</div>
|
| 114 |
+
<div class="text-gray-400 text-sm">Personligt anpassat</div>
|
| 115 |
+
</div>
|
| 116 |
+
</div>
|
| 117 |
+
</div>
|
| 118 |
+
|
| 119 |
+
<!-- Scroll indicator -->
|
| 120 |
+
<div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 animate-bounce">
|
| 121 |
+
<i class="fas fa-chevron-down text-2xl text-emerald-400"></i>
|
| 122 |
+
</div>
|
| 123 |
+
</section>
|
| 124 |
+
|
| 125 |
+
<!-- Why Online Coaching -->
|
| 126 |
+
<section class="py-20 px-4">
|
| 127 |
+
<div class="max-w-6xl mx-auto">
|
| 128 |
+
<div class="text-center mb-16">
|
| 129 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Varför välja <span class="gradient-text">online coaching?</span></h2>
|
| 130 |
+
<p class="text-gray-400 text-xl max-w-2xl mx-auto">
|
| 131 |
+
Flexibilitet, kontinuitet och resultat – utan kompromisser
|
| 132 |
+
</p>
|
| 133 |
+
</div>
|
| 134 |
+
|
| 135 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
| 136 |
+
<div class="glass-card rounded-2xl p-6 hover-lift">
|
| 137 |
+
<div class="feature-icon w-14 h-14 rounded-xl flex items-center justify-center mb-4">
|
| 138 |
+
<i class="fas fa-clock text-2xl text-white"></i>
|
| 139 |
+
</div>
|
| 140 |
+
<h3 class="text-xl font-bold mb-2">Träna när du vill</h3>
|
| 141 |
+
<p class="text-gray-400">Inga tidsbegränsningar eller resor till gymmet. Träna på dina villkor, när det passar dig.</p>
|
| 142 |
+
</div>
|
| 143 |
+
|
| 144 |
+
<div class="glass-card rounded-2xl p-6 hover-lift">
|
| 145 |
+
<div class="feature-icon w-14 h-14 rounded-xl flex items-center justify-center mb-4">
|
| 146 |
+
<i class="fas fa-globe text-2xl text-white"></i>
|
| 147 |
+
</div>
|
| 148 |
+
<h3 class="text-xl font-bold mb-2">Var som helst</h3>
|
| 149 |
+
<p class="text-gray-400">Oavsett om du är hemma, på resande fot eller på semester – din coachning följer med dig.</p>
|
| 150 |
+
</div>
|
| 151 |
+
|
| 152 |
+
<div class="glass-card rounded-2xl p-6 hover-lift">
|
| 153 |
+
<div class="feature-icon w-14 h-14 rounded-xl flex items-center justify-center mb-4">
|
| 154 |
+
<i class="fas fa-comments text-2xl text-white"></i>
|
| 155 |
+
</div>
|
| 156 |
+
<h3 class="text-xl font-bold mb-2">Direktkontakt</h3>
|
| 157 |
+
<p class="text-gray-400">Ställ frågor, få feedback och justeringar i realtid via app och meddelanden.</p>
|
| 158 |
+
</div>
|
| 159 |
+
|
| 160 |
+
<div class="glass-card rounded-2xl p-6 hover-lift">
|
| 161 |
+
<div class="feature-icon w-14 h-14 rounded-xl flex items-center justify-center mb-4">
|
| 162 |
+
<i class="fas fa-chart-line text-2xl text-white"></i>
|
| 163 |
+
</div>
|
| 164 |
+
<h3 class="text-xl font-bold mb-2">Följ din utveckling</h3>
|
| 165 |
+
<p class="text-gray-400">Detaljerad statistik, progress tracking och tydliga målsättningar hela vägen.</p>
|
| 166 |
+
</div>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</section>
|
| 170 |
+
|
| 171 |
+
<!-- How It Works -->
|
| 172 |
+
<section id="how-it-works" class="py-20 px-4 bg-gray-800/50">
|
| 173 |
+
<div class="max-w-6xl mx-auto">
|
| 174 |
+
<div class="text-center mb-16">
|
| 175 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Så här <span class="gradient-text">fungerar det</span></h2>
|
| 176 |
+
<p class="text-gray-400 text-xl">Fyra enkla steg till din nya livsstil</p>
|
| 177 |
+
</div>
|
| 178 |
+
|
| 179 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 relative">
|
| 180 |
+
<!-- Connecting line (desktop) -->
|
| 181 |
+
<div class="hidden lg:block absolute top-24 left-0 right-0 h-1 process-line rounded-full mx-12"></div>
|
| 182 |
+
|
| 183 |
+
<div class="relative text-center">
|
| 184 |
+
<div class="w-16 h-16 bg-emerald-500 rounded-full flex items-center justify-center text-2xl font-bold text-gray-900 mx-auto mb-6 relative z-10">
|
| 185 |
+
1
|
| 186 |
+
</div>
|
| 187 |
+
<h3 class="text-xl font-bold mb-3">Gratis konsultation</h3>
|
| 188 |
+
<p class="text-gray-400">Vi börjar med ett samtal där vi går igenom dina mål, förutsättningar och önskemål.</p>
|
| 189 |
+
</div>
|
| 190 |
+
|
| 191 |
+
<div class="relative text-center">
|
| 192 |
+
<div class="w-16 h-16 bg-emerald-500 rounded-full flex items-center justify-center text-2xl font-bold text-gray-900 mx-auto mb-6 relative z-10">
|
| 193 |
+
2
|
| 194 |
+
</div>
|
| 195 |
+
<h3 class="text-xl font-bold mb-3">Skräddarsytt program</h3>
|
| 196 |
+
<p class="text-gray-400">Jag skapar ett personligt tränings- och kostprogram baserat på dina unika behov.</p>
|
| 197 |
+
</div>
|
| 198 |
+
|
| 199 |
+
<div class="relative text-center">
|
| 200 |
+
<div class="w-16 h-16 bg-emerald-500 rounded-full flex items-center justify-center text-2xl font-bold text-gray-900 mx-auto mb-6 relative z-10">
|
| 201 |
+
3
|
| 202 |
+
</div>
|
| 203 |
+
<h3 class="text-xl font-bold mb-3">Veckovis uppföljning</h3>
|
| 204 |
+
<p class="text-gray-400">Regelbunden kontakt för att justera, motivera och säkerställa att du når dina mål.</p>
|
| 205 |
+
</div>
|
| 206 |
+
|
| 207 |
+
<div class="relative text-center">
|
| 208 |
+
<div class="w-16 h-16 bg-emerald-500 rounded-full flex items-center justify-center text-2xl font-bold text-gray-900 mx-auto mb-6 relative z-10">
|
| 209 |
+
4
|
| 210 |
+
</div>
|
| 211 |
+
<h3 class="text-xl font-bold mb-3">Resultat & fortsättning</h3>
|
| 212 |
+
<p class="text-gray-400">Fira dina framsteg och sätt nya mål. Jag finns med dig hela resan.</p>
|
| 213 |
+
</div>
|
| 214 |
+
</div>
|
| 215 |
+
</div>
|
| 216 |
+
</section>
|
| 217 |
+
|
| 218 |
+
<!-- What's Included -->
|
| 219 |
+
<section class="py-20 px-4">
|
| 220 |
+
<div class="max-w-6xl mx-auto">
|
| 221 |
+
<div class="text-center mb-16">
|
| 222 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Detta ingår i <span class="gradient-text">alla paket</span></h2>
|
| 223 |
+
</div>
|
| 224 |
+
|
| 225 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
|
| 226 |
+
<div class="flex items-start gap-4 p-4">
|
| 227 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 228 |
+
<div>
|
| 229 |
+
<h4 class="font-bold text-lg">Personligt träningsprogram</h4>
|
| 230 |
+
<p class="text-gray-400">Anpassat efter dina mål, utrustning och erfarenhet</p>
|
| 231 |
+
</div>
|
| 232 |
+
</div>
|
| 233 |
+
|
| 234 |
+
<div class="flex items-start gap-4 p-4">
|
| 235 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 236 |
+
<div>
|
| 237 |
+
<h4 class="font-bold text-lg">Kostrådgivning</h4>
|
| 238 |
+
<p class="text-gray-400">Realistiska kostplaner utan extrema dieter</p>
|
| 239 |
+
</div>
|
| 240 |
+
</div>
|
| 241 |
+
|
| 242 |
+
<div class="flex items-start gap-4 p-4">
|
| 243 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 244 |
+
<div>
|
| 245 |
+
<h4 class="font-bold text-lg">Videoanalys</h4>
|
| 246 |
+
<p class="text-gray-400">Skicka videos för feedback på din teknik</p>
|
| 247 |
+
</div>
|
| 248 |
+
</div>
|
| 249 |
+
|
| 250 |
+
<div class="flex items-start gap-4 p-4">
|
| 251 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 252 |
+
<div>
|
| 253 |
+
<h4 class="font-bold text-lg">24/7 Meddelandesupport</h4>
|
| 254 |
+
<p class="text-gray-400">Svar inom 24 timmar på alla dina frågor</p>
|
| 255 |
+
</div>
|
| 256 |
+
</div>
|
| 257 |
+
|
| 258 |
+
<div class="flex items-start gap-4 p-4">
|
| 259 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 260 |
+
<div>
|
| 261 |
+
<h4 class="font-bold text-lg">Progress tracking</h4>
|
| 262 |
+
<p class="text-gray-400">Följ din utveckling med detaljerad statistik</p>
|
| 263 |
+
</div>
|
| 264 |
+
</div>
|
| 265 |
+
|
| 266 |
+
<div class="flex items-start gap-4 p-4">
|
| 267 |
+
<div class="checkmark text-2xl mt-1"><i class="fas fa-check-circle"></i></div>
|
| 268 |
+
<div>
|
| 269 |
+
<h4 class="font-bold text-lg">App-baserad träning</h4>
|
| 270 |
+
<p class="text-gray-400">Allt i en smidig app med övningar och instruktioner</p>
|
| 271 |
+
</div>
|
| 272 |
+
</div>
|
| 273 |
+
</div>
|
| 274 |
+
</div>
|
| 275 |
+
</section>
|
| 276 |
+
|
| 277 |
+
<!-- Pricing -->
|
| 278 |
+
<section id="pricing" class="py-20 px-4 bg-gray-800/50">
|
| 279 |
+
<div class="max-w-6xl mx-auto">
|
| 280 |
+
<div class="text-center mb-16">
|
| 281 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Välj ditt <span class="gradient-text">paket</span></h2>
|
| 282 |
+
<p class="text-gray-400 text-xl">Investera i dig själv – välj det paket som passar dig bäst</p>
|
| 283 |
+
</div>
|
| 284 |
+
|
| 285 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 286 |
+
<!-- Basic -->
|
| 287 |
+
<div class="glass-card rounded-2xl p-8 hover-lift">
|
| 288 |
+
<h3 class="text-2xl font-bold mb-2">Online Bas</h3>
|
| 289 |
+
<p class="text-gray-400 mb-6">Perfekt för dig som vill komma igång</p>
|
| 290 |
+
|
| 291 |
+
<div class="mb-6">
|
| 292 |
+
<span class="text-5xl font-bold">1 495</span>
|
| 293 |
+
<span class="text-gray-400"> kr/mån</span>
|
| 294 |
+
</div>
|
| 295 |
+
|
| 296 |
+
<ul class="space-y-4 mb-8">
|
| 297 |
+
<li class="flex items-center gap-3">
|
| 298 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 299 |
+
<span>Personligt träningsprogram</span>
|
| 300 |
+
</li>
|
| 301 |
+
<li class="flex items-center gap-3">
|
| 302 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 303 |
+
<span>Kostrådgivning</span>
|
| 304 |
+
</li>
|
| 305 |
+
<li class="flex items-center gap-3">
|
| 306 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 307 |
+
<span>Veckovis uppföljning</span>
|
| 308 |
+
</li>
|
| 309 |
+
<li class="flex items-center gap-3">
|
| 310 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 311 |
+
<span>App-tillgång</span>
|
| 312 |
+
</li>
|
| 313 |
+
<li class="flex items-center gap-3 text-gray-500">
|
| 314 |
+
<i class="fas fa-times"></i>
|
| 315 |
+
<span>Videoanalys</span>
|
| 316 |
+
</li>
|
| 317 |
+
<li class="flex items-center gap-3 text-gray-500">
|
| 318 |
+
<i class="fas fa-times"></i>
|
| 319 |
+
<span>Samtal varannan vecka</span>
|
| 320 |
+
</li>
|
| 321 |
+
</ul>
|
| 322 |
+
|
| 323 |
+
<a href="https://buy.stripe.com/3cI5kF0fk5ew9Ry7Bx7EQ03" target="_blank" class="block w-full text-center border-2 border-emerald-500 text-emerald-400 font-bold py-3 rounded-full hover:bg-emerald-500 hover:text-gray-900 transition-all">
|
| 324 |
+
Välj Bas
|
| 325 |
+
</a>
|
| 326 |
+
</div>
|
| 327 |
+
|
| 328 |
+
<!-- Standard (Popular) -->
|
| 329 |
+
<div class="glass-card rounded-2xl p-8 hover-lift relative border-2 border-emerald-500">
|
| 330 |
+
<div class="absolute -top-4 left-1/2 transform -translate-x-1/2">
|
| 331 |
+
<span class="bg-emerald-500 text-gray-900 font-bold px-4 py-1 rounded-full text-sm">Mest populär</span>
|
| 332 |
+
</div>
|
| 333 |
+
|
| 334 |
+
<h3 class="text-2xl font-bold mb-2">Online Standard</h3>
|
| 335 |
+
<p class="text-gray-400 mb-6">För dig som vill ha extra stöd</p>
|
| 336 |
+
|
| 337 |
+
<div class="mb-6">
|
| 338 |
+
<span class="text-5xl font-bold text-emerald-400">2 495</span>
|
| 339 |
+
<span class="text-gray-400"> kr/mån</span>
|
| 340 |
+
</div>
|
| 341 |
+
|
| 342 |
+
<ul class="space-y-4 mb-8">
|
| 343 |
+
<li class="flex items-center gap-3">
|
| 344 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 345 |
+
<span>Allt i Bas-paketet</span>
|
| 346 |
+
</li>
|
| 347 |
+
<li class="flex items-center gap-3">
|
| 348 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 349 |
+
<span>Videoanalys av övningar</span>
|
| 350 |
+
</li>
|
| 351 |
+
<li class="flex items-center gap-3">
|
| 352 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 353 |
+
<span>Samtal varannan vecka</span>
|
| 354 |
+
</li>
|
| 355 |
+
<li class="flex items-center gap-3">
|
| 356 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 357 |
+
<span>Direktkontakt & justeringar</span>
|
| 358 |
+
</li>
|
| 359 |
+
<li class="flex items-center gap-3">
|
| 360 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 361 |
+
<span>Prioriterad support</span>
|
| 362 |
+
</li>
|
| 363 |
+
<li class="flex items-center gap-3 text-gray-500">
|
| 364 |
+
<i class="fas fa-times"></i>
|
| 365 |
+
<span>Veckosamtal</span>
|
| 366 |
+
</li>
|
| 367 |
+
</ul>
|
| 368 |
+
|
| 369 |
+
<a href="https://buy.stripe.com/3cI5kF0fk5ew9Ry7Bx7EQ03" target="_blank" class="block w-full text-center bg-emerald-500 text-gray-900 font-bold py-3 rounded-full hover:bg-emerald-400 transition-all pulse-ring">
|
| 370 |
+
Välj Standard
|
| 371 |
+
</a>
|
| 372 |
+
</div>
|
| 373 |
+
|
| 374 |
+
<!-- Premium -->
|
| 375 |
+
<div class="glass-card rounded-2xl p-8 hover-lift">
|
| 376 |
+
<h3 class="text-2xl font-bold mb-2">Online Premium</h3>
|
| 377 |
+
<p class="text-gray-400 mb-6">Maximalt stöd för snabbaste resultaten</p>
|
| 378 |
+
|
| 379 |
+
<div class="mb-6">
|
| 380 |
+
<span class="text-5xl font-bold">3 995</span>
|
| 381 |
+
<span class="text-gray-400"> kr/mån</span>
|
| 382 |
+
</div>
|
| 383 |
+
|
| 384 |
+
<ul class="space-y-4 mb-8">
|
| 385 |
+
<li class="flex items-center gap-3">
|
| 386 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 387 |
+
<span>Allt i Standard-paketet</span>
|
| 388 |
+
</li>
|
| 389 |
+
<li class="flex items-center gap-3">
|
| 390 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 391 |
+
<span>Veckosamtal (30 min)</span>
|
| 392 |
+
</li>
|
| 393 |
+
<li class="flex items-center gap-3">
|
| 394 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 395 |
+
<span>Obegränsad videoanalys</span>
|
| 396 |
+
</li>
|
| 397 |
+
<li class="flex items-center gap-3">
|
| 398 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 399 |
+
<span>Nutritionist-samråd</span>
|
| 400 |
+
</li>
|
| 401 |
+
<li class="flex items-center gap-3">
|
| 402 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 403 |
+
<span>24/7 WhatsApp-support</span>
|
| 404 |
+
</li>
|
| 405 |
+
<li class="flex items-center gap-3">
|
| 406 |
+
<i class="fas fa-check text-emerald-400"></i>
|
| 407 |
+
<span>Exklusivt innehåll</span>
|
| 408 |
+
</li>
|
| 409 |
+
</ul>
|
| 410 |
+
|
| 411 |
+
<a href="https://buy.stripe.com/3cI5kF0fk5ew9Ry7Bx7EQ03" target="_blank" class="block w-full text-center border-2 border-emerald-500 text-emerald-400 font-bold py-3 rounded-full hover:bg-emerald-500 hover:text-gray-900 transition-all">
|
| 412 |
+
Välj Premium
|
| 413 |
+
</a>
|
| 414 |
+
</div>
|
| 415 |
+
</div>
|
| 416 |
+
|
| 417 |
+
<!-- 3-month package -->
|
| 418 |
+
<div class="mt-12 glass-card rounded-2xl p-8 max-w-2xl mx-auto text-center">
|
| 419 |
+
<h3 class="text-2xl font-bold mb-4">💎 3-månaders transformationspaket</h3>
|
| 420 |
+
<p class="text-gray-400 mb-6">Spara 20% genom att binda dig i 3 månader. Inkluderar allt i Premium plus en gratis startkonsultation på plats (Borås).</p>
|
| 421 |
+
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
|
| 422 |
+
<div>
|
| 423 |
+
<span class="text-4xl font-bold text-emerald-400">9 590 kr</span>
|
| 424 |
+
<span class="text-gray-500 line-through ml-2">11 985 kr</span>
|
| 425 |
+
</div>
|
| 426 |
+
<a href="https://buy.stripe.com/3cI5kF0fk5ew9Ry7Bx7EQ03" target="_blank" class="bg-emerald-500 text-gray-900 font-bold py-3 px-8 rounded-full hover:bg-emerald-400 transition-all">
|
| 427 |
+
Boka nu
|
| 428 |
+
</a>
|
| 429 |
+
</div>
|
| 430 |
+
</div>
|
| 431 |
+
</div>
|
| 432 |
+
</section>
|
| 433 |
+
|
| 434 |
+
<!-- Testimonials -->
|
| 435 |
+
<section class="py-20 px-4">
|
| 436 |
+
<div class="max-w-6xl mx-auto">
|
| 437 |
+
<div class="text-center mb-16">
|
| 438 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Det här säger <span class="gradient-text">mina klienter</span></h2>
|
| 439 |
+
</div>
|
| 440 |
+
|
| 441 |
+
<div class="grid md:grid-cols-3 gap-8">
|
| 442 |
+
<div class="testimonial-card rounded-2xl p-6">
|
| 443 |
+
<div class="flex text-emerald-400 mb-4">
|
| 444 |
+
<i class="fas fa-star"></i>
|
| 445 |
+
<i class="fas fa-star"></i>
|
| 446 |
+
<i class="fas fa-star"></i>
|
| 447 |
+
<i class="fas fa-star"></i>
|
| 448 |
+
<i class="fas fa-star"></i>
|
| 449 |
+
</div>
|
| 450 |
+
<p class="text-gray-300 mb-6">"Jag har gått ner 12 kg på 4 månader med Alexanders online coaching. Flexibiliteten passar perfekt för mitt hektiska liv som småbarnsförälder."</p>
|
| 451 |
+
<div class="flex items-center gap-4">
|
| 452 |
+
<img src="http://static.photos/people/200x200/101" alt="Maria" class="w-12 h-12 rounded-full object-cover">
|
| 453 |
+
<div>
|
| 454 |
+
<div class="font-bold">Maria L.</div>
|
| 455 |
+
<div class="text-gray-500 text-sm">Online Standard</div>
|
| 456 |
+
</div>
|
| 457 |
+
</div>
|
| 458 |
+
</div>
|
| 459 |
+
|
| 460 |
+
<div class="testimonial-card rounded-2xl p-6">
|
| 461 |
+
<div class="flex text-emerald-400 mb-4">
|
| 462 |
+
<i class="fas fa-star"></i>
|
| 463 |
+
<i class="fas fa-star"></i>
|
| 464 |
+
<i class="fas fa-star"></i>
|
| 465 |
+
<i class="fas fa-star"></i>
|
| 466 |
+
<i class="fas fa-star"></i>
|
| 467 |
+
</div>
|
| 468 |
+
<p class="text-gray-300 mb-6">"Som person som reser mycket i jobbet är online coaching perfekt. Alexander anpassar alltid programmet efter mitt schema och hotellgym."</p>
|
| 469 |
+
<div class="flex items-center gap-4">
|
| 470 |
+
<img src="http://static.photos/people/200x200/102" alt="Anders" class="w-12 h-12 rounded-full object-cover">
|
| 471 |
+
<div>
|
| 472 |
+
<div class="font-bold">Anders K.</div>
|
| 473 |
+
<div class="text-gray-500 text-sm">Online Premium</div>
|
| 474 |
+
</div>
|
| 475 |
+
</div>
|
| 476 |
+
</div>
|
| 477 |
+
|
| 478 |
+
<div class="testimonial-card rounded-2xl p-6">
|
| 479 |
+
<div class="flex text-emerald-400 mb-4">
|
| 480 |
+
<i class="fas fa-star"></i>
|
| 481 |
+
<i class="fas fa-star"></i>
|
| 482 |
+
<i class="fas fa-star"></i>
|
| 483 |
+
<i class="fas fa-star"></i>
|
| 484 |
+
<i class="fas fa-star"></i>
|
| 485 |
+
</div>
|
| 486 |
+
<p class="text-gray-300 mb-6">"Bästa investeringen jag gjort! Har byggt muskler jag aldrig trodde var möjliga. Videoanalysen hjälpte mig korrigera tekniken direkt."</p>
|
| 487 |
+
<div class="flex items-center gap-4">
|
| 488 |
+
<img src="http://static.photos/people/200x200/103" alt="Lisa" class="w-12 h-12 rounded-full object-cover">
|
| 489 |
+
<div>
|
| 490 |
+
<div class="font-bold">Lisa S.</div>
|
| 491 |
+
<div class="text-gray-500 text-sm">Online Standard</div>
|
| 492 |
+
</div>
|
| 493 |
+
</div>
|
| 494 |
+
</div>
|
| 495 |
+
</div>
|
| 496 |
+
</div>
|
| 497 |
+
</section>
|
| 498 |
+
|
| 499 |
+
<!-- FAQ -->
|
| 500 |
+
<section class="py-20 px-4 bg-gray-800/50">
|
| 501 |
+
<div class="max-w-4xl mx-auto">
|
| 502 |
+
<div class="text-center mb-16">
|
| 503 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-4">Vanliga <span class="gradient-text">frågor</span></h2>
|
| 504 |
+
</div>
|
| 505 |
+
|
| 506 |
+
<div class="space-y-4">
|
| 507 |
+
<details class="glass-card rounded-xl overflow-hidden group">
|
| 508 |
+
<summary class="p-6 cursor-pointer font-bold flex justify-between items-center">
|
| 509 |
+
Behöver jag tillgång till gym?
|
| 510 |
+
<i class="fas fa-chevron-down transform group-open:rotate-180 transition-transform"></i>
|
| 511 |
+
</summary>
|
| 512 |
+
<div class="px-6 pb-6 text-gray-400">
|
| 513 |
+
Nej! Jag anpassar programmet efter din utrustning. Oavsett om du har tillgång till ett fullt utrustat gym, hemmagym eller bara kroppsviktsträning – jag skapar ett program som fungerar för dig.
|
| 514 |
+
</div>
|
| 515 |
+
</details>
|
| 516 |
+
|
| 517 |
+
<details class="glass-card rounded-xl overflow-hidden group">
|
| 518 |
+
<summary class="p-6 cursor-pointer font-bold flex justify-between items-center">
|
| 519 |
+
Hur ofta kommunicerar vi?
|
| 520 |
+
<i class="fas fa-chevron-down transform group-open:rotate-180 transition-transform"></i>
|
| 521 |
+
</summary>
|
| 522 |
+
<div class="px-6 pb-6 text-gray-400">
|
| 523 |
+
Det beror på ditt paket. Bas inkluderar veckovis uppföljning via meddelanden, Standard har samtal varannan vecka, och Premium har veckosamtal plus obegränsad meddelandekontakt.
|
| 524 |
+
</div>
|
| 525 |
+
</details>
|
| 526 |
+
|
| 527 |
+
<details class="glass-card rounded-xl overflow-hidden group">
|
| 528 |
+
<summary class="p-6 cursor-pointer font-bold flex justify-between items-center">
|
| 529 |
+
Kan jag pausa mitt medlemskap?
|
| 530 |
+
<i class="fas fa-chevron-down transform group-open:rotate-180 transition-transform"></i>
|
| 531 |
+
</summary>
|
| 532 |
+
<div class="px-6 pb-6 text-gray-400">
|
| 533 |
+
Ja, vid sjukdom eller semester kan vi pausa upp till 4 veckor per år. Meddela mig i förväg så justerar vi programmet.
|
| 534 |
+
</div>
|
| 535 |
+
</details>
|
| 536 |
+
|
| 537 |
+
<details class="glass-card rounded-xl overflow-hidden group">
|
| 538 |
+
<summary class="p-6 cursor-pointer font-bold flex justify-between items-center">
|
| 539 |
+
Vilken app använder vi?
|
| 540 |
+
<i class="fas fa-chevron-down transform group-open:rotate-180 transition-transform"></i>
|
| 541 |
+
</summary>
|
| 542 |
+
<div class="px-6 pb-6 text-gray-400">
|
| 543 |
+
Jag använder professionella plattformar som Trainerize eller TrueCoach där du får tillgång till ditt program, kan logga träning, se videos på övningar och kommunicera direkt med mig.
|
| 544 |
+
</div>
|
| 545 |
+
</details>
|
| 546 |
+
|
| 547 |
+
<details class="glass-card rounded-xl overflow-hidden group">
|
| 548 |
+
<summary class="p-6 cursor-pointer font-bold flex justify-between items-center">
|
| 549 |
+
Hur snabbt ser jag resultat?
|
| 550 |
+
<i class="fas fa-chevron-down transform group-open:rotate-180 transition-transform"></i>
|
| 551 |
+
</summary>
|
| 552 |
+
<div class="px-6 pb-6 text-gray-400">
|
| 553 |
+
De flesta ser märkbara förändringar inom 4-6 veckor med konsekvent träning och kosthållning. Viktigast är att skapa hållbara vanor som varar livet ut, inte snabba quick fixes.
|
| 554 |
+
</div>
|
| 555 |
+
</details>
|
| 556 |
+
</div>
|
| 557 |
+
</div>
|
| 558 |
+
</section>
|
| 559 |
+
|
| 560 |
+
<!-- CTA Section -->
|
| 561 |
+
<section class="py-20 px-4">
|
| 562 |
+
<div class="max-w-4xl mx-auto text-center">
|
| 563 |
+
<h2 class="text-4xl md:text-5xl font-bold mb-6">Redo att förändra ditt liv?</h2>
|
| 564 |
+
<p class="text-xl text-gray-400 mb-8">
|
| 565 |
+
Boka en gratis konsultation idag. Inga förpliktelser – bara en chans att se om vi är en match.
|
| 566 |
+
</p>
|
| 567 |
+
|
| 568 |
+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 569 |
+
<a href="https://calendly.com/alexander-pt-adolfsson/new-meeting" target="_blank" class="pulse-ring bg-emerald-500 text-gray-900 font-bold py-4 px-10 rounded-full text-lg hover:bg-emerald-400 transition-all inline-flex items-center justify-center gap-2">
|
| 570 |
+
<i class="fas fa-calendar-check"></i>
|
| 571 |
+
Boka gratis konsultation
|
| 572 |
+
</a>
|
| 573 |
+
<a href="kontakt.html" class="border-2 border-white/30 text-white font-bold py-4 px-10 rounded-full text-lg hover:bg-white/10 transition-all inline-flex items-center justify-center gap-2">
|
| 574 |
+
<i class="fas fa-envelope"></i>
|
| 575 |
+
Ställ en fråga
|
| 576 |
+
</a>
|
| 577 |
+
</div>
|
| 578 |
+
|
| 579 |
+
<p class="text-gray-500 mt-6 text-sm">
|
| 580 |
+
<i class="fas fa-shield-alt mr-2"></i>
|
| 581 |
+
100% nöjd-kund-garanti. Avbryt när du vill.
|
| 582 |
+
</p>
|
| 583 |
+
</div>
|
| 584 |
+
</section>
|
| 585 |
+
|
| 586 |
+
<custom-footer></custom-footer>
|
| 587 |
+
|
| 588 |
+
<script src="components/navbar.js"></script>
|
| 589 |
+
<script src="components/footer.js"></script>
|
| 590 |
+
<script src="script.js"></script>
|
| 591 |
+
|
| 592 |
+
<script>
|
| 593 |
+
// FAQ toggle animation
|
| 594 |
+
document.querySelectorAll('details').forEach(detail => {
|
| 595 |
+
detail.addEventListener('toggle', () => {
|
| 596 |
+
if (detail.open) {
|
| 597 |
+
detail.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
|
| 598 |
+
}
|
| 599 |
+
});
|
| 600 |
+
});
|
| 601 |
+
</script>
|
| 602 |
+
</body>
|
| 603 |
+
</html>
|