From 32a4290b3e6790503c9dcfe19f164d35091bf309 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:08:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cb9daa..51062c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."