Skip to content

Commit

Permalink
changed texts
Browse files Browse the repository at this point in the history
Signed-off-by: Modern-artist <[email protected]>
  • Loading branch information
Modern-artist committed Sep 10, 2023
2 parents 4a956ea + dd408f6 commit 057ea78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
16 changes: 4 additions & 12 deletions src/pages/products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,10 @@ const index = () => {
<img className="bgSvgRight" src={isDark ? darkbgSvg : lightbgSvg} alt="" />
<div className="headers rotate gap">
<h1 className="header-heading">
<span>Experience </span>Our Product in Action!
Unlock Your <span>Potential </span> with Free Tier Account!
</h1>
<p className="paraInfo">
Ready to transform? Don't miss this chance to elevate [specific
use cases, e.g., marketing, project management, analytics].
Embrace innovation and see how [Product Name] revolutionizes
[specific outcomes, e.g., customer engagement, project
efficiency, data analysis].
Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
</p>
<Button button secondary className="banner-btn two" title="Explore" alt=""/>
</div>
Expand All @@ -261,11 +257,7 @@ const index = () => {
<span>Plans</span> For Every Team Size
</h1>
<p className="paraInfo">
Discover the ideal plan to propel your goals forward. Unveil our
pricing options and explore how our tailored solutions can enhance
your [industry/field] journey. From startups to enterprises, we
have a plan designed to fit your unique needs. Take the next step
towards success and view our pricing and plans now.
Choose the ideal plan to propel your infrastructure goals. From startups to seasoned enterprises, we have a plan designed to fit your unique needs.
</p>
</div>
<Container>
Expand Down Expand Up @@ -313,7 +305,7 @@ const index = () => {
</Container>
<div className="headers gap">
<h1 className="header-heading">
<span>Experience </span>Our Product in Action!
Don’t Just Take Our Word For It, <span>Experience </span> It!
</h1>
<div className="paras">
<p>See how our products can transform your cloud experience today.</p>
Expand Down
10 changes: 6 additions & 4 deletions src/pages/products/pricing.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,15 @@ height: 360px;
padding: 2rem;
margin: 2rem;
}
.card:hover {
box-shadow: 0px 0px 10px ${(props) => props.theme.green00D3A9ToGreyE6E6E6};
}
.cards {
.cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
/* transition: all 2s ease-in-out; */
}
.card:hover {
transition: all 300ms ease-in-out;
box-shadow: 0px 0px 10px ${(props) => props.theme.green00D3A9ToGreyE6E6E6};
}
.card_head {
Expand Down

0 comments on commit 057ea78

Please sign in to comment.