remove the generate leads secrtion and everthing below it.
Browse files- index.html +0 -203
index.html
CHANGED
|
@@ -112,210 +112,7 @@
|
|
| 112 |
</div>
|
| 113 |
</div>
|
| 114 |
</div>
|
| 115 |
-
|
| 116 |
-
<!-- Marketing & Lead Generation Module -->
|
| 117 |
-
<div class="bg-white rounded-xl shadow-md overflow-hidden">
|
| 118 |
-
<div class="p-6">
|
| 119 |
-
<div class="flex justify-between items-center cursor-pointer" onclick="toggleModule('marketing')">
|
| 120 |
-
<h2 class="text-2xl font-bold text-gray-900">Marketing & Lead Generation</h2>
|
| 121 |
-
<i data-feather="chevron-down" class="text-gray-500 transition-transform duration-300" id="marketing-chevron"></i>
|
| 122 |
-
</div>
|
| 123 |
-
<div class="mt-4 hidden" id="marketing-content">
|
| 124 |
-
<div class="space-y-4">
|
| 125 |
-
<!-- Video 1 -->
|
| 126 |
-
<div class="flex items-start p-4 border border-gray-200 rounded-lg">
|
| 127 |
-
<div class="flex-shrink-0 mr-4">
|
| 128 |
-
<div class="w-32 h-20 bg-purple-500 rounded-md flex items-center justify-center">
|
| 129 |
-
<i data-feather="play" class="text-white"></i>
|
| 130 |
-
</div>
|
| 131 |
-
</div>
|
| 132 |
-
<div>
|
| 133 |
-
<h3 class="font-semibold text-gray-900">Manage All Your Social Media Posts in One Place</h3>
|
| 134 |
-
<p class="mt-1 text-sm text-gray-600">Set up the social planner to schedule and manage all your social media posts.</p>
|
| 135 |
-
<button class="mt-2 px-3 py-1 bg-primary-600 text-white text-sm rounded hover:bg-primary-700 transition-colors">
|
| 136 |
-
Watch Video
|
| 137 |
-
</button>
|
| 138 |
-
</div>
|
| 139 |
-
</div>
|
| 140 |
-
<!-- More videos would follow the same pattern -->
|
| 141 |
-
</div>
|
| 142 |
-
</div>
|
| 143 |
-
</div>
|
| 144 |
-
</div>
|
| 145 |
-
|
| 146 |
-
<!-- Sales & Conversation Module -->
|
| 147 |
-
<div class="bg-white rounded-xl shadow-md overflow-hidden">
|
| 148 |
-
<div class="p-6">
|
| 149 |
-
<div class="flex justify-between items-center cursor-pointer" onclick="toggleModule('sales')">
|
| 150 |
-
<h2 class="text-2xl font-bold text-gray-900">Sales & Conversation</h2>
|
| 151 |
-
<i data-feather="chevron-down" class="text-gray-500 transition-transform duration-300" id="sales-chevron"></i>
|
| 152 |
-
</div>
|
| 153 |
-
<div class="mt-4 hidden" id="sales-content">
|
| 154 |
-
<div class="space-y-4">
|
| 155 |
-
<!-- Video 1 -->
|
| 156 |
-
<div class="flex items-start p-4 border border-gray-200 rounded-lg">
|
| 157 |
-
<div class="flex-shrink-0 mr-4">
|
| 158 |
-
<div class="w-32 h-20 bg-indigo-500 rounded-md flex items-center justify-center">
|
| 159 |
-
<i data-feather="play" class="text-white"></i>
|
| 160 |
-
</div>
|
| 161 |
-
</div>
|
| 162 |
-
<div>
|
| 163 |
-
<h3 class="font-semibold text-gray-900">Seamlessly Manage Your Sales Conversations</h3>
|
| 164 |
-
<p class="mt-1 text-sm text-gray-600">Sync your Gmail or Outlook inbox to track all customer conversations in one place.</p>
|
| 165 |
-
<button class="mt-2 px-3 py-1 bg-primary-600 text-white text-sm rounded hover:bg-primary-700 transition-colors">
|
| 166 |
-
Watch Video
|
| 167 |
-
</button>
|
| 168 |
-
</div>
|
| 169 |
-
</div>
|
| 170 |
-
<!-- More videos would follow the same pattern -->
|
| 171 |
-
</div>
|
| 172 |
-
</div>
|
| 173 |
-
</div>
|
| 174 |
-
</div>
|
| 175 |
-
|
| 176 |
-
<!-- Website & Content Module -->
|
| 177 |
-
<div class="bg-white rounded-xl shadow-md overflow-hidden">
|
| 178 |
-
<div class="p-6">
|
| 179 |
-
<div class="flex justify-between items-center cursor-pointer" onclick="toggleModule('website')">
|
| 180 |
-
<h2 class="text-2xl font-bold text-gray-900">Website & Content</h2>
|
| 181 |
-
<i data-feather="chevron-down" class="text-gray-500 transition-transform duration-300" id="website-chevron"></i>
|
| 182 |
-
</div>
|
| 183 |
-
<div class="mt-4 hidden" id="website-content">
|
| 184 |
-
<!-- Content would follow same pattern -->
|
| 185 |
-
</div>
|
| 186 |
-
</div>
|
| 187 |
-
</div>
|
| 188 |
-
|
| 189 |
-
<!-- Commerce Module -->
|
| 190 |
-
<div class="bg-white rounded-xl shadow-md overflow-hidden">
|
| 191 |
-
<div class="p-6">
|
| 192 |
-
<div class="flex justify-between items-center cursor-pointer" onclick="toggleModule('commerce')">
|
| 193 |
-
<h2 class="text-2xl font-bold text-gray-900">Commerce</h2>
|
| 194 |
-
<i data-feather="chevron-down" class="text-gray-500 transition-transform duration-300" id="commerce-chevron"></i>
|
| 195 |
-
</div>
|
| 196 |
-
<div class="mt-4 hidden" id="commerce-content">
|
| 197 |
-
<!-- Content would follow same pattern -->
|
| 198 |
-
</div>
|
| 199 |
-
</div>
|
| 200 |
-
</div>
|
| 201 |
</div>
|
| 202 |
-
<div class="h-48 bg-primary-500 flex items-center justify-center">
|
| 203 |
-
<i data-feather="users" class="text-white w-16 h-16"></i>
|
| 204 |
-
</div>
|
| 205 |
-
<div class="p-6">
|
| 206 |
-
<h2 class="text-xl font-semibold text-gray-900">Import & Engage Contacts</h2>
|
| 207 |
-
<p class="mt-2 text-gray-600">Import contacts from various platforms and start engaging immediately.</p>
|
| 208 |
-
<div class="mt-4 flex items-center justify-between">
|
| 209 |
-
<span class="text-xs px-2 py-1 bg-primary-100 text-primary-800 rounded">Foundational</span>
|
| 210 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 211 |
-
Watch Video
|
| 212 |
-
</button>
|
| 213 |
-
</div>
|
| 214 |
-
</div>
|
| 215 |
-
</div>
|
| 216 |
-
|
| 217 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 218 |
-
<div class="h-48 bg-green-500 flex items-center justify-center">
|
| 219 |
-
<i data-feather="filter" class="text-white w-16 h-16"></i>
|
| 220 |
-
</div>
|
| 221 |
-
<div class="p-6">
|
| 222 |
-
<h2 class="text-xl font-semibold text-gray-900">Generate New Leads</h2>
|
| 223 |
-
<p class="mt-2 text-gray-600">Set up high-converting funnels to capture leads efficiently.</p>
|
| 224 |
-
<div class="mt-4 flex items-center justify-between">
|
| 225 |
-
<span class="text-xs px-2 py-1 bg-primary-100 text-primary-800 rounded">Foundational</span>
|
| 226 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 227 |
-
Watch Video
|
| 228 |
-
</button>
|
| 229 |
-
</div>
|
| 230 |
-
</div>
|
| 231 |
-
</div>
|
| 232 |
-
|
| 233 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 234 |
-
<div class="h-48 bg-blue-500 flex items-center justify-center">
|
| 235 |
-
<i data-feather="message-square" class="text-white w-16 h-16"></i>
|
| 236 |
-
</div>
|
| 237 |
-
<div class="p-6">
|
| 238 |
-
<h2 class="text-xl font-semibold text-gray-900">Multi-Channel Setup</h2>
|
| 239 |
-
<p class="mt-2 text-gray-600">Connect email, SMS, and phone services to start engaging.</p>
|
| 240 |
-
<div class="mt-4 flex items-center justify-between">
|
| 241 |
-
<span class="text-xs px-2 py-1 bg-primary-100 text-primary-800 rounded">Foundational</span>
|
| 242 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 243 |
-
Watch Video
|
| 244 |
-
</button>
|
| 245 |
-
</div>
|
| 246 |
-
</div>
|
| 247 |
-
</div>
|
| 248 |
-
|
| 249 |
-
<!-- Marketing & Lead Gen Cards -->
|
| 250 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 251 |
-
<div class="h-48 bg-purple-500 flex items-center justify-center">
|
| 252 |
-
<i data-feather="share-2" class="text-white w-16 h-16"></i>
|
| 253 |
-
</div>
|
| 254 |
-
<div class="p-6">
|
| 255 |
-
<h2 class="text-xl font-semibold text-gray-900">Social Media Management</h2>
|
| 256 |
-
<p class="mt-2 text-gray-600">Schedule and manage all your social posts in one place.</p>
|
| 257 |
-
<div class="mt-4 flex items-center justify-between">
|
| 258 |
-
<span class="text-xs px-2 py-1 bg-purple-100 text-purple-800 rounded">Marketing</span>
|
| 259 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 260 |
-
Watch Video
|
| 261 |
-
</button>
|
| 262 |
-
</div>
|
| 263 |
-
</div>
|
| 264 |
-
</div>
|
| 265 |
-
|
| 266 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 267 |
-
<div class="h-48 bg-pink-500 flex items-center justify-center">
|
| 268 |
-
<i data-feather="instagram" class="text-white w-16 h-16"></i>
|
| 269 |
-
</div>
|
| 270 |
-
<div class="p-6">
|
| 271 |
-
<h2 class="text-xl font-semibold text-gray-900">Facebook/IG Lead Ads</h2>
|
| 272 |
-
<p class="mt-2 text-gray-600">Capture high-quality leads directly from social media.</p>
|
| 273 |
-
<div class="mt-4 flex items-center justify-between">
|
| 274 |
-
<span class="text-xs px-2 py-1 bg-purple-100 text-purple-800 rounded">Marketing</span>
|
| 275 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 276 |
-
Watch Video
|
| 277 |
-
</button>
|
| 278 |
-
</div>
|
| 279 |
-
</div>
|
| 280 |
-
</div>
|
| 281 |
-
|
| 282 |
-
<!-- Sales & Conversation Cards -->
|
| 283 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 284 |
-
<div class="h-48 bg-indigo-500 flex items-center justify-center">
|
| 285 |
-
<i data-feather="mail" class="text-white w-16 h-16"></i>
|
| 286 |
-
</div>
|
| 287 |
-
<div class="p-6">
|
| 288 |
-
<h2 class="text-xl font-semibold text-gray-900">Sales Conversations</h2>
|
| 289 |
-
<p class="mt-2 text-gray-600">Sync your inbox to track all customer conversations.</p>
|
| 290 |
-
<div class="mt-4 flex items-center justify-between">
|
| 291 |
-
<span class="text-xs px-2 py-1 bg-indigo-100 text-indigo-800 rounded">Sales</span>
|
| 292 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 293 |
-
Watch Video
|
| 294 |
-
</button>
|
| 295 |
-
</div>
|
| 296 |
-
</div>
|
| 297 |
-
</div>
|
| 298 |
-
|
| 299 |
-
<div class="course-card bg-white rounded-xl shadow-md overflow-hidden transition-all duration-300">
|
| 300 |
-
<div class="h-48 bg-primary-500 flex items-center justify-center">
|
| 301 |
-
<i data-feather="play-circle" class="text-white w-16 h-16"></i>
|
| 302 |
-
</div>
|
| 303 |
-
<div class="p-6">
|
| 304 |
-
<div class="flex justify-between items-start">
|
| 305 |
-
<h2 class="text-xl font-semibold text-gray-900">Getting Started</h2>
|
| 306 |
-
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-primary-100 text-primary-800">
|
| 307 |
-
New
|
| 308 |
-
</span>
|
| 309 |
-
</div>
|
| 310 |
-
<p class="mt-2 text-gray-600">Learn the basics of our platform and how to navigate.</p>
|
| 311 |
-
<div class="mt-4 flex items-center justify-between">
|
| 312 |
-
<span class="text-sm text-gray-500">5 lessons • 15 min</span>
|
| 313 |
-
<button class="px-4 py-2 bg-primary-600 text-white rounded-lg hover:bg-primary-700 transition-colors">
|
| 314 |
-
Start
|
| 315 |
-
</button>
|
| 316 |
-
</div>
|
| 317 |
-
</div>
|
| 318 |
-
</div>
|
| 319 |
</div>
|
| 320 |
<!-- Module Toggle Script -->
|
| 321 |
<script>
|
|
|
|
| 112 |
</div>
|
| 113 |
</div>
|
| 114 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
</div>
|
| 117 |
<!-- Module Toggle Script -->
|
| 118 |
<script>
|