File size: 32,350 Bytes
262412b 7a44601 262412b 7a44601 f5772d4 7a44601 f5772d4 262412b f5772d4 262412b f5772d4 262412b f5772d4 262412b f5772d4 262412b f5772d4 262412b f5772d4 262412b f5772d4 7a44601 f5772d4 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 f5772d4 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 262412b f5772d4 262412b 7a44601 f5772d4 7a44601 262412b 7a44601 262412b f5772d4 262412b 7a44601 262412b 7a44601 f5772d4 7a44601 f5772d4 7a44601 f5772d4 7a44601 262412b 7a44601 262412b 7a44601 262412b 7a44601 f5772d4 7a44601 262412b 7a44601 f5772d4 262412b |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GrowModo - Growth Marketing Agency</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.hero-gradient {
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #dbeafe 100%);
}
.feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #3b82f6;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
.mobile-menu {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out;
}
.mobile-menu.open {
max-height: 500px;
}
.tab-content {
display: none;
animation: fadeIn 0.5s ease-out;
}
.tab-content.active {
display: block;
}
.talent-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.page-transition {
transition: opacity 0.3s ease, transform 0.3s ease;
}
.loading-spinner {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
}
.loading-spinner.active {
display: block;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Loading Spinner -->
<div id="loading-spinner" class="loading-spinner">
<div class="animate-spin rounded-full h-16 w-16 border-t-4 border-blue-500 border-opacity-75"></div>
</div>
<!-- Navigation -->
<nav class="bg-white shadow-sm sticky top-0 z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<span class="text-2xl font-bold gradient-text hover:cursor-pointer" onclick="loadPage('home')">GrowModo</span>
</div>
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
<a href="#home" class="nav-link border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium" onclick="loadPage('home')">Home</a>
<a href="#talents" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium" onclick="loadPage('talents')">Talents</a>
<a href="#pricing" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium" onclick="loadPage('pricing')">Pricing</a>
<a href="#book-now" class="nav-link border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium" onclick="loadPage('book-now')">Book Now</a>
</div>
</div>
<div class="hidden sm:ml-6 sm:flex sm:items-center">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-150 ease-in-out" onclick="loadPage('book-now')">
Get Started
</button>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<button id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="mobile-menu sm:hidden">
<div class="pt-2 pb-3 space-y-1">
<a href="#home" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium" onclick="loadPage('home')">Home</a>
<a href="#talents" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium" onclick="loadPage('talents')">Talents</a>
<a href="#pricing" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium" onclick="loadPage('pricing')">Pricing</a>
<a href="#book-now" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium" onclick="loadPage('book-now')">Book Now</a>
<div class="mt-4 pl-3 pr-4">
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-base font-medium transition duration-150 ease-in-out" onclick="loadPage('book-now')">
Get Started
</button>
</div>
</div>
</div>
</nav>
<!-- Dynamic Content Container -->
<div id="dynamic-content" class="page-transition">
<!-- Content will be loaded here dynamically -->
</div>
<!-- Footer -->
<footer class="bg-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 gap-8 md:grid-cols-4">
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Services</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">Performance Marketing</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">SEO & Content</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">CRO</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">Social Media</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">About</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('talents')">Team</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">Careers</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white" onclick="loadPage('home')">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Blog</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Case Studies</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Guides</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Webinars</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
<ul class="mt-4 space-y-4">
<li><a href="#" class="text-base text-gray-400 hover:text-white">Privacy</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Terms</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">GDPR</a></li>
<li><a href="#" class="text-base text-gray-400 hover:text-white">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8 flex flex-col md:flex-row justify-between items-center">
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Facebook</span>
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Instagram</span>
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">Twitter</span>
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<span class="sr-only">LinkedIn</span>
<i class="fab fa-linkedin-in"></i>
</a>
</div>
<p class="mt-8 md:mt-0 text-base text-gray-400">
© 2023 GrowModo. All rights reserved.
</p>
</div>
</div>
</footer>
<!-- All Page Templates -->
<template id="home-page-template">
<!-- Home Page Content -->
<div class="tab-content">
<!-- Hero Section -->
<section class="hero-gradient py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Grow Your Business</span>
<span class="block gradient-text">With Data-Driven Marketing</span>
</h1>
<p class="mt-3 text-base text-gray-500 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
We help startups and established businesses scale their revenue through performance marketing, conversion optimization, and growth strategies.
</p>
<div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
<div class="flex flex-col sm:flex-row gap-4">
<button class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 hover:bg-blue-700 md:py-4 md:text-lg md:px-10 transition duration-150 ease-in-out" onclick="loadPage('book-now')">
Get Started
</button>
<button class="px-8 py-3 border border-transparent text-base font-medium rounded-md text-blue-700 bg-blue-100 hover:bg-blue-200 md:py-4 md:text-lg md:px-10 transition duration-150 ease-in-out">
Learn More
</button>
</div>
</div>
</div>
<div class="mt-12 relative sm:max-w-lg sm:mx-auto lg:mt-0 lg:max-w-none lg:mx-0 lg:col-span-6 lg:flex lg:items-center">
<div class="relative mx-auto w-full rounded-lg shadow-lg lg:max-w-md">
<div class="relative block w-full bg-white rounded-lg overflow-hidden">
<img class="w-full" src="https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="Marketing team working">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Trusted By Section -->
<section class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-sm font-semibold text-blue-600 tracking-wide uppercase">Trusted by innovative companies</h2>
</div>
<div class="mt-10 grid grid-cols-2 gap-8 md:grid-cols-6 lg:grid-cols-5">
<div class="col-span-1 flex justify-center">
<img class="h-12" src="https://tailwindui.com/img/logos/tuple-logo-gray-400.svg" alt="Tuple">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12" src="https://tailwindui.com/img/logos/mirage-logo-gray-400.svg" alt="Mirage">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12" src="https://tailwindui.com/img/logos/statickit-logo-gray-400.svg" alt="StaticKit">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12" src="https://tailwindui.com/img/logos/transistor-logo-gray-400.svg" alt="Transistor">
</div>
<div class="col-span-1 flex justify-center">
<img class="h-12" src="https://tailwindui.com/img/logos/workcation-logo-gray-400.svg" alt="Workcation">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
Our Growth Services
</h2>
<p class="mt-4 max-w-2xl text-xl text-gray-500 mx-auto">
We offer comprehensive marketing solutions tailored to your business needs.
</p>
</div>
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Service 1 -->
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
<div class="p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i class="fas fa-chart-line text-xl"></i>
</div>
<h3 class="mt-4 text-lg font-medium text-gray-900">Performance Marketing</h3>
<p class="mt-2 text-base text-gray-500">
Data-driven campaigns that deliver measurable results and maximize your ROI across all digital channels.
</p>
<div class="mt-6">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Learn more →</a>
</div>
</div>
</div>
<!-- Service 2 -->
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
<div class="p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-purple-500 text-white">
<i class="fas fa-search-dollar text-xl"></i>
</div>
<h3 class="mt-4 text-lg font-medium text-gray-900">SEO & Content Strategy</h3>
<p class="mt-2 text-base text-gray-500">
Organic growth through technical SEO, content marketing, and link building strategies that drive qualified traffic.
</p>
<div class="mt-6">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Learn more →</a>
</div>
</div>
</div>
<!-- Service 3 -->
<div class="feature-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
<div class="p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-green-500 text-white">
<i class="fas fa-laptop-code text-xl"></i>
</div>
<h3 class="mt-4 text-lg font-medium text-gray-900">Conversion Rate Optimization</h3>
<p class="mt-2 text-base text-gray-500">
Increase your conversion rates through data analysis, A/B testing, and UX improvements that boost your bottom line.
</p>
<div class="mt-6">
<a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Learn more →</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">
What Our Clients Say
</h2>
</div>
<div class="mt-16 grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-white rounded-lg shadow-md overflow-hidden p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=128&h=128&q=60" alt="Emily Carter">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Emily Carter</h3>
<p class="text-gray-500">CEO, TechStart</p>
</div>
</div>
<blockquote class="mt-6">
<p class="text-base text-gray-600">
"Working with GrowModo transformed our marketing approach. They helped us scale from $10k to $100k MRR in just 9 months through their data-driven strategies."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-white rounded-lg shadow-md overflow-hidden p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1519244703995-f4e0f30006d5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=128&h=128&q=60" alt="Michael Rodriguez">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Michael Rodriguez</h3>
<p class="text-gray-500">Founder, EcomStore</p>
</div>
</div>
<blockquote class="mt-6">
<p class="text-base text-gray-600">
"The team at GrowModo took our Facebook ad performance from mediocre to outstanding. Our ROAS improved from 2x to 5x within the first quarter."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-white rounded-lg shadow-md overflow-hidden p-6">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=128&h=128&q=60" alt="David Wilson">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">David Wilson</h3>
<p class="text-gray-500">CMO, EnterpriseCo</p>
</div>
</div>
<blockquote class="mt-6">
<p class="text-base text-gray-600">
"Their conversion rate optimization work increased our lead generation by 300% without increasing our ad spend. Truly impressive results."
</p>
</blockquote>
<div class="mt-6 flex items-center">
<div class="flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="bg-blue-700">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
<h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
<span class="block">Ready to grow your business?</span>
<span class="block text-blue-200">Get in touch today.</span>
</h2>
<div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
<div class="inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50" onclick="loadPage('book-now')">
Get Started
</a>
</div>
<div class="ml-3 inline-flex rounded-md shadow">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
Learn More
</a>
</div>
</div>
</div>
</section>
</div>
</template>
<template id="talents-page-template">
<!-- Talents Page Content -->
<div class="tab-content">
<!-- Hero Section -->
<section class="hero-gradient py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Our</span>
<span class="block gradient-text">Marketing Experts</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
Meet the talented marketers who will help grow your business. Our team combines diverse expertise with a shared passion for driving results.
</p>
</div>
</div>
</section>
<!-- Talent Filters -->
<section class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-wrap justify-center gap-4">
<button class="px-4 py-2 rounded-full bg-blue-600 text-white font-medium" onclick="filterTalents('all')">
All Experts
</button>
<button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:bg-gray-200" onclick="filterTalents('ppc')">
PPC Specialists
</button>
<button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:bg-gray-200" onclick="filterTalents('seo')">
SEO Experts
</button>
<button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:bg-gray-200" onclick="filterTalents('content')">
Content Strategists
</button>
<button class="px-4 py-2 rounded-full bg-gray-100 text-gray-700 font-medium hover:bg-gray-200" onclick="filterTalents('social')">
Social Media
</button>
</div>
</div>
</section>
<!-- Talents Grid -->
<section class="py-12 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Talent 1 -->
<div class="talent-card talent-ppc bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
<div class="h-64 bg-blue-100 flex items-center justify-center">
<img class="h-full w-full object-cover" src="https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&h=500&q=80" alt="Sarah Johnson">
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-gray-900">Sarah Johnson</h3>
<p class="text-blue-600">PPC Specialist</p>
<p class="mt-2 text-gray-600">
Google Ads and Facebook Ads expert with 8+ years experience driving profitable growth for ecommerce and SaaS companies.
</p>
<div class="mt-4 flex flex-wrap gap-2">
<span class="px-2 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded">Google Ads</span>
<span class="px-2 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded">Facebook Ads</span>
<span class="px-2 py-1 bg-blue-100 text-blue-800 text-xs font-medium rounded">Conversion Tracking</span>
</div>
<div class="mt-6">
<button class="w-full bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-150 ease-in-out" onclick="loadPage('book-now')">
Book Consultation
</button>
</div>
</div>
</div>
<!-- Talent 2 -->
<div class="talent-card talent-seo bg-white rounded-lg shadow-md overflow-hidden transition duration-300 ease-in-out">
<div class="h-64 bg-purple-100 flex items-center justify-center">
<img class="h-full w
</html> |