Pageheader

Pageheader

Pageheader #1

Stories to inspire you

Get exclusive access to the latest news and inspiration from FreshCart. Simply sign up for our newsletter.

Please enter valid Email.
<section class="bg-light bg-opacity-50 py-lg-10 py-6">
<div class="container">
    <div class="row justify-content-center">
        <div class="col-lg-8">
            <div class="text-center">
                <h1 class="display-5 fw-bold">Stories to inspire you</h1>
                <p class="mb-5">Get exclusive access to the latest news and
                    inspiration from FreshCart. Simply
                    sign up for
                    our newsletter.</p>
                <form
                    class="row g-2 justify-content-center needs-validation"
                    novalidate="">
                    <div class="col-sm-4">
                        <label for="subscribeEmail"
                            class="visually-hidden">Email</label>
                        <input type="email" class="form-control"
                            id="subscribeEmail" placeholder="Email"
                            required />
                        <div class="invalid-feedback">Please enter valid
                            Email.</div>
                    </div>
                    <div class="col-auto">
                        <button type="submit"
                            class="btn btn-primary d-flex align-items-center gap-1">
                            <span class="lh-1">
                                <svg xmlns="http://www.w3.org/2000/svg"
                                    width="16" height="16"
                                    fill="currentColor"
                                    class="bi bi-envelope"
                                    viewBox="0 0 16 16">
                                    <path
                                        d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z" />
                                </svg>
                            </span>
                            <span class="ms-1">Subscribe</span>
                        </button>
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>
</section>

Pageheader #2

About us

Welcome to [Your Store Name], where we believe that your home should be a reflection of your unique style. Our mission is to provide high-quality, stylish furniture and décor that help you create spaces that inspire comfort, creativity, and joy.

  <section class="bg-dark py-lg-8 py-6">
<div class="container">
    <div class="row justify-content-center text-center">
        <div class="col-lg-8">
            <div class="">
                <h1 class="display-5 text-white mb-4">About us</h1>
                <p class="lead text-white">
                    Welcome to [Your Store Name], where we believe that your
                    home should be a reflection of your
                    unique style.
                    Our mission is to provide high-quality, stylish
                    furniture and décor that help
                    you create spaces that inspire comfort, creativity, and
                    joy.
                </p>
            </div>
        </div>
    </div>
</div>
</section>

Pageheader #3

Contact us

Welcome to [Your Store Name], where we believe that your home should be a reflection of your unique style. Our mission is to provide high-quality, stylish furniture and décor that help you create spaces that inspire comfort, creativity, and joy.

<section class="bg-light py-lg-10 py-6">
<div class="container">
    <div class="row justify-content-center">
        <div class="col-lg-8">
            <div class="text-center">
                <h1 class="display-5 fw-bold">Contact us</h1>
                <p class="mb-0">
                    Welcome to [Your Store Name], where we believe that your home should be a reflection of your
                    unique style.
                    Our mission is to provide high-quality, stylish furniture and décor that help
                    you create spaces that inspire comfort, creativity, and joy.
                </p>
            </div>
        </div>
    </div>
</div>
</section>