Initial Commit

This commit is contained in:
Roshan476
2025-12-31 13:56:10 +05:45
commit a08ad2c446
89 changed files with 66903 additions and 0 deletions

15
index.php Normal file
View File

@@ -0,0 +1,15 @@
<?php get_header();
get_template_part("home-parts/hero-section");
get_template_part("home-parts/start-journey");
get_template_part("home-parts/course");
get_template_part("home-parts/banner");
get_template_part("home-parts/why-choose");
get_template_part("home-parts/feature");
get_template_part("home-parts/event");
get_template_part("home-parts/testimonial");
get_template_part("home-parts/blog");
get_footer();