Skip to main content
anthonys supreme <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Anthony’s Supreme Shine</title><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet"><style>/* GLOBAL */body { margin: 0; font-family: 'Montserrat', sans-serif; line-height: 1.6; color: #111; background: #fefefe;}section { padding: 80px 20px; text-align: center;}h1, h2, h3 { font-family: 'Playfair Display', serif; margin-bottom: 20px;}p { margin-bottom: 20px;}/* HERO */.hero { background: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952') no-repeat center/cover; color: white; padding: 140px 20px; position: relative;}.hero::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.5);}.hero h1, .hero p, .hero .button { position: relative; z-index: 1;}.hero h1 { font-size: 64px; font-weight: 700;}.hero p { font-size: 24px; margin-bottom: 40px;}.button { display: inline-block; padding: 18px 35px; margin: 10px; background: gold; color: black; font-weight: 700; text-decoration: none; border-radius: 8px; transition: 0.3s;}.button:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.3);}/* VALUE SECTION */.value { background: #fff; padding-top: 100px; padding-bottom: 100px;}/* PRICING */.pricing { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;}.card { border-radius: 15px; padding: 30px 20px; width: 320px; transition: 0.3s; background: #f8f8f8; box-shadow: 0 10px 30px rgba(0,0,0,0.1);}.card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.2);}.featured { border: 2px solid gold; background: #fff7e6;}/* MISSION / JOIN TEAM */.mission, .join-team { background: #fef5e6;}.join-team p, .mission p { max-width: 700px; margin: auto; font-size: 18px;}/* FOOTER */.footer { background: #111; color: white; padding: 60px 20px;}.footer a { color: gold; text-decoration: none;}</style></head><body><!-- HERO --><section class="hero"> <h1>Never Touch Your Garbage Bins Again</h1> <p>Hoboken’s Premium Weekly Bin Cleaning & Property Care Service</p> <a href="#" class="button">Start Weekly Service</a> <a href="#" class="button">Get Instant Quote</a></section><!-- VALUE --><section class="value"> <h2>We Handle Your Garbage So You Don’t Have To</h2> <p>Reliable weekly service that eliminates smells, bacteria, and stress. Focus on life while we take care of the dirty work.</p></section><!-- PRICING --><section> <h2>Weekly Service Plans</h2> <div class="pricing"> <div class="card"> <h3>Basic</h3> <h1>$39.99/week</h1> <p>Bin take-out & return</p> <a href="#" class="button">Start</a> </div> <div class="card featured"> <h3>Premium ⭐</h3> <h1>$64.99/week</h1> <p>Weekly bin handling & cleaning</p> <p><b>No smells. No stress.</b></p> <a href="#" class="button">Start Premium</a> </div> <div class="card"> <h3>Elite</h3> <h1>$99/week</h1> <p>Full service + priority scheduling</p> <a href="#" class="button">Go Elite</a> </div> </div></section><!-- MISSION --><section class="mission"> <h2>More Than Just a Cleaning Service</h2> <p> Anthony’s Supreme Shine was created not only to make life easier for homeowners, but also to provide job opportunities for high school students who may not be able to work full-time jobs. We help students earn, gain responsibility, and build real-world experience. </p></section><!-- JOIN TEAM --><section class="join-team"> <h2>Join Our Team</h2> <p>Flexible work opportunities for local high school students. Learn responsibility, earn weekly pay, and gain valuable experience.</p> <p><b>Text to apply:</b> 201-920-8145</p></section><!-- CTA --><section> <h2>Limited Weekly Routes Available</h2> <p>Reserve your spot now to secure weekly premium service in your area.</p> <a href="#" class="button">Start Premium Service</a></section><!-- FOOTER --><section class="footer"> <h2>Contact Us</h2> <p>Call or Text: 201-920-8145</p> <p>Visit: <a href="#">www.anthonys-supreme-shine.org</a></p></section></body></html>
anthonys supreme <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Anthony’s Supreme Shine</title><link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet"><style>/* GLOBAL */body { margin: 0; font-family: 'Montserrat', sans-serif; line-height: 1.6; color: #111; background: #fefefe;}section { padding: 80px 20px; text-align: center;}h1, h2, h3 { font-family: 'Playfair Display', serif; margin-bottom: 20px;}p { margin-bottom: 20px;}/* HERO */.hero { background: url('https://images.unsplash.com/photo-1581578731548-c64695cc6952') no-repeat center/cover; color: white; padding: 140px 20px; position: relative;}.hero::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.5);}.hero h1, .hero p, .hero .button { position: relative; z-index: 1;}.hero h1 { font-size: 64px; font-weight: 700;}.hero p { font-size: 24px; margin-bottom: 40px;}.button { display: inline-block; padding: 18px 35px; margin: 10px; background: gold; color: black; font-weight: 700; text-decoration: none; border-radius: 8px; transition: 0.3s;}.button:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.3);}/* VALUE SECTION */.value { background: #fff; padding-top: 100px; padding-bottom: 100px;}/* PRICING */.pricing { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;}.card { border-radius: 15px; padding: 30px 20px; width: 320px; transition: 0.3s; background: #f8f8f8; box-shadow: 0 10px 30px rgba(0,0,0,0.1);}.card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.2);}.featured { border: 2px solid gold; background: #fff7e6;}/* MISSION / JOIN TEAM */.mission, .join-team { background: #fef5e6;}.join-team p, .mission p { max-width: 700px; margin: auto; font-size: 18px;}/* FOOTER */.footer { background: #111; color: white; padding: 60px 20px;}.footer a { color: gold; text-decoration: none;}</style></head><body><!-- HERO --><section class="hero"> <h1>Never Touch Your Garbage Bins Again</h1> <p>Hoboken’s Premium Weekly Bin Cleaning & Property Care Service</p> <a href="#" class="button">Start Weekly Service</a> <a href="#" class="button">Get Instant Quote</a></section><!-- VALUE --><section class="value"> <h2>We Handle Your Garbage So You Don’t Have To</h2> <p>Reliable weekly service that eliminates smells, bacteria, and stress. Focus on life while we take care of the dirty work.</p></section><!-- PRICING --><section> <h2>Weekly Service Plans</h2> <div class="pricing"> <div class="card"> <h3>Basic</h3> <h1>$39.99/week</h1> <p>Bin take-out & return</p> <a href="#" class="button">Start</a> </div> <div class="card featured"> <h3>Premium ⭐</h3> <h1>$64.99/week</h1> <p>Weekly bin handling & cleaning</p> <p><b>No smells. No stress.</b></p> <a href="#" class="button">Start Premium</a> </div> <div class="card"> <h3>Elite</h3> <h1>$99/week</h1> <p>Full service + priority scheduling</p> <a href="#" class="button">Go Elite</a> </div> </div></section><!-- MISSION --><section class="mission"> <h2>More Than Just a Cleaning Service</h2> <p> Anthony’s Supreme Shine was created not only to make life easier for homeowners, but also to provide job opportunities for high school students who may not be able to work full-time jobs. We help students earn, gain responsibility, and build real-world experience. </p></section><!-- JOIN TEAM --><section class="join-team"> <h2>Join Our Team</h2> <p>Flexible work opportunities for local high school students. Learn responsibility, earn weekly pay, and gain valuable experience.</p> <p><b>Text to apply:</b> 201-920-8145</p></section><!-- CTA --><section> <h2>Limited Weekly Routes Available</h2> <p>Reserve your spot now to secure weekly premium service in your area.</p> <a href="#" class="button">Start Premium Service</a></section><!-- FOOTER --><section class="footer"> <h2>Contact Us</h2> <p>Call or Text: 201-920-8145</p> <p>Visit: <a href="#">www.anthonys-supreme-shine.org</a></p></section></body></html>
Home
Our Services
Gallery
Pricing
Testimonials
About Us