import { useState } from "react"; export default function SavingsCalculator() { const [monthlyBill, setMonthlyBill] = useState(""); const [savings, setSavings] = useState(null); const valveCost = 120; const calculateSavings = () => { const bill = parseFloat(monthlyBill); if (!isNaN(bill) && bill > 0) { const guaranteedMonthly = bill * 0.10; const averageMonthly = bill * 0.25; setSavings({ guaranteedMonthly, guaranteedAnnual: guaranteedMonthly * 12, averageMonthly, averageAnnual: averageMonthly * 12, guaranteedROI: valveCost / guaranteedMonthly, averageROI: valveCost / averageMonthly, }); } }; return (

H2FLO Savings & ROI Calculator

See how much you can save with H2FLO and how quickly it pays for itself.

setMonthlyBill(e.target.value)} className="w-full p-3 border-2 border-blue-600 rounded-lg text-center text-xl font-bold" placeholder="$ Enter your bill amount" />
{savings && (

Your Savings with H2FLO

Guaranteed Savings (10%):

${savings.guaranteedMonthly.toFixed(2)} / month

${savings.guaranteedAnnual.toFixed(2)} / year

Pays for itself in {savings.guaranteedROI.toFixed(1)} months

Average Savings (25%):

${savings.averageMonthly.toFixed(2)} / month

${savings.averageAnnual.toFixed(2)} / year

Pays for itself in {savings.averageROI.toFixed(1)} months

)}
); }
top of page

Cut Your Water Bill by Up to 40% with H2FLO

free shipping in u.s.a.

Easy DIY Installation

1 Year Free Warranty

Flow Diagram.png

Installed in 250+ Homes

Visual of H2FLO valve installed in a Traditional Water Meter

Why Should You Install Our Valve?

Key Facts

Customer Testimonials

Our Services

We make saving money easy, improving you home and businesses bottom line.

See Our Valves

Save Water, Save Smarter

Quick Links
Connect With Us
  • Instagram
Contact Info

Our customer service team is here to answer any questions, please use this form or contact us directly via email at info@h2flo.net

Thanks for submitting!

©2025 By H2FLO, All Rights Reserved.

bottom of page