unami metrics

This commit is contained in:
Mike 2024-10-27 16:30:31 -05:00
parent cc118006ba
commit 55676a9896

View file

@ -68,6 +68,7 @@ const Home = () => {
<button <button
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300" className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
onClick={handleDialogOpen} onClick={handleDialogOpen}
data-unami-event="Start Today Button"
> >
Start Today Start Today
</button> </button>
@ -108,6 +109,7 @@ const Home = () => {
<button <button
onClick={handleDialogOpen} onClick={handleDialogOpen}
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300" className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
data-unami-event="Join Now Button"
> >
Join Now Join Now
</button> </button>
@ -120,4 +122,3 @@ const Home = () => {
}; };
export default Home; export default Home;