Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/domains/sayarainternationaltours.in/resources/views/frontend/
Dosya Yükle :
Current File : //home/u866425823/domains/sayarainternationaltours.in/resources/views/frontend/index.blade.php

<x-layout>
    <main class="main">

        <!-- Hero Section -->
        <section id="hero" class="hero section transparent-background">

            <div class="container text-center" data-aos="fade-up" data-aos-delay="100">
                <div class="row justify-content-center">
                    <div class="col-lg-8">
                        <h2>{{ config ('app.name')}}<br></h2>
                        <p>We are still working on our website. Stay tuned for updates!</p>
                    </div>
                    <div class="countdown d-flex justify-content-center" data-count="2025/02/15">
                        <div>
                            <h3 class="count-days">482</h3>
                            <h4>Days</h4>
                        </div>
                        <div>
                            <h3 class="count-hours">6</h3>
                            <h4>Hours</h4>
                        </div>
                        <div>
                            <h3 class="count-minutes">49</h3>
                            <h4>Minutes</h4>
                        </div>
                        <div>
                            <h3 class="count-seconds">21</h3>
                            <h4>Seconds</h4>
                        </div>
                    </div>

                    <div class="col-lg-5 hero-newsletter">
                        <p>Send us a message on WhatsApp</p>
                        <div>
                            <a href="#" class=""> Hi </a>
                        </div>


                    </div>

                    <div class="social-links">
                        <a href="#"><i class="bi bi-facebook"></i></a>
                        <a href="#"><i class="bi bi-instagram"></i></a>
                        <a href="#"><i class="bi bi-linkedin"></i></a>
                    </div>

                </div>
            </div>

        </section>
        <!-- End Hero Section -->

        <!-- About Section -->
        <section id="about" class="about section transparent-background">

            <!-- Section Title -->
            <div class="container section-title" data-aos="fade-up">
                <h2>About</h2>
                <p>Sayara International Tour & Travels is a travel agency based in Lucknow, India. We provide services like Visa & Passport, Tickets & Accommodations, Medical & GAMCA, Tours & Ziyarats.</p>
            </div>
            <!-- End Section Title -->

            <div class="container">

                <div class="row gy-5">

                    <div class="content col-xl-5 d-flex flex-column" data-aos="fade-up" data-aos-delay="100">
                        <h3>Some of our services</h3>
                        <p>
                            Sayara International Tour & Travels is a travel agency based in Lucknow, India. We provide services like Visa & Passport, Tickets & Accommodations, Medical & GAMCA, Tours & Ziyarats.
                        </p>
                    </div>

                    <div class="col-xl-7" data-aos="fade-up" data-aos-delay="200">
                        <div class="row gy-4">

                            <div class="col-md-6 icon-box position-relative">
                                <i class="bi bi-passport"></i>
                                <h4><a href="" class="stretched-link">Visa & Passport</a></h4>
                                <p>We provide all types of Visa & Passport services for your travel needs.</p>
                            </div><!-- Icon-Box -->

                            <div class="col-md-6 icon-box position-relative">
                                <i class="bi bi-airplane"></i>
                                <h4><a href="" class="stretched-link">TIckets & Accommodations</a></h4>
                                <p>Just enjoy your trip, we will take care of your tickets & accommodations.</p>
                            </div><!-- Icon-Box -->

                            <div class="col-md-6 icon-box position-relative">
                                <i class="bi bi-clipboard2-pulse"></i>
                                <h4><a href="" class="stretched-link">Medical & GAMCA</a></h4>
                                <p>All Medical & GAMCA services are provided by us for your convenience.</p>
                            </div><!-- Icon-Box -->

                            <div class="col-md-6 icon-box position-relative">
                                <i class="bi bi-luggage-fill"></i>
                                <h4><a href="" class="stretched-link">Tours & Ziyarats</a></h4>
                                <p>Explore the world with us. We provide tours & ziyarats services.</p>
                            </div><!-- Icon-Box -->

                        </div>
                    </div>

                </div>

            </div>

        </section>
        <!-- End About Section -->

        <!-- Contact Section -->
        <section id="contact" class="contact section transparent-background">

            <!-- Section Title -->
            <div class="container section-title" data-aos="fade-up">
                <h2>Contact</h2>
                <p>For any queries, feel free to contact us.</p>
            </div>
            <!-- End Section Title -->

            <div class="container" data-aos="fade" data-aos-delay="100">

                <div class="row gy-4">

                    <div class="col-lg-4">
                        <div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
                            <i class="bi bi-geo-alt flex-shrink-0"></i>
                            <div>
                                <h3>Address</h3>
                                <p>Shop No. 4, UGF, City Plaza,</p>
                                <p>Hamid Road, Near City Station,</p>
                                <p>Lucknow, Uttar Pradesh, India - 226018</p>
                            </div>
                        </div>
                        <!-- End Info Item -->

                        <div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
                            <i class="bi bi-telephone flex-shrink-0"></i>
                            <div>
                                <h3>Call Us</h3>
                                Mobile: <a href="tel:+91-9320446446">+91-9320446446</a><br>
                                Landline: <a href="tel:0522-4649793">0522-4649793</a><br>
                            </div>
                        </div>
                        <!-- End Info Item -->

                        <div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
                            <i class="bi bi-envelope flex-shrink-0"></i>
                            <div>
                                <h3>Email Us</h3>
                                <a href="mailto:[email protected]">[email protected]</a>
                            </div>
                        </div>
                        <!-- End Info Item -->

                    </div>

                    <div class="col-lg-8">
                        <form action="forms/contact.php" method="post" class="php-email-form" data-aos="fade-up" data-aos-delay="200">
                            <div class="row gy-4">

                                <div class="col-md-6">
                                    <input type="text" name="name" class="form-control" placeholder="Your Name" required="">
                                </div>

                                <div class="col-md-6 ">
                                    <input type="email" class="form-control" name="email" placeholder="Your Email" required="">
                                </div>

                                <div class="col-md-12">
                                    <input type="text" class="form-control" name="subject" placeholder="Subject" required="">
                                </div>

                                <div class="col-md-12">
                                    <textarea class="form-control" name="message" rows="6" placeholder="Message" required=""></textarea>
                                </div>

                                <div class="col-md-12 text-center">
                                    <div class="loading">Loading</div>
                                    <div class="error-message"></div>
                                    <div class="sent-message">Your message has been sent. Thank you!</div>

                                    <button type="submit">Send Message</button>
                                </div>

                            </div>
                        </form>
                    </div>
                    <!-- End Contact Form -->

                </div>

            </div>

        </section>
        <!-- End Contact Section -->

    </main>
</x-layout>

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.