BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
storage
/
framework
/
views
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 2398b8041941998f5ab09721e745d115.php
<?php $features = cache()->remember('extensions_list', 120, function () { $extensionService = app(\App\Domains\Marketplace\Repositories\Contracts\ExtensionRepositoryInterface::class); $extensionsArray = $extensionService->paidExtensions(); $themesArray = $extensionService->themes(); $extensionNames = collect($extensionsArray)->pluck('name')->toArray(); $themeNames = collect($themesArray)->pluck('name')->toArray(); return array_merge($extensionNames, $themeNames); }); ?> <section class="border-b border-white/15 pb-32 max-md:pb-24" id="premium-support-access" > <div class="container"> <div class="w-full mb-20"> <div class="mx-auto mb-16 w-full text-center lg:w-1/2"> <h2 class="mb-5 text-[52px] leading-[0.94em]"> <?php echo app('translator')->get('Get the MagicAI mobile app for free.'); ?> </h2> <p class="text-[19px] leading-[1.42em]"> <?php echo app('translator')->get("Exclusively for Premium users: Get the MagicAI mobile app (iOS and Android) completely free in your fourth month—valued at $3,000, with no extra cost."); ?> </p> </div> <div class="relative mx-auto w-full overflow-hidden rounded-lg"> <video class="lazy-video w-full object-cover [mask-image:linear-gradient(to_bottom,transparent,black_10%,black_90%,transparent)]" autoplay loop muted playsinline preload="metadata" poster="<?php echo e(asset('upload/videos/mobile-poster.jpg')); ?>" > <source data-src="<?php echo e(asset('upload/videos/mobile.mp4')); ?>" type="video/mp4"> Your browser does not support the video tag. </video> </div> <script> document.addEventListener("DOMContentLoaded", () => { const lazyVideos = document.querySelectorAll("video.lazy-video"); const videoObserver = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { const video = entry.target; const source = video.querySelector("source"); // Load only once if (source && source.dataset.src) { source.src = source.dataset.src; source.removeAttribute("data-src"); video.load(); video.play().catch(() => {}); // play silently if autoplay fails } observer.unobserve(video); } }); }); lazyVideos.forEach(video => { videoObserver.observe(video); }); }); </script> </div> <div class="flex flex-wrap items-center justify-between gap-y-8"> <div class="w-full lg:w-1/2 lg:text-center"> <svg class="inline-block" width="136" height="213" viewBox="0 0 136 213" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M73.0774 211V67.075L29.7484 94.951L2.47839 53.743L82.7734 1.62695H133.98V211H73.0774Z" stroke="url(#paint0_linear_260_2)" stroke-width="3" /> <defs> <linearGradient id="paint0_linear_260_2" x1="115.209" y1="148.5" x2="58.5297" y2="170.278" gradientUnits="userSpaceOnUse" > <stop offset="0.0001" stop-color="#9DE8EE" /> <stop offset="0.490049" stop-color="#995BFF" /> <stop offset="1" stop-color="#8CEDD6" /> </linearGradient> </defs> </svg> </div> <div class="w-full lg:w-1/2"> <div class="mx-auto lg:w-8/12"> <h6 class="mb-6 inline-block rounded-full border border-white/15 bg-white/5 px-4 py-2 font-mono font-semibold leading-tight tracking-wide"> <?php echo app('translator')->get('Full Access to Marketplace'); ?> </h6> <h2 class="mb-5 text-[52px] leading-[0.94em]"> <?php echo app('translator')->get('Free Access to All Extensions.'); ?> </h2> <p class="mb-8 text-[19px] leading-[1.42em]"> <?php echo app('translator')->get('Get access to our'); ?> <span class="text-white"> <?php echo app('translator')->get('expansive library of extensions at no extra cost.'); ?> </span> <?php echo app('translator')->get("With your exclusive membership, you'll have the privilege of instantly downloading new marketplace items, regardless of their price."); ?> </p> <div class="flex flex-wrap"> <div> <ol class="space-y-3.5 text-xs font-medium text-white"> <?php $__currentLoopData = $features; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $feature): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="flex items-center gap-4"> <svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M1.54948 7.37072C1.25608 7.37154 0.968912 7.45542 0.721194 7.61264C0.473476 7.76986 0.275333 7.994 0.149689 8.25914C0.0240441 8.52427 -0.0239674 8.81956 0.0112089 9.11084C0.0463851 9.40212 0.163311 9.67749 0.34846 9.9051L4.2954 14.7401C4.43613 14.9148 4.61652 15.0535 4.82159 15.1445C5.02666 15.2355 5.25049 15.2763 5.47448 15.2635C5.95356 15.2377 6.38608 14.9815 6.66184 14.5601L14.8606 1.35593C14.862 1.35373 14.8634 1.35154 14.8648 1.34939C14.9418 1.23127 14.9168 0.997192 14.758 0.850142C14.7144 0.809761 14.663 0.778736 14.6069 0.75898C14.5508 0.739223 14.4913 0.731153 14.432 0.735266C14.3727 0.739379 14.3149 0.755589 14.2621 0.782896C14.2093 0.810204 14.1627 0.848031 14.125 0.894048C14.1221 0.897666 14.1191 0.90123 14.1159 0.904739L5.84734 10.247C5.81588 10.2826 5.77766 10.3115 5.73492 10.3322C5.69218 10.3528 5.64575 10.3648 5.59835 10.3674C5.55094 10.3699 5.5035 10.363 5.45878 10.3471C5.41406 10.3312 5.37294 10.3065 5.33783 10.2746L2.59364 7.77735C2.30863 7.51608 1.93612 7.37102 1.54948 7.37072Z" fill="url(#paint0_linear_144_159)" /> <defs> <linearGradient id="paint0_linear_144_159" x1="9.23602e-08" y1="3.69866" x2="12.2269" y2="14.7613" gradientUnits="userSpaceOnUse" > <stop stop-color="#82E2F4"/> <stop offset="0.502" stop-color="#8A8AED" /> <stop offset="1" stop-color="#6977DE" /> </linearGradient> </defs> </svg> <?php echo app('translator')->get($feature); ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ol> </div> </div> </div> </div> </div> </div> </section> <?php /**PATH /home/imagivibe/public_html/app.imagivibe.com/resources/views/default/premium-support/components/feature-1.blade.php ENDPATH**/ ?>
Save
Cancel