oliverwahl/undefined
0
1<!DOCTYPE html>2<html lang="en">3<head>4 <meta charset="UTF-8">5 <meta name="viewport" content="width=device-width, initial-scale=1.0">6 <title>Case Studies - OpSurge</title>7 <link rel="icon" type="image/x-icon" href="/static/favicon.ico">8 <script src="https://cdn.tailwindcss.com"></script>9 <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>10 <script src="https://unpkg.com/feather-icons"></script>11 <script>12 tailwind.config = {13 theme: {14 extend: {15 colors: {16 'opsurge-orange': '#FF6B35',17 'opsurge-dark': '#2E2E2E',18 'opsurge-blue': '#3A86FF',19 'opsurge-teal': '#00C9B1',20 'opsurge-yellow': '#FFD166',21 'opsurge-light': '#F5F5F5',22 }23 }24 }25 }26 </script>27 <style>28 .nav-link:hover {29 color: #FF6B35 !important;30 }31 .gradient-text {32 background: linear-gradient(90deg, #FF6B35, #3A86FF);33 -webkit-background-clip: text;34 background-clip: text;35 color: transparent;36 }37 .case-study-card:hover {38 transform: translateY(-5px);39 box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);40 }41 .stat-card {42 position: relative;43 overflow: hidden;44 }45 .stat-card::before {46 content: '';47 position: absolute;48 top: 0;49 left: 0;50 width: 4px;51 height: 100%;52 background: linear-gradient(to bottom, #FF6B35, #3A86FF);53 }54 </style>55</head>56<body class="bg-opsurge-light font-sans">57 <!-- Navigation -->58 <nav class="bg-opsurge-dark text-white py-6 fixed w-full z-50">59 <div class="container mx-auto px-6 flex justify-between items-center">60 <a href="index.html" class="text-2xl font-bold gradient-text">OpSurge</a>61 <div class="hidden md:flex space-x-8">62 <a href="index.html" class="nav-link text-white hover:text-opsurge-orange transition">Home</a>63 <a href="about.html" class="nav-link text-white hover:text-opsurge-orange transition">About</a>64 <a href="services.html" class="nav-link text-white hover:text-opsurge-orange transition">Services</a>65 <a href="case-studies.html" class="nav-link text-white hover:text-opsurge-orange transition">Case Studies</a>66 <a href="book-call.html" class="bg-opsurge-orange px-6 py-2 rounded-full hover:bg-opacity-90 transition">Book a Call</a>67 </div>68 <button class="md:hidden focus:outline-none" id="menu-toggle">69 <i data-feather="menu" class="text-white"></i>70 </button>71 </div>72 <!-- Mobile Menu -->73 <div class="md:hidden hidden bg-opsurge-dark w-full py-4 px-6" id="mobile-menu">74 <div class="flex flex-col space-y-4">75 <a href="index.html" class="text-white hover:text-opsurge-orange transition">Home</a>76 <a href="about.html" class="text-white hover:text-opsurge-orange transition">About</a>77 <a href="services.html" class="text-white hover:text-opsurge-orange transition">Services</a>78 <a href="case-studies.html" class="text-white hover:text-opsurge-orange transition">Case Studies</a>79 <a href="book-call.html" class="bg-opsurge-orange px-6 py-2 rounded-full text-center hover:bg-opacity-90 transition w-40">Book a Call</a>80 </div>81 </div>82 </nav>83 84 <!-- Hero Section -->85 <section class="pt-32 pb-20 bg-gradient-to-r from-opsurge-dark to-opsurge-blue text-white">86 <div class="container mx-auto px-6">87 <div class="max-w-3xl">88 <h1 class="text-4xl md:text-6xl font-bold mb-6">Case Studies</h1>89 <p class="text-xl md:text-2xl opacity-90">Real results from businesses we've helped transform through digital growth strategies.</p>90 </div>91 </div>92 </section>93 94 <!-- Featured Case Study -->95 <section class="py-20 bg-white">96 <div class="container mx-auto px-6">97 <div class="text-center mb-16">98 <h2 class="text-3xl md:text-4xl font-bold mb-4 text-opsurge-dark">Featured Success Story</h2>99 <p class="text-xl text-gray-600 max-w-2xl mx-auto">How we helped a SaaS company triple their revenue in 12 months</p>100 </div>101 <div class="bg-opsurge-light rounded-xl overflow-hidden shadow-xl">102 <div class="md:flex">103 <div class="md:w-1/2">104 <img src="http://static.photos/technology/1024x576/8" alt="Featured Case Study" class="w-full h-full object-cover">105 </div>106 <div class="md:w-1/2 p-12">107 <div class="flex items-center mb-6">108 <div class="bg-opsurge-dark text-white rounded-lg px-4 py-2 font-medium mr-4">SaaS</div>109 <div class="text-gray-600">12 Month Engagement</div>110 </div>111 <h3 class="text-3xl font-bold mb-6 text-opsurge-dark">FlowMetrics: Scaling a SaaS Platform to $5M ARR</h3>112 <p class="text-gray-600 mb-8">FlowMetrics came to us with a great product but struggled with customer acquisition and retention. Through a comprehensive growth strategy combining performance marketing, product optimization, and customer success automation, we helped them achieve 3X revenue growth.</p>113 <div class="grid grid-cols-2 gap-6 mb-10">114 <div class="stat-card bg-white p-6 rounded-lg">115 <p class="text-4xl font-bold mb-2 text-opsurge-orange">3X</p>116 <p class="text-gray-600">Revenue Growth</p>117 </div>118 <div class="stat-card bg-white p-6 rounded-lg">119 <p class="text-4xl font-bold mb-2 text-opsurge-blue">40%</p>120 <p class="text-gray-600">Reduction in CAC</p>121 </div>122 <div class="stat-card bg-white p-6 rounded-lg">123 <p class="text-4xl font-bold mb-2 text-opsurge-teal">2.5X</p>124 <p class="text-gray-600">Increase in LTV</p>125 </div>126 <div class="stat-card bg-white p-6 rounded-lg">127 <p class="text-4xl font-bold mb-2 text-opsurge-yellow">75%</p>128 <p class="text-gray-600">Retention Improvement</p>129 </div>130 </div>131 <a href="#flowmetrics" class="inline-flex items-center bg-opsurge-orange text-white px-8 py-3 rounded-full hover:bg-opacity-90 transition font-medium">132 Read Full Case Study133 <i data-feather="arrow-right" class="ml-2"></i>134 </a>135 </div>136 </div>137 </div>138 </div>139 </section>140 141 <!-- Case Studies Grid -->142 <section class="py-20 bg-opsurge-light">143 <div class="container mx-auto px-6">144 <div class="text-center mb-16">145 <h2 class="text-3xl md:text-4xl font-bold mb-4 text-opsurge-dark">More Success Stories</h2>146 <p class="text-xl text-gray-600 max-w-2xl mx-auto">Explore how we've helped businesses across industries achieve remarkable growth.</p>147 </div>148 <div class="grid md:grid-cols-2 gap-8">149 <div id="fintech" class="case-study-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">150 <img src="http://static.photos/finance/1024x576/3" alt="Case Study" class="w-full h-64 object-cover">151 <div class="p-8">152 <div class="flex items-center mb-4">153 <div class="bg-opsurge-dark text-white rounded-lg px-3 py-1 text-sm font-medium mr-3">FinTech</div>154 <div class="text-sm text-gray-600">6 Month Engagement</div>155 </div>156 <h3 class="text-2xl font-bold mb-4 text-opsurge-dark">PayZen: Scaling User Acquisition 5X</h3>157 <p class="text-gray-600 mb-6">How we helped a payments platform acquire 50,000 new users through targeted growth marketing and referral optimization.</p>158 <div class="flex justify-between items-center">159 <div class="flex text-opsurge-yellow">160 <i data-feather="star" class="w-4 h-4 fill-current"></i>161 <i data-feather="star" class="w-4 h-4 fill-current"></i>162 <i data-feather="star" class="w-4 h-4 fill-current"></i>163 <i data-feather="star" class="w-4 h-4 fill-current"></i>164 <i data-feather="star" class="w-4 h-4 fill-current"></i>165 </div>166 <a href="#payzen" class="text-opsurge-blue font-medium hover:text-opsurge-orange transition flex items-center">167 Read more168 <i data-feather="arrow-right" class="ml-2"></i>169 </a>170 </div>171 </div>172 </div>173 <div id="ecommerce" class="case-study-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">174 <img src="http://static.photos/retail/1024x576/4" alt="Case Study" class="w-full h-64 object-cover">175 <div class="p-8">176 <div class="flex items-center mb-4">177 <div class="bg-opsurge-dark text-white rounded-lg px-3 py-1 text-sm font-medium mr-3">Ecommerce</div>178 <div class="text-sm text-gray-600">9 Month Engagement</div>179 </div>180 <h3 class="text-2xl font-bold mb-4 text-opsurge-dark">UrbanThreads: 5X Revenue Growth</h3>181 <p class="text-gray-600 mb-6">Our omni-channel marketing strategy took this fashion brand from $1M to $5M ARR while improving profitability.</p>182 <div class="flex justify-between items-center">183 <div class="flex text-opsurge-yellow">184 <i data-feather="star" class="w-4 h-4 fill-current"></i>185 <i data-feather="star" class="w-4 h-4 fill-current"></i>186 <i data-feather="star" class="w-4 h-4 fill-current"></i>187 <i data-feather="star" class="w-4 h-4 fill-current"></i>188 <i data-feather="star" class="w-4 h-4 fill-current"></i>189 </div>190 <a href="#urbanthreads" class="text-opsurge-blue font-medium hover:text-opsurge-orange transition flex items-center">191 Read more192 <i data-feather="arrow-right" class="ml-2"></i>193 </a>194 </div>195 </div>196 </div>197 <div id="healthtech" class="case-study-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">198 <img src="http://static.photos/medical/1024x576/5" alt="Case Study" class="w-full h-64 object-cover">199 <div class="p-8">200 <div class="flex items-center mb-4">201 <div class="bg-opsurge-dark text-white rounded-lg px-3 py-1 text-sm font-medium mr-3">HealthTech</div>202 <div class="text-sm text-gray-600">12 Month Engagement</div>203 </div>204 <h3 class="text-2xl font-bold mb-4 text-opsurge-dark">VitaWell: Patient Acquisition at Scale</h3>205 <p class="text-gray-600 mb-6">Strategic lead generation and conversion optimization for a telehealth platform serving 50,000+ patients.</p>206 <div class="flex justify-between items-center">207 <div class="flex text-opsurge-yellow">208 <i data-feather="star" class="w-4 h-4 fill-current"></i>209 <i data-feather="star" class="w-4 h-4 fill-current"></i>210 <i data-feather="star" class="w-4 h-4 fill-current"></i>211 <i data-feather="star" class="w-4 h-4 fill-current"></i>212 <i data-feather="star" class="w-4 h-4 fill-current"></i>213 </div>214 <a href="#vitawell" class="text-opsurge-blue font-medium hover:text-opsurge-orange transition flex items-center">215 Read more216 <i data-feather="arrow-right" class="ml-2"></i>217 </a>218 </div>219 </div>220 </div>221 <div id="edtech" class="case-study-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">222 <img src="http://static.photos/education/1024x576/6" alt="Case Study" class="w-full h-64 object-cover">223 <div class="p-8">224 <div class="flex items-center mb-4">225 <div class="bg-opsurge-dark text-white rounded-lg px-3 py-1 text-sm font-medium mr-3">EdTech</div>226 <div class="text-sm text-gray-600">6 Month Engagement</div>227 </div>228 <h3 class="text-2xl font-bold mb-4 text-opsurge-dark">Learnly: Doubling Student Engagement</h3>229 <p class="text-gray-600 mb-6">Product-led growth strategy that increased platform engagement and reduced churn by 60% for an online learning platform.</p>230 <div class="flex justify-between items-center">231 <div class="flex text-opsurge-yellow">232 <i data-feather="star" class="w-4 h-4 fill-current"></i>233 <i data-feather="star" class="w-4 h-4 fill-current"></i>234 <i data-feather="star" class="w-4 h-4 fill-current"></i>235 <i data-feather="star" class="w-4 h-4 fill-current"></i>236 <i data-feather="star" class="w-4 h-4 fill-current"></i>237 </div>238 <a href="#learnly" class="text-opsurge-blue font-medium hover:text-opsurge-orange transition flex items-center">239 Read more240 <i data-feather="arrow-right" class="ml-2"></i>241 </a>242 </div>243 </div>244 </div>245 </div>246 <div class="text-center mt-12">247 <a href="#" class="inline-flex items-center bg-opsurge-dark text-white px-8 py-3 rounded-full hover:bg-opacity-90 transition font-medium">248 Load More Case Studies249 <i data-feather="chevron-down" class="ml-2"></i>250 </a>251 </div>252 </div>253 </section>254 255 <!-- Detailed Case Study -->256 <section id="flowmetrics" class="py-20 bg-white">257 <div class="container mx-auto px-6">258 <div class="max-w-4xl mx-auto">259 <div class="mb-12">260 <a href="case-studies.html" class="inline-flex items-center text-opsurge-blue hover:text-opsurge-orange transition mb-6">261 <i data-feather="arrow-left" class="mr-2"></i>262 Back to Case Studies263 </a>264 <div class="bg-opsurge-orange text-white rounded-lg px-4 py-2 font-medium inline-block mb-4">SaaS</div>265 <h2 class="text-3xl md:text-4xl font-bold mb-4 text-opsurge-dark">FlowMetrics: Scaling to $5M ARR in 12 Months</h2>266 <p class="text-xl text-gray-600 mb-6">How we helped a SaaS analytics platform triple their revenue through strategic growth initiatives.</p>267 <div class="flex items-center">268 <div class="w-12 h-12 rounded-full overflow-hidden mr-4">269 <img src="http://static.photos/people/200x200/7" alt="Client" class="w-full h-full object-cover">270 </div>271 <div>272 <h4 class="font-bold text-opsurge-dark">David Reynolds</h4>273 <p class="text-opsurge-blue">CEO, FlowMetrics</p>274 </div>275 </div>276 </div>277 <img src="http://static.photos/technology/1024x576/9" alt="FlowMetrics Dashboard" class="w-full rounded-xl shadow-xl mb-12">278 <div class="mb-12">279 <h3 class="text-2xl font-bold mb-6 text-opsurge-dark">The Challenge</h3>280 <p class="text-gray-600 mb-6">FlowMetrics had developed a powerful analytics platform for ecommerce businesses but struggled with customer acquisition and retention. Despite having a superior product to competitors, they were losing deals due to poor positioning and inefficient sales processes.</p>281 <p class="text-gray-600">Key challenges included:</p>282 <ul class="list-disc pl-6 mt-4 text-gray-600 space-y-2 mb-6">283 <li>High customer acquisition cost (CAC) with low conversion rates</li>284 <li>90-day sales cycles that were resource-intensive</li>285 <li>Low product adoption and high churn post-sale</li>286 <li>Difficulty communicating unique value proposition</li>287 </ul>288 </div>289 <div class="mb-12">290 <h3 class="text-2xl font-bold mb-6 text-opsurge-dark">Our Approach</h3>291 <p class="text-gray-600 mb-6">We implemented a comprehensive growth strategy that addressed each stage of the customer lifecycle:</p>292 <div class="grid md:grid-cols-2 gap-8 mb-8">293 <div class="bg-opsurge-light p-6 rounded-lg">294 <h4 class="font-bold mb-3 text-opsurge-dark">1. Positioning & Messaging</h4>295 <p class="text-gray-600">Conducted market research to identify key differentiators and developed compelling messaging focused on ROI.</p>296 </div>297 <div class="bg-opsurge-light p-6 rounded-lg">298 <h4 class="font-bold mb-3 text-opsurge-dark">2. Lead Generation</h4>299 <p class="text-gray-600">Built targeted campaigns across LinkedIn, Google, and industry publications to attract qualified leads.</p>300 </div>301 <div class="bg-opsurge-light p-6 rounded-lg">302 <h4 class="font-bold mb-3 text-opsurge-dark">3. Sales Optimization</h4>303 <p class="text-gray-600">Implemented sales enablement tools and trained team on consultative selling techniques.</p>304 </div>305 <div class="bg-opsurge-light p-6 rounded-lg">306 <h4 class="font-bold mb-3 text-opsurge-dark">4. Product Adoption</h4>307 <p class="text-gray-600">Developed onboarding flows and in-app guidance to accelerate time-to-value.</p>308 </div>309 </div>310 </div>311 <div class="mb-12">312 <h3 class="text-2xl font-bold mb-6 text-opsurge-dark">The Results</h3>313 <div class="grid md:grid-cols-2 gap-8 mb-8">314 <div class="stat-card bg-opsurge-light p-6 rounded-lg">315 <p class="text-4xl font-bold mb-2 text-opsurge-orange">3X</p>316 <p class="text-gray-600">Revenue growth from $1.7M to $5M ARR</p>317 </div>318 <div class="stat-card bg-opsurge-light p-6 rounded-lg">319 <p class="text-4xl font-bold mb-2 text-opsurge-blue">40%</p>320 <p class="text-gray-600">Reduction in customer acquisition cost</p>321 </div>322 <div class="stat-card bg-opsurge-light p-6 rounded-lg">323 <p class="text-4xl font-bold mb-2 text-opsurge-teal">2.5X</p>324 <p class="text-gray-600">Increase in customer lifetime value</p>325 </div>326 <div class="stat-card bg-opsurge-light p-6 rounded-lg">327 <p class="text-4xl font-bold mb-2 text-opsurge-yellow">75%</p>328 <p class="text-gray-600">Improvement in 90-day retention</p>329 </div>330 </div>331 <div class="bg-opsurge-light p-8 rounded-xl">332 <p class="text-xl italic text-gray-700 mb-6">"OpSurge transformed our business by helping us think strategically about growth. Their team became an extension of ours, bringing expertise we didn't have internally. The results speak for themselves - we wouldn't be where we are today without their partnership."</p>333 <div class="flex items-center">334 <div class="w-16 h-16 rounded-full overflow-hidden mr-4">335 <img src="http://static.photos/people/200x200/7" alt="Client" class="w-full h-full object-cover">336 </div>337 <div>338 <h4 class="font-bold text-opsurge-dark">David Reynolds</h4>339 <p class="text-opsurge-blue">CEO, FlowMetrics</p>340 </div>341 </div>342 </div>343 </div>344 </div>345 </div>346 </section>347 348 <!-- CTA Section -->349 <section class="py-20 bg-gradient-to-r from-opsurge-orange to-opsurge-teal text-white">350 <div class="container mx-auto px-6 text-center">351 <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Create Your Success Story?</h2>352 <p class="text-xl mb-10 max-w-2xl mx-auto">Let's discuss how we can help you achieve similar results for your business.</p>353 <a href="book-call.html" class="inline-flex items-center bg-white text-opsurge-dark px-8 py-4 rounded-full hover:bg-opacity-90 transition font-medium">354 Book a Free Consultation355 <i data-feather="calendar" class="ml-2"></i>356 </a>357 </div>358 </section>359 360 <!-- Footer -->361 <footer class="bg-opsurge-dark text-white py-16">362 <div class="container mx-auto px-6">363 <div class="grid md:grid-cols-4 gap-8 mb-12">364 <div>365 <h3 class="text-xl font-bold mb-6">OpSurge</h3>366 <p class="text-gray-400 mb-6">Digital growth solutions for ambitious businesses.</p>367 <div class="flex space-x-4">368 <a href="#" class="text-gray-400 hover:text-white transition">369 <i data-feather="twitter"></i>370 </a>371 <a href="#" class="text-gray-400 hover:text-white transition">372 <i data-feather="linkedin"></i>373 </a>374 <a href="#" class="text-gray-400 hover:text-white transition">375 <i data-feather="facebook"></i>376 </a>377 <a href="#" class="text-gray-400 hover:text-white transition">378 <i data-feather="instagram"></i>379 </a>380 </div>381 </div>382 <div>383 <h3 class="text-lg font-semibold mb-6">Company</h3>384 <ul class="space-y-3">385 <li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>386 <li><a href="case-studies.html" class="text-gray-400 hover:text-white transition">Case Studies</a></li>387 <li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li>388 <li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>389 </ul>390 </div>391 <div>392 <h3 class="text-lg font-semibold mb-6">Services</h3>393 <ul class="space-y-3">394 <li><a href="services.html#marketing" class="text-gray-400 hover:text-white transition">Growth Marketing</a></li>395 <li><a href="services.html#tech" class="text-gray-400 hover:text-white transition">Tech Solutions</a></li>396 <li><a href="services.html#analytics" class="text-gray-400 hover:text-white transition">Data & Analytics</a></li>397 <li><a href="services.html" class="text-gray-400 hover:text-white transition">All Services</a></li>398 </ul>399 </div>400 <div>401 <h3 class="text-lg font-semibold mb-6">Contact</h3>402 <ul class="space-y-3">403 <li class="flex items-center text-gray-400">404 <i data-feather="mail" class="mr-2"></i>405 hello@opsurge.com406 </li>407 <li class="flex items-center text-gray-400">408 <i data-feather="phone" class="mr-2"></i>409 (555) 123-4567410 </li>411 <li class="flex items-center text-gray-400">412 <i data-feather="map-pin" class="mr-2"></i>413 123 Growth St, San Francisco414 </li>415 </ul>416 </div>417 </div>418 <div class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center">419 <p class="text-gray-400 mb-4 md:mb-0">© 2023 OpSurge. All rights reserved.</p>420 <div class="flex space-x-6">421 <a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a>422 <a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a>423 </div>424 </div>425 </div>426 </footer>427 428 <script>429 // Mobile Menu Toggle430 document.getElementById('menu-toggle').addEventListener('click', function() {431 const menu = document.getElementById('mobile-menu');432 menu.classList.toggle('hidden');433 });434 435 // Close mobile menu when clicking a link436 document.querySelectorAll('#mobile-menu a').forEach(link => {437 link.addEventListener('click', function() {438 document.getElementById('mobile-menu').classList.add('hidden');439 });440 });441 442 // Initialize Feather Icons443 feather.replace();444 </script>445</body>446</html>447 