This commit is contained in:
commit
b3df1a50b5
2 changed files with 206 additions and 199 deletions
|
@ -14,5 +14,10 @@
|
|||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
<script
|
||||
defer
|
||||
src="https://unami.smigz.com/script.js"
|
||||
data-website-id="e07c8f76-9786-4201-a47a-482fd9d485a9"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -71,6 +71,7 @@ const Home = () => {
|
|||
<button
|
||||
className="px-6 py-3 bg-primary-600 hover:bg-primary-700 text-white font-medium rounded-lg shadow-lg transition-colors duration-300 transform hover:scale-105"
|
||||
onClick={handleDialogOpen}
|
||||
data-umami-event="Start Today Button"
|
||||
>
|
||||
Start Your Journey
|
||||
</button>
|
||||
|
@ -186,6 +187,7 @@ const Home = () => {
|
|||
<button
|
||||
onClick={handleDialogOpen}
|
||||
className="px-8 py-4 bg-primary-600 hover:bg-primary-700 text-white text-lg font-medium rounded-lg shadow-lg transition-all duration-300 transform hover:scale-105"
|
||||
data-umami-event="Join Now Button"
|
||||
>
|
||||
Join Our Community
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue