This commit is contained in:
Roshan476
2025-12-25 17:36:20 +05:45
commit caee7b4369
400 changed files with 145276 additions and 0 deletions

14
index.php Normal file
View File

@@ -0,0 +1,14 @@
<?php include("header.php")?>
<?php include("./home-parts/hero-section.php")?>
<?php include("./home-parts/about.php")?>
<?php include("./home-parts/fun-facts.php")?>
<?php include("./home-parts/banner.php")?>
<?php include("./home-parts/article.php")?>
<?php include("./home-parts/blog-list.php")?>
<?php include("./home-parts/video.php")?>
<?php include("./home-parts/cta.php")?>
<?php include("./home-parts/testimonial.php")?>
<?php include("./home-parts/contact.php")?>
<?php include("./home-parts/gallery.php")?>
<?php include("./home-parts/contact-form.php")?>
<?php include("footer.php")?>