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!" } ]} />