From 10772eeb6f8d4225ce0892c5a3f9dbefc17717c5 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 30 Dec 2025 14:56:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d605b23..2225e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,22 +131,26 @@ export default function LandingPage() { { id: "1", value: "45%", - title: "Energy Savings - Average reduction in energy costs" + title: "Energy Savings - Average reduction in energy costs", + tag: "Efficiency" }, { id: "2", value: "24/7", - title: "Monitoring - Remote home control and monitoring" + title: "Monitoring - Remote home control and monitoring", + tag: "Connectivity" }, { id: "3", value: "98%", - title: "Uptime - System reliability and performance" + title: "Uptime - System reliability and performance", + tag: "Reliability" }, { id: "4", value: "15K+", - title: "Users - Happy customers automated" + title: "Users - Happy customers automated", + tag: "Community" } ]} gridVariant="four-items-2x2-equal-grid"