D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
u193541357
/
domains
/
senitap.com
/
public_html
/
resources
/
views
/
frontend
/
Filename :
g_sanitary.blade.php
back
Copy
@extends('frontend.layouts.main') @section('title') {{ $title }} @stop @section('heading') {{ $title }} @stop @section('content') <header> <div class="container header-hero"> <div class="row"> <div class="col-lg-6"> <div class="contenet-hero"> <h5>Guideline</h5> <h1>Sanitary Guildline</h1> </div> </div> </div> </div> </header> <div class="wrapper mb-50"> <div class="root-contact"> <div class="container-fluid"> <div class="img-box-small dsn-parallax-half" data-dsn-grid="move-up" data-dsn-triggerhook="0"> <img class="has-top-bottom" src="{{ asset('frontend_layout/images/home/g_faucets.jpg') }}" alt="" data-dsn-y="30%" data-dsn-scale="1.08"> </div> </div> <div class="container section-margin-small"> <div class="row"> <div class="col-12"> <h4 class="text-center fw600">Sanitaryware Technology & Warranty Guide</h4> </div> </div> <div class="row justify-content-center mt-50"> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/360.png') }}" alt="" class="icon_img"> <p>360* Swrill/Tornado Flushing System</p> </div> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/bisize.png') }}" alt="" class="icon_img"> <p>Big Size <br class="d-none d-md-block" />Outlet Hole</p> </div> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/silent.png') }}" alt="" class="icon_img"> <p>Silent Water Flushing</p> </div> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/seatcover.png') }}" alt="" class="icon_img"> <p>Quick Dissemble Seat Cover</p> </div> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/selfcleaning.png') }}" alt="" class="icon_img"> <p>Self Cleaning <br class="d-none d-md-block" />Glaze</p> </div> <div class="col-xl-2 col-lg-4 col-md-4 col-sm-12 col-12 mb-20 text-center"> <img src="{{ asset('frontend_layout/images/antigerm.png') }}" alt="" class="icon_img"> <p>Anti-Germ <br class="d-none d-md-block" />Glazing</p> </div> </div> <div class="row mt-40 mb-60"> <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 "> <p class="text-center">SENITAP faucets and sanitary use in normal residential and non residential segments are warranted to be free of defects in the material and workmanship for the period of time set forth in the warranty converge tables as detailed below, commencing from the date of sale of SENITAP faucets and sanitary products to the original purchaser.</p> </div> </div> <div class="row mt-40 justify-content-center"> <div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12 mb-20 text-center"> <p>FOR RESIDENTIAL USE</p> <img src="{{ asset('frontend_layout/images/residential2.png') }}" alt="" class="icon_img w-50 mt-10"> </div> <div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12 mb-20 text-center"> <p>FOR COMMERCIAL USE</p> <img src="{{ asset('frontend_layout/images/commercial2.png') }}" alt="" class="icon_img w-50 mt-10"> </div> </div> <div class="row mt-20"> <div class="col-10 offset-1 text-center"> <h6>To submit and or avail a warranty claim, please contact Customer Service to <a class="" href="mailto:service@senitap.com">service@senitap.com</a></h6> </div> </div> </div> </div> </div> @endsection