Update src/app/page.tsx
This commit is contained in:
@@ -138,9 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Is the builder free?", 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: "3", title: "Can I regenerate builds?", content: "Yes, use the 'Regenerate Build' button after viewing results." }
|
||||
{ id: "1", title: "Is the builder free to use?", content: "Yes, our build recommendations are 100% free." },
|
||||
{ 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 my build?", content: "Yes, use the 'Regenerate Build' button after viewing results." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get answers about our build logic and site features."
|
||||
|
||||
Reference in New Issue
Block a user