This commit is contained in:
Your Name 2025-11-05 14:42:55 +05:30
parent bbac63e445
commit bfe76f3463
3 changed files with 12 additions and 2 deletions

View File

@ -111,7 +111,7 @@ const ResponsiveApp = () => {
</div>
)}
<span onClick={handlePricing} className="indusOpen">
Pricing
asf Pricing
</span>
<span onClick={handleNavigateContact} className="indusOpen">
Contact Us

View File

@ -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;

View File

@ -57,6 +57,7 @@
position: relative;
}
.PricingPozoAppTitle {
margin-top: 5rem;
@ -190,6 +191,7 @@
}
@keyframes bounce {
0%,
20%,
50%,