ok
Direktori : /home/importfo/public_html/newroyalfamilyspa.com/ |
Current File : /home/importfo/public_html/newroyalfamilyspa.com/index.php |
<?php include("admin/config.php");?> <!DOCTYPE html> <html lang="en"> <?php include 'top.php' ?> <body class="spa-theme"> <?php include 'header.php' ?> <section class="main-slider-section" style="padding: 0px;"> <!-- Pogo Silder Start --> <div class="pogoSlider" id="pogo-slider"> <div class="pogoSlider-slide" data-transition="fade" data-duration="1000" style="background-image:url(images/spa/bg/b1.jpg);"> <!-- Slider Elements --> <div class="silder-elements container"> <h2 class="pogoSlider-slide-element slider-main-title" data-in="slideUp" data-out="slideUp" data-duration="1000" data-delay="500">Welcome To</h2> <p class="pogoSlider-slide-element slider-para" data-in="slideDown" data-out="slideDown" data-duration="1000" data-delay="500">Welcome to New Royal Family Spa, your sanctuary for relaxation in Naroda, Ahmedabad </p> <div class="pogoSlider-slide-element" data-in="expand" data-out="slideUp" data-duration="1000" data-delay="500"> <a class="btn btn-primary theme-btn" href="contact.php" role="button">Contact <i class="arrow_right"></i></a> </div> </div> </div> <div class="pogoSlider-slide" data-transition="fade" data-duration="1000" style="background-image:url(images/spa/bg/b2.jpg);"> <!-- Slider Elements --> <div class="silder-elements container"> <h2 class="pogoSlider-slide-element slider-main-title" data-in="slideUp" data-out="slideUp" data-duration="1000" data-delay="500">New Royal Family Spa</h2> <p class="pogoSlider-slide-element slider-para" data-in="slideDown" data-out="slideDown" data-duration="1000" data-delay="500">Our spa in Naroda offers a tranquil escape where skilled massage therapists provide rejuvenating experiences.</p> <div class="pogoSlider-slide-element" data-in="expand" data-out="slideUp" data-duration="1000" data-delay="500"> <a class="btn btn-primary theme-btn" href="contact.php" role="button">Contact <i class="arrow_right"></i></a> </div> </div> </div> </div> <!--Pogo Silder End --> </section> <section class="about-area about-two-area" id="about"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="mb-30 about-col about-two-col"> <img src="images/spa/hh.jpg" alt="" class="img-fluid 3dhover"> </div> </div> <div class="col-lg-6"> <div class="mb-30 about-col about-two-col"> <h2>Welcome To</h2> <h2 style="color:#eebd41"> New Royal Family Spa</h2> <p style="text-align:justify;">Welcome to New Royal Family Spa, your sanctuary for relaxation in Naroda, Ahmedabad. Our spa in Naroda offers a tranquil escape where skilled massage therapists provide rejuvenating experiences.</p> <p style="text-align:justify;"> From traditional massages to the therapeutic touch of Thai massage therapists, we cater to your wellness needs. Immerse yourself in serenity at our massage spa in Naroda, where bliss awaits. Book your appointment today and embark on a journey to revitalization at New Royal Family Spa.</p> <a class="btn btn-primary theme-btn" href="about.php" role="button">Read More</a> </div> </div> </div> </div> </section> <!-- Video Two --> <section class="video-two-area"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="video-two-col"> <img src="images/spa/vd.jpg" style="width: 1200px;" alt="" class="img-fluid"> </a> </div> </div> </div> </div> </section> <!-- Services Start --> <section class="service-area classes-area" id="service"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="my-title text-center"> <h2>Our <span>Services</span></h2> <div class="bdr clearfix"></div> <p>Indulge in a realm of tranquility and self-care with our comprehensive range of spa services meticulously crafted to cater to your rejuvenation needs.</p> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="service-slider"> <?php $sql="SELECT * from parts"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="class-item"> <div class="mb-30 service-three-col"> <img src="admin/upload/<?php echo $row['parts_image']; ?>" style="height: 400px;" alt="" class="img-fluid"> <div class="service-three-col-content"> <h4><?php echo $row['short_desc']; ?></h4> <a class="btn btn-primary theme-btn" href="services_detail.php?slug=<?php echo $row['p_id']; ?>" role="button">Read More</a> </div> </div> </div> <?php }?> </div> </div> </div> </div> </section> <!-- Portfolio Start --> <section class="cv-two-portfolio-area" id="gallery"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="my-title text-center"> <h2>Our <span>Gallery</span></h2> <div class="bdr clearfix"></div> <p>Immerse yourself in the captivating snapshots showcasing our elegantly designed spa facilities, tranquil treatment rooms, and the serene allure of nature that surrounds our retreat.</p> </div> </div> </div> </div> <div class="container-fluid p-0"> <div class="row"> <div class="col-lg-12"> <div class="gallery-slider-two"> <?php $sql="SELECT * from cgallery"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="cv-two-portfolio-box"> <img src="admin/upload/<?php echo $row['app_image']; ?>" alt="" class="img-fluid"> <div class="cv-two-box-content"> <h4>New Royal Family Spa</h4> <ul> <li> <a href="admin/upload/<?php echo $row['app_image']; ?>" class="html5lightbox" data-group="myportfoliogroup" data-thumbnail="" title="Project 1"> <i class="icofont-search-2"></i> </a> </li> </ul> </div> </div> <?php }?> </div> </div> </div> </div> </section> <!-- Testimonial Two Start --> <section class="testimonial-area testimonial-two-area testimonial-three-area jarallax background-image" data-src="images/spa/bg/3.jpg"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="my-title text-center"> <h2>What Our Client Say</h2> <div class="bdr clearfix"></div> <p>"A rejuvenating escape that leaves me refreshed and renewed every time."</p> </div> </div> </div> </div> <div class="container-fluid p-0"> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="testimonial-col-two"> <div class="testimonial-carousel-three"> <div class="item testimonial-item-two"> <div class="testimonial-two-img"> <img src="images/spa/lg.jpg" alt="" class="img-fluid"> </div> <h4>Thakor Amit</h4> <p>The spa is clean and comfortable. I got a massage and pedicure. Nice staff and good massage.</p> </div> <div class="item testimonial-item-two"> <div class="testimonial-two-img"> <img src="images/spa/lg.jpg" alt="" class="img-fluid"> </div> <h4>Sanjay Thakor</h4> <p>Gorgeous massage and osm staff.</p> </div> <div class="item testimonial-item-two"> <div class="testimonial-two-img"> <img src="images/spa/lg.jpg" alt="" class="img-fluid"> </div> <h4>Shailesh Vaghela</h4> <p>Pleasing to all the senses, creating a relaxed and positive atmosphere.</p> </div> </div> </div> </div> </div> </div> </section> <!-- Blog Start --> <section class="blog-area" id="blog"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6"> <div class="my-title text-center"> <h2>Latest News<span>& Blog</span></h2> <div class="bdr clearfix"></div> <p>Explore our latest blog entries and stay updated with the newest trends in spa treatments and wellness practices.</p> </div> </div> </div> <div class="row"> <?php $sql="SELECT * from blog LIMIT 0,3"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-lg-4 col-md-6"> <div class="blog-col"> <div class="blog-img"> <img src="admin/upload/<?php echo $row['image']; ?>" alt="" class="img-fluid"> </div> <div class="blog-col-content"> <h4><a href="blog_detail.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title']; ?></a></h4> <p> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>">Read More...</a></p> </div> </div> </div> <?php }?> </div> </div> </section> <!-- Footer Start --> <?php include 'footer.php' ?> <a href="#" id="back-to-top" title="Back to top"><i class="fas fa-long-arrow-alt-up"></i></a> <!-- jQuery --> <script src="js/jquery.min.js"></script> <!-- popper.min --> <script src="js/popper.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- All Included JavaScript --> <script src="js/jquery.easing.min.js"></script> <script src="js/full-overlay.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/isotope.pkgd.min.js"></script> <script src="js/jquery.waypoints.min.js"></script> <script src="js/jquery.countup.min.js"></script> <script src="js/froogaloop2.min.js"></script> <script src="js/html5lightbox.js"></script> <script src="js/jarallax.min.js"></script> <script src="js/jquery.plate.js"></script> <script src="js/jquery.pogo-slider.js"></script> <script src="js/masonry.pkgd.min.js"></script> <script src="js/countdown.js"></script> <script src="js/skeletabs.js"></script> <script src="js/jquery.mb.YTPlayer.min.js"></script> <script src="js/aos.js"></script> <script src="js/stellarnav.js"></script> <!-- Google map --> <script src="js/map.js"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDdEPAHqgxFK5pioDAB3rsvKchAtXxRGO4&callback=initMap"></script> <!-- Custom Js --> <script src="js/custom.js"></script> </body> </html>