Server IP : 153.92.220.142 / Your IP : 216.73.216.32 Web Server : LiteSpeed System : Linux nl-srv-web513.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64 User : u444427800 ( 444427800) PHP Version : 8.1.32 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u444427800/domains/dronacharyasunayana.com/../jmgcl.com/../3zlaundry.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Dry Cleaning Section</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"/> <link rel="stylesheet" href="css/grid.css"> <link rel="stylesheet" href="css/style.css"> </head> <body> <?php include("header.php"); ?> <section class="about-banner"> <div class="container"> <div class="img-content"> <h2>Bag Cleaning</h2> <a href="index.php">home ></a> <a href="service.php">service ></a> <a href="bag.php">Bag Cleaning</a> </div> </div> </section> <section class="drycleaning-section"> <div class="drycleaning-image"> <img src="./images/bag.jpg" alt="Dry Cleaning" /> </div> <div class="drycleaning-content"> <h2>Bag Dry Cleaning Services</h2> <p> Your bags deserve as much attention as your clothes. We offer specialized cleaning for all types of handbags, purses, backpacks, and totes to restore their beauty and freshness. </p> <div class="drycleaning-types"> <div> <strong>Standard leather bag cleaning</strong><br /> Cleaning for leather, suede, canvas, and fabric bags </div> <div> <strong>Handbag Cleaning</strong><br /> Luxury and branded handbag cleaning </div> <div> <strong>Standard Stain Removal</strong><br /> Stain removal and odor treatment. </div> <div> <strong>Standard Polishing</strong><br /> Color touch-ups and polishing </div> <div> <strong>Gentle Furnishings</strong><br /> Gentle handling and shape restoration </div> </div> </div> </section> <?php include("footer.php"); ?> </body> </html>