<section class=“welcome-section py-5”>
<div class=“container”>
<div class=“row align-items-center g-4”>
<!– Left Column: Text –>
<div class=“col-lg-7”>
<h2 class=“welcome-title mb-3”>Welcome to Vidhya Niketan</h2>
<p class=“welcome-text mb-3”>
Vidhya Niketan Public School (VNPS) operates on the standards of best teaching practices,
providing all children with the finest education experience in Coimbatore. It is a highly
sought after destination for holistic education. We believe that our children have a natural
inclination towards learning and we provide the best way to educate and tune them to achieve
meaningful goals in their lives. We provide quality teaching supported by a spirited
environment that encourages students to build confidence in their own abilities.
</p>
<p class=“welcome-text”>
Incepted in June 2011, the school was initiated to cater to the growing need of good quality
and affordable CBSE curriculum in the city. Conceptualized and managed by the Founder,
Correspondent and Secretary Mrs.Rajini Krishnamurthy; who has to her credit, a rich
experience of personally managing Vidhya Niketan Matric Higher Secondary School for more
than three decades.
</p>
</div>
<!– Right Column: Auto Image Slider –>
<div class=“col-lg-5”>
<div id=“welcomeCarousel” class=“carousel slide welcome-carousel” data-bs-ride=“carousel” data-bs-interval=“3000”>
<div class=“carousel-inner rounded”>
<div class=“carousel-item active”>
<img src=“assets/images/welcome-1.jpg” class=“d-block w-100” alt=“Students 1”>
</div>
<div class=“carousel-item”>
<img src=“assets/images/welcome-2.jpg” class=“d-block w-100” alt=“Students 2”>
</div>
<div class=“carousel-item”>
<img src=“assets/images/welcome-3.jpg” class=“d-block w-100” alt=“Students 3”>
</div>
</div>
<!– Optional controls –>
<button class=“carousel-control-prev” type=“button” data-bs-target=“#welcomeCarousel” data-bs-slide=“prev”>
<span class=“carousel-control-prev-icon”></span>
</button>
<button class=“carousel-control-next” type=“button” data-bs-target=“#welcomeCarousel” data-bs-slide=“next”>
<span class=“carousel-control-next-icon”></span>
</button>
</div>
</div>
</div>
</div>
</section>





