ok
Direktori : /home2/selectio/public_html/renewrite.in/ |
Current File : /home2/selectio/public_html/renewrite.in/index-4.php |
<?php include 'header.php';?> <style> @media only screen and (max-width: 767px){ .image-container { position: relative; width: 300px; /* Adjust the width as per your image size */ height: 300px; /* Adjust the height as per your image size */ overflow: hidden; } .post-item { padding: 10px; } } @media (min-width: 1200px){ .image-container { position: relative; width: 500px; /* Adjust the width as per your image size */ height: 500px; /* Adjust the height as per your image size */ overflow: hidden; } .post-item { padding: 30px; } } .before-image, .after-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; } .before-image { background-image: url('https://spinnpress.in/wp-content/uploads/2022/08/Before-shoe1.jpg.webp'); } .after-image { background-image: url('https://spinnpress.in/wp-content/uploads/2022/08/After-shoe1.jpg.webp'); clip-path: inset(0 50% 0 0); /* Initially show only the left half of the after image */ } .slider { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background-color: #fff; cursor: ew-resize; /* Cursor shape when hovering over the slider */ z-index: 100; } </style> <!-- Hero Section Start --> <!--mobile view start Here--> <style> @media (min-width: 1200px){ #hero-body{ margin-bottom: 300px; } } </style> <!--mobile view End Here--> <!--Desktop view start Here--> <style> @media (max-width: 1200px){ #hero-body{ margin-bottom: 0px; } } </style> <!--Desktop view End Here--> <div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel"> <div class="carousel-indicators"> <button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> <button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button> <button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button> </div> <div class="carousel-inner" style="background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);"> <div class="carousel-item active " style="background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);" data-bs-interval="10000"> <img src="new-image/bg/renew-bg.jpg" style="opacity: 0.5;" alt="..."> <div class="carousel-caption d-md-block"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <!-- Section Title start --> <div class="section-title"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">RENEWRITE</h3> <h1 style="font-size: 60px;color: white;" class="text-anime">You are ready to Revive your Shoes & Bags</h1> </div> <!-- Section Title end --> <!-- Hero Body start --> <div class="hero-body" id="hero-body" > <p class="wow fadeInUp" data-wow-delay="0.50s">Revitalize your shoes and bags with our expert repair service. Experience premium quality and timeless elegance.</p> <!--<a target="_blank" href="https://web.whatsapp.com/send/?phone=8754977212?text=Hello%20there!" class="btn-default hero-btn wow fadeInUp" data-wow-delay="0.75s">Request Pickup</a>--> </div> <!-- Hero Body end --> </div> </div> </div> </div> </div> <div class="carousel-item" style="background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);" data-bs-interval="2000"> <img src="icons/banner/banner4.jpg" style="opacity: 0.5; background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);" class="d-block w-100" alt="..."> <div class="carousel-caption d-md-block"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <!-- Section Title start --> <div class="section-title" > <h3 class="wow fadeInUp" data-wow-delay="0.25s">RENEWRITE</h3> <h1 style="font-size: 60px;color: white;" class="text-anime">You are ready to Revive your Shoes & Bags</h1> </div> <!-- Section Title end --> <!-- Hero Body start --> <div class="hero-body" id="hero-body"> <p class="wow fadeInUp" data-wow-delay="0.50s">Revitalize your shoes and bags with our expert repair service. Experience premium quality and timeless elegance.</p> <!--<a target="_blank" href="https://web.whatsapp.com/send/?phone=8754977212?text=Hello%20there!" class="btn-default hero-btn wow fadeInUp" data-wow-delay="0.75s">Request Pickup</a>--> </div> <!-- Hero Body end --> </div> </div> </div> </div> </div> <div class="carousel-item" style="background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);" > <img src="icons/banner/Trolly_banner.jpg" style="opacity: 0.5; background: linear-gradient(90deg, #000000D9 14%, #FFFFFF00 130%);" class="d-block w-100" alt="..."> <div class="carousel-caption d-md-block"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <!-- Section Title start --> <div class="section-title" > <h3 class="wow fadeInUp" data-wow-delay="0.25s">RENEWRITE</h3> <h1 style="font-size: 60px;color: white;" class="text-anime">You are ready to Revive your Trolley</h1> </div> <!-- Section Title end --> <!-- Hero Body start --> <div class="hero-body" id="hero-body"> <p class="wow fadeInUp" data-wow-delay="0.50s">Revitalize your Trolley with our expert repair service. Experience premium quality and timeless elegance.</p> <!--<a target="_blank" href="https://web.whatsapp.com/send/?phone=8754977212?text=Hello%20there!" class="btn-default hero-btn wow fadeInUp" data-wow-delay="0.75s">Request Pickup</a>--> </div> <!-- Hero Body end --> </div> </div> </div> </div> </div> </div> <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> </div> <!-- Hero Section End --> <!-- Home Inforamtion Section Starts --> <div class="home-info-section"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-6 col-12"> <!-- Information Box Item start --> <div class="info-box wow fadeInUp" data-wow-delay="0.50s"> <div class="box-icon"> <img src="images/icon-peace-of-mind.svg" alt=""> </div> <div class="box-body"> <h3>Premium Repair</h3> <p>Precision Restorations, Unparalleled Quality</p> </div> </div> <!-- Information Box Item end --> </div> <div class="col-lg-4 col-md-6 col-12"> <!-- Information Box Item start --> <div class="info-box wow fadeInUp" data-wow-delay="0.75s"> <div class="box-icon"> <img src="images/icon-tailored-cover.svg" alt=""> </div> <div class="box-body"> <h3>Expert Team</h3> <p>Quality Creations, Lasting Impressions</p> </div> </div> <!-- Information Box Item end --> </div> <div class="col-lg-4 col-md-6 col-12"> <!-- Information Box Item start --> <div class="info-box wow fadeInUp" data-wow-delay="1.0s"> <div class="box-icon"> <img src="new-image/icons/stopwatch.png" alt=""> </div> <div class="box-body"> <h3 style="font-size: 20px;">Quick Processing Time</h3> <p>Swift service, seamless experience</p> </div> </div> <!-- Information Box Item end --> </div> </div> </div> </div> <!-- Home Inforamtion Section End --> <!-- About Section Start --> <div class="about-section" style="background: #767F9914;"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 col-md-12 order-lg-1 order-2"> <!-- About video start --> <div class="about-video wow fadeInLeft" data-wow-delay="0.25s"> <figure class="image-anime"> <img src="new-image/images/re-shoe.jpg" alt=""> </figure> </div> <!-- About video end --> </div> <div class="col-lg-6 col-md-12 order-lg-2 order-1"> <div class="about-content"> <!-- Section Title start --> <div class="section-title"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">About Renewrite</h3> <h2 class="text-anime" style="color:#6d6e71;">Keep Your Shoes & Bags Repair Looking Their Best</h2> </div> <!-- Section Title end --> <div class="about-body"> <p class="wow fadeInUp" data-wow-delay="0.50s" style='font-family: "DM Sans", Sans-serif;color:#000;'>Discover luxury craftsmanship firsthand with our exclusive bag and shoe repair service. Trust our skilled artisans to revive every stitch and sole with meticulous care.</p> </div> <!-- About Icon Box start --> <div class="about-icon-box"> <div class="icon-box wow fadeInUp" data-wow-delay="0.75s"> <img src="icons/icons/shoes.png" alt=""> <h3>Restoring Luxury, One Stitch at a Time</h3> </div> <div class="icon-box wow fadeInUp" data-wow-delay="1.0s"> <img src="icons/icons/school-bag.png" alt=""> <h3>Crafting Excellence, Repairing Elegance</h3> </div> </div> <!-- About Icon Box end --> <div class="about-btn"> <a href="#" class="btn-default wow fadeInUp" data-wow-delay="1.25s">read More</a> <div class="about-contact-btn wow fadeInUp" data-wow-delay="1.50s"> <img src="icons/icons/google-contacts.png" alt=""> <a href="tel:+91 9364088990" class="contact-btn"><i style="background:<?= $color_code ?>;" class="fa-solid fa-phone"></i><strong>Contact Us:</strong> +91 9364088990</a> </div> </div> </div> </div> </div> </div> </div> <!-- About Section End --> <!-- Our Services Start --> <div class="our-service"> <div class="container"> <div class="row"> <div class="col-12"> <!-- Section Title start --> <div class="section-title text-center"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">Our Services</h3> <h2 class="text-anime">What we are Offering</h2> </div> <!-- Section Title end --> </div> </div> <div class="row"> <!-- Services Step Box Start --> <div class="col-lg-3 col-md-12"> <div class="step-box wow fadeInUp" data-wow-delay="0.50s"> <!-- Step Box Img start --> <div class="step-img"> <figure class="image-anime"> <img src="new-image/images/shoe.jpg" alt=""> </figure> </div> <!-- Step Box Img end --> <!-- Step Box Body start --> <div class="step-body"> <!-- Step Icon start --> <div class="step-icon"> <img src="new-image/icons/shoeshine.png" alt=""> </div> <!-- Step Icon end --> <h3>Shoe Repair</h3> <p></p> <a href="service.php?type=shoe_repair" class="btn-read-more">Read More</a> </div> <!-- Step Box Body end --> </div> </div> <!-- Services Step Box End --> <!-- Services Step Box Start --> <div class="col-lg-3 col-md-12"> <div class="step-box wow fadeInUp" data-wow-delay="0.75s"> <!-- Step Box Img start --> <div class="step-img"> <figure class="image-anime"> <img src="new-image/images/bag.jpg" alt=""> </figure> </div> <!-- Step Box Img end --> <!-- Step Box Body start --> <div class="step-body"> <!-- Step Icon start --> <div class="step-icon"> <img src="new-image/icons/handbag.png" alt=""> </div> <!-- Step Icon end --> <h3>Bag Repair</h3> <p></p> <a href="service.php?type=bag_repair" class="btn-read-more">Read More</a> </div> <!-- Step Box Body end --> </div> </div> <!-- Services Step Box End --> <!-- Services Step Box Start --> <div class="col-lg-3 col-md-12"> <div class="step-box wow fadeInUp" data-wow-delay="1.0s"> <!-- Step Box Img start --> <div class="step-img"> <figure class="image-anime"> <img src="new-image/images/trolley.jpg" alt=""> </figure> </div> <!-- Step Box Img end --> <!-- Step Box Body start --> <div class="step-body"> <!-- Step Icon start --> <div class="step-icon"> <img src="new-image/icons/trolley-bag.png" alt=""> </div> <!-- Step Icon end --> <h3>Trolley Repair</h3> <p></p> <a href="service.php?type=trolley_repair" class="btn-read-more">Read More</a> </div> <!-- Step Box Body end --> </div> </div> <!-- Services Step Box End --> <!-- Services Step Box Start --> <div class="col-lg-3 col-md-12"> <div class="step-box wow fadeInUp" data-wow-delay="1.0s"> <!-- Step Box Img start --> <div class="step-img"> <figure class="image-anime"> <img src="new-image/images/time.jpg" alt=""> </figure> </div> <!-- Step Box Img end --> <!-- Step Box Body start --> <div class="step-body"> <!-- Step Icon start --> <div class="step-icon"> <img src="new-image/icons/hourglass.png" alt=""> </div> <!-- Step Icon end --> <h3>Express Services</h3> <p></p> <a href="service.php?type=express_repair" class="btn-read-more">Read More</a> </div> <!-- Step Box Body end --> </div> </div> <!-- Services Step Box End --> </div> <!--<div class="row"> <div class="col-12"> <div class="service-btn text-center wow fadeInUp" data-wow-delay="0.50s"> <a href="#" class="btn-default">View All Services</a> </div> </div> </div>--> </div> </div> <!-- Our Services End --> <!-- Our Articles Start --> <div class="our-articles"> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- Section Title Start --> <div class="section-title text-center"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">Our Process</h3> <h2 class="text-anime">The step-by-step method we use to get things done.</h2> </div> <!-- Section Title End --> </div> </div> <div class="row"> <!-- Post item Start --> <div class="col-lg-12 col-md-12"> <h3 class="text-anime" style="margin-bottom: 16px;" >Store Visit Service: </h3> <p>For those who prefer a more personal touch, our store visit service allows you to bring your item directly to us. Our skilled technicians will assess the repair needs on-site and provide you with a quote. Once approved, we'll get to work on your repair, ensuring a quick turnaround time.</p> </div> <div class="col-md-12"> <!-- Section Title Start --> <div class="section-title text-center" style="margin-top: 33px;margin-bottom: 40px;"> <h2 class="text-anime">OR</h2> </div> <!-- Section Title End --> </div> <div class="col-lg-12 col-md-12"> <h3 class="text-anime" style="margin-bottom: 16px;">Online Service:</h3> </div> <div class="col-lg-2 col-md-12"> <div class="post-item wow fadeInUp" data-wow-delay="0.50s"> <!-- Post Header start --> <div class="post-header"> <!-- Feature Img start --> <div class="feature-img"> <a href="#"> <figure class="image-anime"> <img src="icons/tracking/wp.gif" alt="" style="width: 100px;"> </figure> </a> </div> <!-- Feature Img end --> <!-- Post Meta start --> <div class="post-meta"> <!--<ul>--> <!-- <li>Business Insurance</li>--> <!--</ul>--> </div> <!-- Post Meta end --> </div> <!-- Post Feature Img end --> <!-- Post Content start --> <div class="post-content"> <div class="post-header"> <h2><a href="#">You Request</a></h2> <p></p> </div> </div> <!-- Post Content end --> </div> </div> <!-- Post item End --> <!-- Post item Start --> <div class="col-lg-3 col-md-12"> <div class="post-item wow fadeInUp" data-wow-delay="0.75s"> <!-- Post Header start --> <div class="post-header"> <!-- Feature Img start --> <div class="feature-img"> <a href="#"> <figure class="image-anime"> <img src="icons/tracking/We_Pickup.gif" alt="" style="width: 162px;" > </figure> </a> </div> <!-- Feature Img end --> <!-- Post Meta start --> <div class="post-meta"> <!--<ul>--> <!-- <li>Home Insurance</li>--> <!--</ul>--> </div> <!-- Post Meta end --> </div> <!-- Post Feature Img end --> <!-- Post Content start --> <div class="post-content"> <div class="post-header"> <h2><a href="#">We Pickup</a></h2> <p></p> </div> </div> <!-- Post Content end --> </div> </div> <!-- Post item End --> <!-- Post item Start --> <div class="col-lg-2 col-md-12"> <div class="post-item wow fadeInUp" data-wow-delay="1.0s"> <!-- Post Header start --> <div class="post-header"> <!-- Feature Img start --> <div class="feature-img"> <a href="#"> <figure class="image-anime"> <img src="icons/tracking/shoe_service.gif" alt="" style="width: 100%;"> </figure> </a> </div> <!-- Feature Img end --> <!-- Post Meta start --> <div class="post-meta"> <!--<ul>--> <!-- <li>Car Insurance</li>--> <!--</ul>--> </div> <!-- Post Meta end --> </div> <!-- Post Feature Img end --> <!-- Post Content start --> <div class="post-content"> <div class="post-header"> <h2><a href="#">We Service</a></h2> <p></p> </div> </div> <!-- Post Content end --> </div> </div> <!-- Post item End --> <!-- Post item Start --> <div class="col-lg-2 col-md-12"> <div class="post-item wow fadeInUp" data-wow-delay="1.0s"> <!-- Post Header start --> <div class="post-header"> <!-- Feature Img start --> <div class="feature-img"> <a href="#"> <figure class="image-anime"> <img src="icons/quality.gif" alt="" style="margin-top: 40px;width: 100px;"> </figure> </a> </div> <!-- Feature Img end --> <!-- Post Meta start --> <div class="post-meta"> <!--<ul>--> <!-- <li>Car Insurance</li>--> <!--</ul>--> </div> <!-- Post Meta end --> </div> <!-- Post Feature Img end --> <!-- Post Content start --> <div class="post-content"> <div class="post-header"> <h2><a href="#">We Check</a></h2> <p></p> </div> </div> <!-- Post Content end --> </div> </div> <!-- Post item End --> <!-- Post item Start --> <div class="col-lg-3 col-md-12"> <div class="post-item wow fadeInUp" data-wow-delay="1.0s"> <!-- Post Header start --> <div class="post-header"> <!-- Feature Img start --> <div class="feature-img"> <a href="#"> <figure class="image-anime"> <img src="icons/tracking/delivery.gif" alt="" style="width: 167px;"> </figure> </a> </div> <!-- Feature Img end --> <!-- Post Meta start --> <div class="post-meta"> <!--<ul>--> <!-- <li>Car Insurance</li>--> <!--</ul>--> </div> <!-- Post Meta end --> </div> <!-- Post Feature Img end --> <!-- Post Content start --> <div class="post-content"> <div class="post-header"> <h2><a href="#">We Deliver</a></h2> <p></p> </div> </div> <!-- Post Content end --> </div> </div> <!-- Post item End --> </div> </div> </div> <!-- Our Articles End --> <!-- Counter Section Start --> <div class="counter-section"> <div class="container"> <div class="row"> <div class="col-lg-3 col-6"> <!-- Counter Box start --> <div class="counter-box wow fadeInUp" data-wow-delay="0.50s"> <div class="counter-img"> <img src="images/icon-happy-customers.svg" alt=""> </div> <div class="counter-body"> <h3><span class="counter">1150</span>+</h3> <p>Happy Customers</p> </div> </div> <!-- Counter Box end --> </div> <div class="col-lg-3 col-6"> <!-- Counter Box start --> <div class="counter-box wow fadeInUp" data-wow-delay="0.75s"> <div class="counter-img"> <img src="images/icon-insurance-careers.svg" alt=""> </div> <div class="counter-body"> <h3><span class="counter">150</span>+</h3> <p>Expert Teams</p> </div> </div> <!-- Counter Box end --> </div> <div class="col-lg-3 col-6"> <!-- Counter Box start --> <div class="counter-box wow fadeInUp" data-wow-delay="1.0s"> <div class="counter-img"> <img src="images/icon-awards-won.svg" alt=""> </div> <div class="counter-body"> <h3><span class="counter">15</span>+</h3> <p>Years of Experience</p> </div> </div> <!-- Counter Box end --> </div> <div class="col-lg-3 col-6"> <!-- Counter Box start --> <div class="counter-box wow fadeInUp" data-wow-delay="1.25s"> <div class="counter-img"> <img src="images/icon-claims-settled.svg" alt=""> </div> <div class="counter-body"> <h3><span class="counter">2000</span>+</h3> <p>Satisfied Clients</p> </div> </div> <!-- Counter Box end --> </div> </div> </div> </div> <!-- Counter Section End --> <!-- Why Choose Us Section Start --> <div class="why-choose-us parallaxie"> <div class="container"> <div class="row"> <div class="col-lg-5 col-12"> <!-- Why Choose Image start --> <div class="why-choose-img"> <figure class="reveal image-anime"> <img src="new-image/images/new-bag.jpg" alt=""> </figure> </div> <!-- Why Choose Image end --> </div> <div class="col-lg-7 col-12"> <!-- Section Title start --> <div class="section-title"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">Why Choose us</h3> <h2 class="text-anime">Why you should choose RenewRite ?</h2> </div> <!-- Section Title end --> <!-- Why Choose Body start --> <div class="why-choose-body"> <p class="wow fadeInUp" data-wow-delay="0.50s">Choose Premium Shoe Repair for expert craftsmanship, quality materials, personalized service, timely turnaround, and affordable pricing. Trust us to breathe new life into your beloved footwear.</p> <ul class="why-choose-list wow fadeInUp" data-wow-delay="0.75s"> <li>Expert Craftsmanship</li> <li>Quality Materials</li> <li>Personalized Service</li> <li>Timely Turnaround</li> <li>Affordable Pricing</li> <li>Premium Look</li> </ul> <!-- Support Team Section start --> <div class="support-team-section wow fadeInUp" data-wow-delay="1.0s" style="background-color: <?=$color_code?>;"> <!-- Video Section start --> <div class="video-section"> <div class="video-section-img"> <figure class="image-anime"> <img src="images/why-choose-us-video-img.jpg" alt=""> </figure> </div> <!--<div class="video-section-play-btn">--> <!-- <a href="https://www.youtube.com/watch?v=Y-x0efG1seA" class="popup-video"><i class="fa-regular fa-circle-play"></i></a>--> <!--</div>--> </div> <!-- Video Section end --> <!-- Support Team Body start --> <div class="support-team-body"> <img src="images/icon-support-team.svg" alt=""> <h3>24/7 Support Team</h3> <ul class="support-team-contact"> <li><a href="#" class="contact-btn">+91 8754977212</a></li> <li><a href="#" class="support-mail-btn">support@renewrite.in</a></li> </ul> </div> <!-- Support Team Body end --> </div> <!-- Support Team Section end --> </div> </div> <!-- Why Choose Body end --> </div> </div> </div> <!-- Why Choose Us Section End --> <!-- Testimonials Start --> <div class="testimonials"> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- Section Title start --> <div class="section-title text-center"> <h3 class="wow fadeInUp" data-wow-delay="0.25s">Testimonials</h3> <h2 class="text-anime">Why Client trust Us</h2> </div> <!-- Section Title end --> </div> </div> <div class="row"> <div class="col-md-12 text-center"> <div class="testimonial-slider-wrapper wow fadeInUp" data-wow-delay="0.50s"> <!-- Testimonial Carousel start --> <div class="swiper testimonial-slider"> <div class="swiper-wrapper"> <!-- Testimonial Slide start --> <div class="swiper-slide"> <div class="testimonial-slide"> <div class="testimonial-footer"> <div class="rating"> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> </div> </div> <div class="testimonial-body"> <p>Absolutely Impressed!. They look brand new! The attention to detail and craftsmanship exceeded my expectations. Highly recommend!</p> </div> <div class="testimonial-header"> <!--<figure class="image-anime">--> <!-- <img src="images/author-1.jpg" alt="">--> <!--</figure> --> <h3>Sarah H</h3> </div> </div> </div> <!-- Testimonial Slide end --> <!-- Testimonial Slide start --> <div class="swiper-slide"> <div class="testimonial-slide"> <div class="testimonial-footer"> <div class="rating"> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> </div> </div> <div class="testimonial-body"> <p>I thought my favorite leather bag was beyond repair, but Premium Shoe & Bag Repair worked their magic and restored it to its former glory.</p> </div> <div class="testimonial-header"> <h3>Akash</h3> </div> </div> </div> <!-- Testimonial Slide end --> <!-- Testimonial Slide start --> <div class="swiper-slide"> <div class="testimonial-slide"> <div class="testimonial-footer"> <div class="rating"> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> </div> </div> <div class="testimonial-body"> <p>I've had multiple shoes repaired at renewrite, I've been impressed with the quality of work and attention to detail.</p> </div> <div class="testimonial-header"> <!--<figure class="image-anime">--> <!-- <img src="images/author-3.jpg" alt="">--> <!--</figure>--> <h3>Rajesh</h3> </div> </div> </div> <!-- Testimonial Slide end --> <!-- Testimonial Slide start --> <div class="swiper-slide"> <div class="testimonial-slide"> <div class="testimonial-footer"> <div class="rating"> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> </div> </div> <div class="testimonial-body"> <p>Renewrite is my go-to for all my shoe and bag repair needs. The team is knowledgeable, courteous, and always delivers exceptional results.</p> </div> <div class="testimonial-header"> <!--<figure class="image-anime">--> <!-- <img src="images/author-4.jpg" alt="">--> <!--</figure>--> <h3>Arjun</h3> </div> </div> </div> <!-- Testimonial Slide end --> <!-- Testimonial Slide start --> <div class="swiper-slide"> <div class="testimonial-slide"> <div class="testimonial-footer"> <div class="rating"> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> <i class="fa-solid fa-star"></i> </div> </div> <div class="testimonial-body"> <p>I've entrusted renewrite with some of my most treasured shoes and bags, and they have consistently delivered outstanding results.</p> </div> <div class="testimonial-header"> <!--<figure class="image-anime">--> <!-- <img src="images/author-5.jpg" alt="">--> <!--</figure>--> <h3>Priya</h3> </div> </div> </div> <!-- Testimonial Slide end --> </div> <div class="swiper-pagination"></div> </div> <!-- Testimonial Carousel end --> </div> </div> </div> </div> </div> <!-- Testimonials End --> <!-- Our Articles Start --> <!--<div class="our-articles">--> <!-- <div class="container">--> <!-- <div class="row">--> <!-- <div class="col-md-12">--> <!-- <div class="section-title text-center">--> <!-- <h3 class="wow fadeInUp" data-wow-delay="0.25s">Before & After</h3>--> <!-- <h2 class="text-anime">Shoes and Handbags</h2>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="row">--> <!-- <div class="col-lg-6 col-md-12">--> <!-- <div class="post-item wow fadeInUp" data-wow-delay="0.50s" >--> <!-- <div class="image-container" >--> <!-- <div class="before-image" id="beforeImage"></div>--> <!-- <div class="after-image" id="afterImage"></div>--> <!-- <div class="slider" id="slider"></div> --> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- <div class="col-lg-6 col-md-12">--> <!-- <div class="post-item wow fadeInUp" data-wow-delay="0.50s" >--> <!-- <div class="image-container" >--> <!-- <div class="before-image" id="beforeImage"></div>--> <!-- <div class="after-image" id="afterImage"></div>--> <!-- <div class="slider" id="slider"></div> --> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <!--</div>--> <!--</div>--> <!-- Our Articles End --> <script> const slider = document.getElementById("slider"); const beforeImage = document.getElementById("beforeImage"); const afterImage = document.getElementById("afterImage"); const imageContainer = document.querySelector(".image-container"); let isDown = false; slider.addEventListener("mousedown", (e) => { isDown = true; imageContainer.classList.add("dragging"); updateSlider(e.pageX); }); document.addEventListener("mouseup", () => { isDown = false; imageContainer.classList.remove("dragging"); }); document.addEventListener("mousemove", (e) => { if (!isDown) return; updateSlider(e.pageX); }); function updateSlider(x) { const rect = imageContainer.getBoundingClientRect(); let posX = x - rect.left; posX = Math.max(0, Math.min(posX, rect.width)); // Limit slider movement within container width slider.style.left = posX + "px"; afterImage.style.clipPath = `inset(0 ${rect.width - posX}px 0 0)`; } </script> <?php include 'footer.php';?>