3 Commits

Author SHA1 Message Date
0f09be2b80 Merge version_3 into main
Merge version_3 into main
2026-03-11 06:43:41 +00:00
d069b55a2d Update src/app/page.tsx 2026-03-11 06:43:37 +00:00
9c722a8cca Merge version_2 into main
Merge version_2 into main
2026-03-11 06:09:31 +00:00

View File

@@ -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: "<strong>Budget PSUs:</strong> Cost-effective options with basic efficiency ratings (80+ Bronze). Good for entry-level builds. <strong>Premium PSUs:</strong> High-quality units with excellent efficiency (80+ Gold/Platinum), better components, longer warranties. <strong>Branded PSUs:</strong> From trusted manufacturers like Corsair, EVGA, Seasonic with proven reliability. <strong>RGB PSUs:</strong> 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: "<ul style=\"margin-left: 1.5rem; margin-top: 0.5rem; list-style-type: disc; space-y: 0.5rem;\"><li><strong>Budget PSUs:</strong> Cost-effective options with basic efficiency ratings (80+ Bronze). Good for entry-level builds.</li><li><strong>Premium PSUs:</strong> High-quality units with excellent efficiency (80+ Gold/Platinum), better components, longer warranties.</li><li><strong>Branded PSUs:</strong> From trusted manufacturers like Corsair, EVGA, Seasonic with proven reliability.</li><li><strong>RGB PSUs:</strong> Feature customizable RGB lighting for aesthetic builds, often premium-priced.</li></ul>"
},
{
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."