diff --git a/src/PozoApp/Components/ResponsiveApp.jsx b/src/PozoApp/Components/ResponsiveApp.jsx
index ed7c707..ef17ebb 100644
--- a/src/PozoApp/Components/ResponsiveApp.jsx
+++ b/src/PozoApp/Components/ResponsiveApp.jsx
@@ -111,7 +111,7 @@ const ResponsiveApp = () => {
)}
- Pricing
+ asf Pricing
Contact Us
diff --git a/src/PozoApp/Styles/Navbar.scss b/src/PozoApp/Styles/Navbar.scss
index ad351d8..3f7440e 100644
--- a/src/PozoApp/Styles/Navbar.scss
+++ b/src/PozoApp/Styles/Navbar.scss
@@ -345,6 +345,14 @@
font-family: "NeueMontreal";
margin-top: 3rem;
width: 100%;
+ sup {
+ font-size: 10px;
+ background-color: #e68200;
+ color: #fff;
+ padding: 1px 4px;
+ border-radius: 4px;
+ letter-spacing: 0.5px;
+ }
div {
cursor: pointer;
diff --git a/src/PozoApp/Styles/PricingPozoApp.scss b/src/PozoApp/Styles/PricingPozoApp.scss
index 98f6569..271c802 100644
--- a/src/PozoApp/Styles/PricingPozoApp.scss
+++ b/src/PozoApp/Styles/PricingPozoApp.scss
@@ -56,6 +56,7 @@
background-image: url(../Images//Pricing/PricingBG.webp);
position: relative;
}
+
.PricingPozoAppTitle {
margin-top: 5rem;
@@ -190,6 +191,7 @@
}
@keyframes bounce {
+
0%,
20%,
50%,
@@ -953,4 +955,4 @@
font-size: 14px;
color: #6b7280;
font-weight: 500;
-}
+}
\ No newline at end of file