From 8f4d868f4192c7ba3152f0976deeeba274c5cfcf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:21:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d641a..034a451 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { valueSuffix: "tonnes", description: "World-class processing capacity" }, { - title: "Quality Rating", values: ["AA", "AA", "AA"], + title: "Quality Rating", values: [5, 5, 5], description: "BRC Certification Standard" }, { -- 2.49.1