Rohini_New/index.php
2024-10-07 10:27:37 +05:45

16 lines
569 B
PHP

<?php include('header.php')?>
<?php include('parts/slider.php')?>
<?php include('parts/about.php')?>
<?php include('parts/feature.php')?>
<?php include('parts/service.php')?>
<?php include('parts/choose.php')?>
<?php include('parts/testimonial.php')?>
<?php include('parts/project.php')?>
<?php include('parts/work.php')?>
<?php include('parts/counter.php')?>
<?php include('parts/team.php')?>
<?php include('parts/pricing.php')?>
<?php include('parts/brand.php')?>
<?php include('parts/blog.php')?>
<?php include('parts/newsletter.php')?>
<?php include('footer.php')?>