import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Paramvir Power Solutions LLP",
  description: "Paramvir Power Solutions LLP - Power Electronics, Power Stack, Analog and Digital, Micro Controllers and DSP based designs.",
  keywords: "",
};

export default function Page() {
  return (
    <div>
       {/*Start Coming Soon Content Area*/}
       <section className="coming-soon-content-area">
                  <div className="container">
                      <div className="row">
                          <div className="col-xl-12">
                              <div className="coming-soon-content text-center">
                                  <div className="logo-box">
                                      <a href="index-2.html">
                                          <img src="/assets/images/resources/ppsl-logo.webp" alt="Awesome Logo" style={{ width: "246px" }} />
                                      </a>
                                  </div>
                              </div>
                          </div>
                      </div>

                  </div>
              </section>
              {/*End Coming Soon Content Area*/}

              {/*Start timer Area*/}
              <section className="timer-area">
                  <div className="container">
                      <div className="row">
                          <div className="col-xl-12">
                              <div className="timer-box text-center">
                                  <h1>Coming Soon</h1>
                                  <div className="countdown-timer">
                                      <div className="default-coundown">
                                          <div className="box">
                                              <div className="countdown time-countdown-two" data-countdown-time="2023/04/09"></div>
                                          </div>
                                      </div>
                                  </div>
                                  <div className="subscribe-box">
                                      <form className="subscribe-form" action="#">
                                          <input type="email" name="email" placeholder="Your email address..." />
                                          <button className="btn-one" type="submit">Subscribe<span className="flaticon-next"></span></button>
                                      </form>
                                      <div className="text">
                                          <p><span>*</span>Subscribe us and get latest news and updates</p>
                                      </div>
                                  </div>
                              </div>
                          </div>
                      </div>
                  </div>
              </section>
              {/*End timer Area*/}
             <style>{"\n        .coming-soon-content-area {\n    position: relative;\n    display: block;\n    background-attachment: fixed;\n    background-size: cover;\n    background-position: center top;\n    background-repeat: no-repeat;\n    padding: 35px 0 291px;\n    z-index: 1;\n}\n       "}</style>
    </div>
  );
}
