2 Commits

Author SHA1 Message Date
32a4290b3e Update src/app/page.tsx 2026-04-28 18:08:55 +00:00
0cd0618712 Merge version_1 into main
Merge version_1 into main
2026-04-28 18:07:00 +00:00

View File

@@ -138,9 +138,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "1", title: "Is the builder free?", content: "Yes, our build recommendations are 100% free." }, { id: "1", title: "Is the builder free to use?", content: "Yes, our build recommendations are 100% free." },
{ id: "2", title: "How is compatibility checked?", content: "Our logic validates power draw, socket types, and case dimensions." }, { id: "2", title: "How does the compatibility check work?", content: "Our logic validates power draw, socket types, and case dimensions." },
{ id: "3", title: "Can I regenerate builds?", content: "Yes, use the 'Regenerate Build' button after viewing results." } { id: "3", title: "Can I regenerate my build?", content: "Yes, use the 'Regenerate Build' button after viewing results." }
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Get answers about our build logic and site features." description="Get answers about our build logic and site features."