Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a4290b3e | |||
| 0cd0618712 |
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user