HEX
Server: Apache
System: Linux 66-116-198-230.webhostbox.net 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
User: smitsolutionshyd (1006)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/smitsolutionshyd/public_html/nandithacatering.com/services.php
<?php include("header.php")?>
<div class="breadcrumb-area shadow text-center dark bg-fixed text-light" style="background-image: url(assets/img/banner/20.jpg);">
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <h1>Services</h1>
                <ul class="breadcrumb">
                    <li>
                        <a href="#"><i class="fas fa-home"></i> Home</a>
                    </li>
                    <li class="active">Services</li>
                </ul>
            </div>
        </div>
    </div>
</div>
<div class="default-info default-padding bottom-less bg-fixed">
        <div class="container">
            <div class="row">
				<h1 style="text-align:center;font-weight:bold;"> Our <span style="color:#ff7800;">Services</span></h1><br>
                <div class="info-items text-center">
					<!-- Single Item -->
                    <div class="col-md-6 single-item">
                        <div class="item">
                            <img src="assets/img/services/1.jpg" alt="Thumb">
                            <h4>Best Catering Services in Hyderabad include the following</h4>
                            <p>
                               There are numerous organizations in Hyderabad that provide Catering Services for every occasion; the question is if you genuinely require the catering service for your event.

							Nobody understands the weight and joy of throwing a party as you do, because it’s your party in the first place.
							
                            </p>
                            <a class="btn circle btn-theme effect btn-sm" href="#">Contact Us</a>
                        </div>
                    </div>
                    <!-- End Single Item -->
                    <!-- Single Item -->
                    <div class="col-md-6 single-item">
                        <div class="item">
                            <img src="assets/img/services/2.jpg" alt="Thumb">
                            <h4>Catering for a Children’s Birthday Party and Event</h4>
                            <p>
                                Hiring a professional caterer for a child’s birthday party is a fantastic way to ensure that the celebration goes off without a hitch. The caterer will handle the food, which is the most essential aspect of any event or gathering because food is a significant determinant of the success of your event.
                            </p>
                            <a class="btn circle btn-theme effect btn-sm" href="#">Contact Us</a>
                        </div>
                    </div>
                    <!-- End Single Item -->
                    <!-- Single Item -->
                    <div class="col-md-6 single-item">
                        <div class="item">
                            <img src="assets/img/services/3.jpg" alt="Thumb">
                            <h4>How can you reduce your wedding catering costs? </h4>
                            <p>
                                When it comes to weddings, catering is usually the most expensive aspect after the venue and, in some cases, even beats the venue to take first place. If you are on a tight budget and organizing a low-cost wedding, keep the following ideas in mind for your wedding catering to save even more money. You may significantly reduce the entire cost by making wise decisions and preparing ahead of time.
                            </p>
                            <a class="btn circle btn-theme effect btn-sm" href="#">Contact Us</a>
                        </div>
                    </div>
                    <!-- End Single Item -->
                    <!-- Single Item -->
                    <div class="col-md-6 single-item">
                        <div class="item">
                            <img src="assets/img/services/4.jpg" alt="Thumb">
                            <h4>Breakfast Meetings & Presentations? We’ve Got You Covered! </h4>
                            <p>
                                A competent catering service can assist ensure a seamless, stress-free occasion if you’re arranging a corporate breakfast meeting.

Whether you have ten or one hundred people in attendance, scheduling meetings and presentations in the morning can help assure the event’s success and, in many circumstances, save you money on food and venue fees.
                            </p>
                            <a class="btn circle btn-theme effect btn-sm" href="#">Contact Us</a>
                        </div>
                    </div>
                    <!-- End Single Item -->
					<!-- Single Item -->
                    
                </div>
            </div>
        </div>
    </div>
	</div>

<?php include("footer.php")?>