diff --git a/templates/partials/navbar.html b/templates/partials/navbar.html index fad7284..c5979a8 100644 --- a/templates/partials/navbar.html +++ b/templates/partials/navbar.html @@ -6,26 +6,26 @@ var inDisplay = ""; function toggleMenu() { - if (inDisplay === "solutions") { + if (inDisplay === "learn") { hideMenu(); inDisplay = ""; } else { showMenu(); - inDisplay = "solutions"; + inDisplay = "learn"; } } function showMenu() { - document.getElementById('solutions').className = "absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-out duration-150 opacity-1 -translate-y-0"; + document.getElementById('learn').className = "absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-out duration-150 opacity-1 -translate-y-0"; } function hideMenu() { - document.getElementById('solutions').className = "absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-in duration-150 opacity-0 -translate-y-1"; + document.getElementById('learn').className = "absolute inset-x-0 transform shadow-lg backdrop-blur transition ease-in duration-150 opacity-0 -translate-y-1"; } window.onload = function(){ - document.getElementById("solutions-btn").addEventListener( 'click', toggleMenu); + document.getElementById("learn-btn").addEventListener( 'click', toggleMenu); } @@ -36,7 +36,7 @@
+
Analytics
Get a better understanding of where your traffic is coming from.
- Learn more → -
+ Analytics +
++ Get a better understanding of where your traffic is coming from. +
++
Engagement
Speak directly to your customers in a more meaningful way.
- Learn more → -
+
Security
Your customer data will be safe and secure.
- Learn more → -
+
Integrations
Connect with third-party tools that you're already using.
- Learn more → -