Current File : /home/inlingua/public_html/bestbuyindia/bedsheets.php
<?php include('include/header.php'); ?>

    <main>

        <header class="site-header d-flex justify-content-center align-items-center">
            <div class="container">
                <div class="row">

                    <div class="col-lg-12 col-12">
                        <h1 class="text-white">Bedsheets Collection</h1>
                    </div>

                </div>
            </div>
        </header>

       
                    <!--

                    <div class="col-lg-5 col-md-4 col-12 social-share d-flex align-items-center ms-lg-auto mt-3 mt-lg-0 mt-md-0">
                        <p class="mb-0 me-3 ms-lg-auto ms-md-auto">Share:</p>

                        <ul class="social-icon">
                            <li class="social-icon-item">
                                <a href="#" class="social-icon-link social-icon-twitter bi-twitter"></a>
                            </li>

                            <li class="social-icon-item">
                                <a href="#" class="social-icon-link social-icon-facebook bi-facebook"></a>
                            </li>

                            <li class="social-icon-item">
                                <a href="#" class="social-icon-link social-icon-pinterest bi-pinterest"></a>
                            </li>
                        </ul>
                    </div> -->
                </div>
            </div>
        </section>

        <section class="shop-detail-section section-padding">
            <div class="container">
                <div class="row">

                    <div class="col-lg-6 col-12 m-auto">
                        <div class="custom-block shop-detail-custom-block">
                            <h3 class="mb-3">Kids bedsheet collection</h3>

                            <p>Moso Interior is a free Bootstrap 5 HTML CSS template for your website. You are free to use this template for your commercial websites.</p>

                            <p>Tooplate is one of the best websites to download 100% free HTML Templates for web designers and developers around the world. Thank you for visiting.</p>
                        </div>
                    </div>

                    <div class="col-lg-5 col-8">
                        <div class="shop-image-wrap">

                            <a href="bedsheets1.php">
                                <img src="images/bedsheets/kids_bed_sheet/kids_coll1.JPG" class="shop-image img-fluid" alt="">
                            </a>
                        </div>
                    </div>

                </div>
            </div>
        </section>

        <section class="shop-detail-section section-padding section-bg">
            <div class="container">
                <div class="row">

                    <div class="col-lg-6 col-12">
                        <div class="shop-image-wrap">
                            <a href="bedsheets2.php">
                                <img src="images/bedsheets/design_coll_bed_sheets/desigh_collection9.jpg" class="shop-image img-fluid" alt="">
                            </a>
                            
                        </div>
                    </div>

                    <div class="col-lg-6 col-12 m-auto">
                        <div class="custom-block shop-detail-custom-block">
                            <h3 class="mb-3">Design coll bedsheet collection </h3>

                            <p>Lorem Ipsum dolor sit amet, consectetur adipsicing kengan omeg kohm tokito adipcingi elit, sed do eismuod larehai med.</p>

                            <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi</p>
                        </div>
                    </div>

                </div>
            </div>
        </section>

        <section class="shop-detail-section section-padding">
            <div class="container">
                <div class="row">

                    <div class="col-lg-6 col-12 m-auto">
                        <div class="custom-block shop-detail-custom-block">
                            <h3 class="mb-3">Plush king bedsheet </h3>

                            <p>Moso Interior is a free Bootstrap 5 HTML CSS template for your website. You are free to use this template for your commercial websites.</p>

                            <p>Tooplate is one of the best websites to download 100% free HTML Templates for web designers and developers around the world. Thank you for visiting.</p>
                        </div>
                    </div>

                    <div class="col-lg-6 col-12">
                        <div class="shop-image-wrap">

                            <a href="bedsheets3.php">
                                <img src="images/bedsheets/plush_king_bedsheet/plus_king_bedsheet4.jpg" class="shop-image img-fluid" alt="">
                            </a>
                        </div>
                    </div>

                </div>
            </div>
        </section>

        <section class="shop-detail-section section-padding section-bg">
            <div class="container">
                <div class="row">

                    <div class="col-lg-6 col-12">
                        <div class="shop-image-wrap">
                            <a href="bedsheets4.php">
                                <img src="images/bedsheets/strawberry/strawberry3.jpg" class="shop-image img-fluid" alt="">
                            </a>
                            
                        </div>
                    </div>

                    <div class="col-lg-6 col-12 m-auto">
                        <div class="custom-block shop-detail-custom-block">
                            <h3 class="mb-3">Strawberry bedsheet </h3>

                            <p>Lorem Ipsum dolor sit amet, consectetur adipsicing kengan omeg kohm tokito adipcingi elit, sed do eismuod larehai med.</p>

                            <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi</p>
                        </div>
                    </div>

                </div>
            </div>
        </section>


      

    </main>

<?php include('include/footer.php'); ?>