File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
amp-client/src/Components/LandingPageComponents/PricesSection Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function PricesSection({ id }) {
66 {
77 title : "Basic Plan" ,
88 features : [
9- "Manage and Control up to 1500 apartments" ,
9+ "Monitor and Control up to 1500 apartments" ,
1010 "Basic reporting tools" ,
1111 ] ,
1212 price : 15000 ,
@@ -16,8 +16,9 @@ function PricesSection({ id }) {
1616 {
1717 title : "Advanced Plan" ,
1818 features : [
19- "Manage and Control up to 2500 apartments" ,
20- "Advanced reporting tools" ,
19+ "Monitor and Control up to 2500 apartments" ,
20+ "Advanced monitoring tools with robbery analysis" ,
21+ "Real time generator fuel monitoring" ,
2122 ] ,
2223 price : 22000 ,
2324 badgeText : "Save 12%" ,
@@ -26,9 +27,10 @@ function PricesSection({ id }) {
2627 {
2728 title : "Premium Plan" ,
2829 features : [
29- "Manage and Control unlimited number of apartments" ,
30- "Advanced reporting tools" ,
31- "Access to anti-theft dashboards" ,
30+ "Monitor and Control unlimited number of apartments" ,
31+ "Advanced monitoring tools with robbery analysis" ,
32+ "Real time generator fuel monitoring" ,
33+ "AI-based energy saver system" ,
3234 ] ,
3335 price : 33000 ,
3436 badgeText : "Best" ,
You can’t perform that action at this time.
0 commit comments