489495df MSV FM

MSV FM

Path : /home3/mandnweb/staging.alzie.co.uk/
File Upload :
Current < : /home3/mandnweb/staging.alzie.co.uk/services.php

<?php require 'header.php'; ?>

<body>
    <div class="container-xxl bg-white p-0">
        
        <?php 
            $nav_active = 3;
            require 'navbar.php'; 
        ?>
        
        <?php 
            $title = 'Services';
            $bg_image = '../img/heros/services-header.jpg';
            require 'sections/page-hero.php'; 
        ?>

        <div class="section bg-gray-100">
            <div class="container mx-auto">
                <div class="sm:flex block sm:gap-5">
                    <div class="sm:w-1/2 w-full">
                        <img src="img/airbnb-services.jpg" alt="" class="w-full mb-3 rounded-md" />
                    </div>      
                    <div class="sm:w-1/2 w-full">
                        <div class="p-5 rounded-md ">
                            <h4 class="text-red-900">Airbnb</h4>
                            <h2 class="font-bold">Discover Unique Stays and Local Experiences with Airbnb</h2>
                            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <div>
                                <a href="#" class="rounded-md bg-red-900 text-white text-base px-5 py-3 inline-block hover:bg-slate-500 transition">
                                    View Listing
                                </a>
                            </div>
                        </div>                        
                    </div>
                </div>
            </div>
        </div>
        <div class="section ">
            <div class="container mx-auto">
                <div class="sm:flex block sm:gap-5">
                         
                    <div class="sm:w-1/2 w-full">
                        <div class="p-5 rounded-md ">
                            <h4 class="text-red-900">For Rent</h4>
                            <h2 class="font-bold">Find Your Dream Home: Browse Our Listings for Rent Today</h2>
                            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <div>
                                <a href="#" class="rounded-md bg-red-900 text-white text-base px-5 py-3 inline-block hover:bg-slate-500 transition">
                                    View Listing
                                </a>
                            </div>
                        </div>                        
                    </div>
                    <div class="sm:w-1/2 w-full">
                        <img src="img/for-rent-services.jpg" alt="" class="w-full mb-3 rounded-md" />
                    </div> 
                </div>
            </div>
        </div>
        <div class="section bg-gray-100">
            <div class="container mx-auto">
                <div class="sm:flex block sm:gap-5">
                    <div class="sm:w-1/2 w-full">
                        <img src="img/for-lease-services.jpg" alt="" class="w-full mb-3 rounded-md" />
                    </div> 
                    <div class="sm:w-1/2 w-full">
                        <div class="p-5 rounded-md ">
                            <h4 class="text-red-900">For Lease</h4>
                            <h2 class="font-bold">Prime Commercial Spaces for Lease - Your Next Business Location</h2>
                            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <div>
                                <a href="#" class="rounded-md bg-red-900 text-white text-base px-5 py-3 inline-block hover:bg-slate-500 transition">
                                    View Listing
                                </a>
                            </div>
                        </div>                        
                    </div>
                    
                </div>
            </div>
        </div>
        <div class="section ">
            <div class="container mx-auto">
                <div class="sm:flex block sm:gap-5">
                    
                    <div class="sm:w-1/2 w-full">
                        <div class="p-5 rounded-md ">
                            <h4 class="text-red-900">For Sale</h4>
                            <h2 class="font-bold">Find Your Dream Property with Our For Sale Listings</h2>
                            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
                            <div>
                                <a href="#" class="rounded-md bg-red-900 text-white text-base px-5 py-3 inline-block hover:bg-slate-500 transition">
                                    View Listing
                                </a>
                            </div>
                        </div>                        
                    </div>
                    <div class="sm:w-1/2 w-full">
                        <img src="img/for-sale-services.jpg" alt="" class="w-full mb-3 rounded-md" />
                    </div> 
                    
                </div>
            </div>
        </div>

        <?php require 'sections/contact-with-certified-agent.php'; ?>
        
        <?php require 'footer.php'; ?>


        <!-- Back to Top -->
        <a href="#" class="fixed rounded-md shadow-lg back-to-top"><i class="bi bi-arrow-up"></i></a>
    </div>

    
    <?php require 'script-libraries.php'; ?>
    
</body>

</html>
mandnweb@162.241.194.38: ~ $