This commit is contained in:
commit
b3df1a50b5
2 changed files with 206 additions and 199 deletions
|
@ -14,5 +14,10 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/main.jsx"></script>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -71,6 +71,7 @@ const Home = () => {
|
||||||
<button
|
<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"
|
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}
|
onClick={handleDialogOpen}
|
||||||
|
data-umami-event="Start Today Button"
|
||||||
>
|
>
|
||||||
Start Your Journey
|
Start Your Journey
|
||||||
</button>
|
</button>
|
||||||
|
@ -186,6 +187,7 @@ const Home = () => {
|
||||||
<button
|
<button
|
||||||
onClick={handleDialogOpen}
|
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"
|
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
|
Join Our Community
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue