From 1b10feddd9a42bdc4a88b4d3abfa44c4d16a6cdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:27:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index e62e5ac..7490fbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,7 @@ export default function JuicerWebsite() { description="Built for performance and reliability in every blend." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "s1", icon: BatteryCharging, title: "Battery Life", value: "15 Blends" }, { id: "s2", icon: Zap, title: "Motor Power", value: "20,000 RPM" }, -- 2.49.1