| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/coaching_sites/usbusinessfundingsolutions.com/ |
Upload File : |
<?php require_once __DIR__ . '/includes/functions.php'; require_once __DIR__ . '/includes/data/testimonials.php'; $pageTitle = 'Professional Services - US Business Funding Solutions'; $pageDescription = 'Watch a video where we explain our Professional Services.'; $activePage = 'professionalservices.php'; require __DIR__ . '/includes/header.php'; ?> <h1 class="text-3xl md:text-4xl font-bold text-center mb-4"> Professional Services </h1> <p class="text-lg text-center text-muted-foreground mb-8"> Learn about our services and how we can help you secure funding </p> <div class="aspect-video w-full bg-muted rounded-lg overflow-hidden"> <video controls class="w-full h-full" poster="/professionalservices/jason_video_site_new.png"> <source src="/professionalservices/jason_video_site_new.mp4" type="video/mp4" /> Your browser does not support the video tag. </video> </div> <?php require __DIR__ . '/includes/footer.php'; ?>