From 5a097d5332f88f4ec9fd5128e49c58bbdd077d33 Mon Sep 17 00:00:00 2001 From: asif Date: Wed, 26 Nov 2025 12:31:30 +0530 Subject: [PATCH] Update services: Replace insurance with money transfer & schemes, update digital banking features - Changed Insurance Services to Money Transfer & Schemes with NEFT, RTGS, and government schemes support - Updated Digital Banking to include Missed Call Services instead of online transfers and bill payments --- src/data/siteData.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/siteData.js b/src/data/siteData.js index 4cfbc2b..b0ed91a 100644 --- a/src/data/siteData.js +++ b/src/data/siteData.js @@ -85,16 +85,16 @@ export const services = [ { id: 5, icon: "FaMoneyCheckAlt", - title: "Insurance Services", - description: "Comprehensive insurance coverage for crops, livestock, life, and assets at affordable premiums.", - features: ["Crop Insurance", "Life Insurance", "Livestock Insurance", "Asset Coverage"] + title: "Money Transfer & Schemes", + description: "Fast and secure money transfer services with NEFT, RTGS, and access to government welfare schemes.", + features: ["NEFT Transfer", "RTGS Transfer", "Government Schemes", "Subsidy Assistance"] }, { id: 6, icon: "FaMobileAlt", title: "Digital Banking", - description: "Modern digital banking services including mobile banking, online transfers, and payment solutions.", - features: ["Mobile Banking", "Online Transfer", "Bill Payments", "SMS Alerts"] + description: "Modern digital banking services including mobile banking, missed call alerts, and SMS notifications.", + features: ["Mobile Banking", "Missed Call Services", "SMS Alerts", "Account Statements"] } ];