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> </div>
)} )}
<span onClick={handlePricing} className="indusOpen"> <span onClick={handlePricing} className="indusOpen">
Pricing asf Pricing
</span> </span>
<span onClick={handleNavigateContact} className="indusOpen"> <span onClick={handleNavigateContact} className="indusOpen">
Contact Us Contact Us

View File

@ -345,6 +345,14 @@
font-family: "NeueMontreal"; font-family: "NeueMontreal";
margin-top: 3rem; margin-top: 3rem;
width: 100%; width: 100%;
sup {
font-size: 10px;
background-color: #e68200;
color: #fff;
padding: 1px 4px;
border-radius: 4px;
letter-spacing: 0.5px;
}
div { div {
cursor: pointer; cursor: pointer;

View File

@ -56,6 +56,7 @@
background-image: url(../Images//Pricing/PricingBG.webp); background-image: url(../Images//Pricing/PricingBG.webp);
position: relative; position: relative;
} }
.PricingPozoAppTitle { .PricingPozoAppTitle {
margin-top: 5rem; margin-top: 5rem;
@ -190,6 +191,7 @@
} }
@keyframes bounce { @keyframes bounce {
0%, 0%,
20%, 20%,
50%, 50%,
@ -953,4 +955,4 @@
font-size: 14px; font-size: 14px;
color: #6b7280; color: #6b7280;
font-weight: 500; font-weight: 500;
} }