From e42af3cd040a8ecb097a9152ef9d5bd5483b5b26 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 8 May 2026 13:06:27 +0200 Subject: [PATCH] Remove "Can I customize the templates?" FAQ from homepage (#3000) https://claude.ai/code/session_013T4jd8fPiWR5jMw2yxwgez Co-authored-by: Claude --- apps/web/src/routes/_home/-sections/faq.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/web/src/routes/_home/-sections/faq.tsx b/apps/web/src/routes/_home/-sections/faq.tsx index 9491ebafd..9a6cf882e 100644 --- a/apps/web/src/routes/_home/-sections/faq.tsx +++ b/apps/web/src/routes/_home/-sections/faq.tsx @@ -54,10 +54,6 @@ const getFaqItems = (): FAQItemData[] => [ question: t`What makes Reactive Resume different from other resume builders?`, answer: t`Reactive Resume is open-source, privacy-focused, and completely free. Unlike other resume builders, it doesn't show ads, track your data, or limit your features behind a paywall.`, }, - { - question: t`Can I customize the templates?`, - answer: t`Yes! Every template is fully customizable. You can change colors, fonts, spacing, and even write custom CSS for complete control over your resume's appearance.`, - }, { question: t`How do I share my resume?`, answer: t`You can share your resume via a unique public URL, protect it with a password, or download it as a PDF to share directly. The choice is yours!`,