From e2cd803d607727271e445111ef30b9c64c055080 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 17:02:07 +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 c58bb4a..a48108c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,13 +195,13 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - question: "How do I send a secret letter?", answer: "Navigate to the 'Secret Letters' page and fill out the form, your heartfelt message will be delivered directly." + id: "faq-1", title: "How do I send a secret letter?", content: "Navigate to the 'Secret Letters' page and fill out the form, your heartfelt message will be delivered directly." }, { - question: "What if I'm feeling upset?", answer: "Visit the 'If You're Upset' page for comforting words and a space to share what's on your mind. I'm here for you." + id: "faq-2", title: "What if I'm feeling upset?", content: "Visit the 'If You're Upset' page for comforting words and a space to share what's on your mind. I'm here for you." }, { - question: "Can I suggest new games?", answer: "Absolutely! There will be a section soon to submit your game ideas and challenges. Stay tuned!" + id: "faq-3", title: "Can I suggest new games?", content: "Absolutely! There will be a section soon to submit your game ideas and challenges. Stay tuned!" } ]} />