Skip to content

Commit bbb46c1

Browse files
authored
Merge pull request #131 from Riyad-Murad/readme_update
readme_update: Updated the prices in teh Prices section of the Landin…
2 parents ea58150 + 99543c8 commit bbb46c1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

amp-client/src/Components/LandingPageComponents/PricesSection/PricesSection.jsx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)