From d069b55a2df65c58dfc2b8ccbd52217389a72332 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:43:37 +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 914d088..9d86e51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What's the difference between Budget, Premium, Branded, and RGB PSUs?", content: "Budget PSUs: Cost-effective options with basic efficiency ratings (80+ Bronze). Good for entry-level builds. Premium PSUs: High-quality units with excellent efficiency (80+ Gold/Platinum), better components, longer warranties. Branded PSUs: From trusted manufacturers like Corsair, EVGA, Seasonic with proven reliability. RGB PSUs: Feature customizable RGB lighting for aesthetic builds, often premium-priced." + id: "1", title: "What's the difference between Budget, Premium, Branded, and RGB PSUs?", content: "" }, { id: "2", title: "How much headroom should I add to my calculated power consumption?", content: "We recommend adding 20-30% headroom above your calculated power draw. For example, if your build uses 450W, get a 600W PSU. This ensures efficiency at the PSU's optimal operating range (50-80% load), provides stability during power spikes, and leaves room for future upgrades." -- 2.49.1