From 6a846aeb2636f58a55aba940444231632d54ebac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 18:18:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39cd2b9..70d16d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,13 +134,13 @@ export default function LandingPage() { id: "m1", icon: Droplets, title: "Sewage per Week (3k pax)", - value: "170k gal", + value: "170k Gal", }, { id: "m2", icon: Building2, title: "Total Annual Industry Sewage", - value: "1B gal", + value: "1B Gal", }, { id: "m3", -- 2.49.1