diff --git a/src/app/cases/page.tsx b/src/app/cases/page.tsx index 96ad1dd..9c7adf9 100644 --- a/src/app/cases/page.tsx +++ b/src/app/cases/page.tsx @@ -17,8 +17,7 @@ export default function CasesPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse Cases", href: "/cases" }, { label: "My Dashboard", href: "/dashboard" }, { label: "Activate Key", href: "/activate-key" }, @@ -26,8 +25,7 @@ export default function CasesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -35,8 +33,7 @@ export default function CasesPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Help Center", href: "/help" }, { label: "Email Support", href: "mailto:support@casefile.io" }, @@ -44,8 +41,7 @@ export default function CasesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -84,53 +80,23 @@ export default function CasesPage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "The Silent Library", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg?_wi=3", - imageAlt: "Silent Library case", - }, + id: "1", name: "The Silent Library", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg", imageAlt: "Silent Library case"}, { - id: "2", - name: "Midnight Protocol", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=3", - imageAlt: "Midnight Protocol case", - }, + id: "2", name: "Midnight Protocol", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "Midnight Protocol case"}, { - id: "3", - name: "The Lost Archive", - price: "$12.99", - imageSrc: - "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg?_wi=2", - imageAlt: "Lost Archive case", - }, + id: "3", name: "The Lost Archive", price: "$12.99", imageSrc: + "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg", imageAlt: "Lost Archive case"}, { - id: "4", - name: "Double Crossing", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=5", - imageAlt: "Double Crossing case", - }, + id: "4", name: "Double Crossing", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "Double Crossing case"}, { - id: "5", - name: "Crimson Conspiracy", - price: "$14.99", - imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=6", - imageAlt: "Crimson Conspiracy case", - }, + id: "5", name: "Crimson Conspiracy", price: "$14.99", imageSrc: + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "Crimson Conspiracy case"}, { - id: "6", - name: "The Phantom Heist", - price: "$11.99", - imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=4", - imageAlt: "Phantom Heist case", - }, + id: "6", name: "The Phantom Heist", price: "$11.99", imageSrc: + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "Phantom Heist case"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -146,14 +112,7 @@ export default function CasesPage() { tag="Active Players" tagAnimation="slide-up" names={[ - "MysteryGames Inc", - "InteractiveStories", - "CaseStudy Media", - "DetectiveHub", - "PuzzleMasters", - "ThrillSeeker Games", - "InvestigationLab", - ]} + "MysteryGames Inc", "InteractiveStories", "CaseStudy Media", "DetectiveHub", "PuzzleMasters", "ThrillSeeker Games", "InvestigationLab"]} textboxLayout="default" useInvertedBackground={true} speed={35} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fb4d837..e73d2a4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,8 +18,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse Cases", href: "/cases" }, { label: "My Dashboard", href: "/dashboard" }, { label: "Activate Key", href: "/activate-key" }, @@ -27,8 +26,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -36,8 +34,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Help Center", href: "/help" }, { label: "Email Support", href: "mailto:support@casefile.io" }, @@ -45,8 +42,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -85,27 +81,19 @@ export default function ContactPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Telegram Support", - description: "Connect with our team via Telegram for quick assistance and case recommendations", - icon: MessageCircle, + title: "Telegram Support", description: "Connect with our team via Telegram for quick assistance and case recommendations", icon: MessageCircle, }, { - title: "Email Support", - description: "Send us detailed inquiries at support@casefile.io and receive comprehensive responses", - icon: Mail, + title: "Email Support", description: "Send us detailed inquiries at support@casefile.io and receive comprehensive responses", icon: Mail, }, { - title: "Help Center", - description: "Browse our knowledge base for setup guides, troubleshooting tips, and best practices", - icon: HelpCircle, + title: "Help Center", description: "Browse our knowledge base for setup guides, troubleshooting tips, and best practices", icon: HelpCircle, }, { - title: "24/7 Availability", - description: "Our support team monitors inquiries around the clock to ensure you never miss a mystery", - icon: MessageCircle, + title: "24/7 Availability", description: "Our support team monitors inquiries around the clock to ensure you never miss a mystery", icon: MessageCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg" imageAlt="Customer support representative" mediaAnimation="slide-up" textboxLayout="default" @@ -119,41 +107,23 @@ export default function ContactPage() { sideDescription="Find answers to frequently asked questions about CaseFile support, payments, and case access." faqs={[ { - id: "1", - title: "How quickly will I receive support?", - content: - "We typically respond to support inquiries within 24 hours. For urgent issues, contact us via Telegram for faster assistance.", - }, + id: "1", title: "How quickly will I receive support?", content: + "We typically respond to support inquiries within 24 hours. For urgent issues, contact us via Telegram for faster assistance."}, { - id: "2", - title: "What should I include in my support email?", - content: - "Please include your account email, case name, and a detailed description of your issue. Screenshots or error messages are very helpful.", - }, + id: "2", title: "What should I include in my support email?", content: + "Please include your account email, case name, and a detailed description of your issue. Screenshots or error messages are very helpful."}, { - id: "3", - title: "Can I get a refund if I'm not satisfied?", - content: - "Yes, we offer a 7-day satisfaction guarantee. Contact support@casefile.io with your case details and we'll process your refund.", - }, + id: "3", title: "Can I get a refund if I'm not satisfied?", content: + "Yes, we offer a 7-day satisfaction guarantee. Contact support@casefile.io with your case details and we'll process your refund."}, { - id: "4", - title: "How do I report a bug or technical issue?", - content: - "Please send detailed information about the issue, your device/browser, and steps to reproduce it to our technical team.", - }, + id: "4", title: "How do I report a bug or technical issue?", content: + "Please send detailed information about the issue, your device/browser, and steps to reproduce it to our technical team."}, { - id: "5", - title: "Is there a community forum for players?", - content: - "Yes! Join our active Telegram community to discuss cases, share theories, and connect with other mystery enthusiasts.", - }, + id: "5", title: "Is there a community forum for players?", content: + "Yes! Join our active Telegram community to discuss cases, share theories, and connect with other mystery enthusiasts."}, { - id: "6", - title: "How can I suggest new cases or features?", - content: - "We love hearing from our community! Share your ideas via email or our Telegram channel, and they may be featured in future updates.", - }, + id: "6", title: "How can I suggest new cases or features?", content: + "We love hearing from our community! Share your ideas via email or our Telegram channel, and they may be featured in future updates."}, ]} useInvertedBackground={true} faqsAnimation="slide-up" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0b09317..b4dbef6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "CaseFile - Interactive Detective Mystery Cases", - description: "Solve interactive mystery cases through detective investigations. Purchase via Telegram, authenticate securely, activate your case key, and uncover hidden truths.", - keywords: "mystery game, detective, investigation, interactive story, puzzle, case solver", - openGraph: { - title: "CaseFile - Interactive Detective Mystery Cases", - description: "Solve interactive mystery cases through detective investigations. Purchase via Telegram, authenticate securely, activate your case key, and uncover hidden truths.", - siteName: "CaseFile", - type: "website", - }, + title: "CaseFile - Interactive Detective Mystery Cases", description: "Solve interactive mystery cases through detective investigations. Purchase via Telegram, authenticate securely, activate your case key, and uncover hidden truths.", keywords: "mystery game, detective, investigation, interactive story, puzzle, case solver", openGraph: { + title: "CaseFile - Interactive Detective Mystery Cases", description: "Solve interactive mystery cases through detective investigations. Purchase via Telegram, authenticate securely, activate your case key, and uncover hidden truths.", siteName: "CaseFile", type: "website"}, twitter: { - card: "summary_large_image", - title: "CaseFile - Interactive Detective Mystery Cases", - description: "Solve interactive mystery cases through detective investigations.", - }, + card: "summary_large_image", title: "CaseFile - Interactive Detective Mystery Cases", description: "Solve interactive mystery cases through detective investigations."}, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index b5377eb..d557f65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureHoverPattern from "@/components/sections/feature/featureHoverPatte import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MagnifyingGlass, MessageCircle, Lock, Key, Search, FileText, Users, Building2, Brain, Trophy, Zap } from "lucide-react"; +import { Search, MessageCircle, Lock, Key, FileText, Users, Building2, Brain, Trophy, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Browse Cases", href: "/cases" }, { label: "My Dashboard", href: "/dashboard" }, { label: "Activate Key", href: "/activate-key" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Help Center", href: "/help" }, { label: "Email Support", href: "mailto:support@casefile.io" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -87,7 +83,7 @@ export default function HomePage() { title="Uncover Hidden Truths in Interactive Mystery Cases" description="Enter a world of interactive detective stories. Buy access via Telegram bot, authenticate with your account, activate your case key, and begin your investigation. Interview AI witnesses, request evidence from virtual agencies, and solve complex cases." tag="Detective Mysteries" - tagIcon={MagnifyingGlass} + tagIcon={Search} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} buttons={[ @@ -97,28 +93,18 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=1", - imageAlt: "detective investigation mystery clues case", - }, + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "detective investigation mystery clues case"}, { imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=1", - imageAlt: "case document investigation file evidence", - }, + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "case document investigation file evidence"}, { imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=2", - imageAlt: "evidence photograph mystery clue detective", - }, + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "evidence photograph mystery clue detective"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg?_wi=1", - imageAlt: "interrogation interview witness statement investigation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/stressed-woman_1098-14869.jpg", imageAlt: "interrogation interview witness statement investigation"}, { imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg?_wi=1", - imageAlt: "mystery case investigation detective thriller", - }, + "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg", imageAlt: "mystery case investigation detective thriller"}, ]} mediaAnimation="slide-up" /> @@ -132,28 +118,20 @@ export default function HomePage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Purchase in Telegram", - description: - "Buy mystery cases through our Telegram bot with instant key generation", - icon: MessageCircle, + title: "Purchase in Telegram", description: + "Buy mystery cases through our Telegram bot with instant key generation", icon: MessageCircle, }, { - title: "Secure Authentication", - description: "Log in via Telegram OAuth or email for personalized case access", - icon: Lock, + title: "Secure Authentication", description: "Log in via Telegram OAuth or email for personalized case access", icon: Lock, }, { - title: "Activate Your Case", - description: "Enter your secret key to unlock access to your purchased investigation", - icon: Key, + title: "Activate Your Case", description: "Enter your secret key to unlock access to your purchased investigation", icon: Key, }, { - title: "Begin Investigation", - description: "Study materials, interrogate AI witnesses, and solve the mystery", - icon: Search, + title: "Begin Investigation", description: "Study materials, interrogate AI witnesses, and solve the mystery", icon: Search, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg" imageAlt="Investigation process" mediaAnimation="slide-up" textboxLayout="default" @@ -169,37 +147,17 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "The Silent Library", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg?_wi=2", - imageAlt: "Silent Library case", - }, + id: "1", name: "The Silent Library", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/back-view-man-planning-hacker-attack-dark-room-man-writing-wall-with-stickers-photographs-red-threads-planning-conspiracy-hacking-concept_74855-24330.jpg", imageAlt: "Silent Library case"}, { - id: "2", - name: "Midnight Protocol", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg?_wi=2", - imageAlt: "Midnight Protocol case", - }, + id: "2", name: "Midnight Protocol", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/team-law-officers-conducting-background-check-potential-suspects_482257-131078.jpg", imageAlt: "Midnight Protocol case"}, { - id: "3", - name: "The Lost Archive", - price: "$12.99", - imageSrc: - "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg?_wi=1", - imageAlt: "Lost Archive case", - }, + id: "3", name: "The Lost Archive", price: "$12.99", imageSrc: + "http://img.b2bpic.net/free-vector/hand-drawn-escape-room-photocall_23-2149945954.jpg", imageAlt: "Lost Archive case"}, { - id: "4", - name: "Double Crossing", - price: "$9.99", - imageSrc: - "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg?_wi=4", - imageAlt: "Double Crossing case", - }, + id: "4", name: "Double Crossing", price: "$9.99", imageSrc: + "http://img.b2bpic.net/free-photo/magnifying-glass-with-hat-fingerprints-cigarettes_185193-163509.jpg", imageAlt: "Double Crossing case"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -217,38 +175,26 @@ export default function HomePage() { features={[ { icon: FileText, - title: "Rich Case Materials", - description: - "Access images, videos, audio files, PDFs, and documents organized by investigation folders", - }, + title: "Rich Case Materials", description: + "Access images, videos, audio files, PDFs, and documents organized by investigation folders"}, { icon: Users, - title: "AI Witnesses", - description: - "Interview interactive AI-powered characters with distinct personalities and motivations", - }, + title: "AI Witnesses", description: + "Interview interactive AI-powered characters with distinct personalities and motivations"}, { icon: Building2, - title: "Virtual Agencies", - description: - "Request information from police, archives, labs, and other government organizations", - }, + title: "Virtual Agencies", description: + "Request information from police, archives, labs, and other government organizations"}, { icon: Brain, - title: "Smart Investigation", - description: "Track clues, make deductions, and piece together evidence to reveal the truth", - }, + title: "Smart Investigation", description: "Track clues, make deductions, and piece together evidence to reveal the truth"}, { icon: Trophy, - title: "Case Resolution", - description: - "Complete investigations and receive detailed analysis of your deductions", - }, + title: "Case Resolution", description: + "Complete investigations and receive detailed analysis of your deductions"}, { icon: Zap, - title: "Quick Access", - description: "Instantly activate purchased cases and begin playing with your secret key", - }, + title: "Quick Access", description: "Instantly activate purchased cases and begin playing with your secret key"}, ]} animationType="slide-up" textboxLayout="default" @@ -263,14 +209,7 @@ export default function HomePage() { tag="Community" tagAnimation="slide-up" names={[ - "MysteryGames Inc", - "InteractiveStories", - "CaseStudy Media", - "DetectiveHub", - "PuzzleMasters", - "ThrillSeeker Games", - "InvestigationLab", - ]} + "MysteryGames Inc", "InteractiveStories", "CaseStudy Media", "DetectiveHub", "PuzzleMasters", "ThrillSeeker Games", "InvestigationLab"]} textboxLayout="default" useInvertedBackground={true} speed={35} @@ -284,41 +223,23 @@ export default function HomePage() { sideDescription="Everything you need to know about purchasing, accessing, and playing cases on CaseFile." faqs={[ { - id: "1", - title: "How do I purchase a case?", - content: - "Visit our Telegram bot (@casefile_bot) to browse available cases and complete your purchase. You'll receive a unique activation key instantly.", - }, + id: "1", title: "How do I purchase a case?", content: + "Visit our Telegram bot (@casefile_bot) to browse available cases and complete your purchase. You'll receive a unique activation key instantly."}, { - id: "2", - title: "What payment methods do you accept?", - content: - "All payments are processed through Telegram's payment system. We accept all major payment methods supported by Telegram.", - }, + id: "2", title: "What payment methods do you accept?", content: + "All payments are processed through Telegram's payment system. We accept all major payment methods supported by Telegram."}, { - id: "3", - title: "How do I activate my case?", - content: - "After logging in with Telegram or email, go to 'Activate Key' and enter your unique case key. Your purchased investigation will be immediately accessible.", - }, + id: "3", title: "How do I activate my case?", content: + "After logging in with Telegram or email, go to 'Activate Key' and enter your unique case key. Your purchased investigation will be immediately accessible."}, { - id: "4", - title: "Can I use the same key multiple times?", - content: - "Each key is single-use. Once activated on your account, it cannot be reused. One key equals one account access.", - }, + id: "4", title: "Can I use the same key multiple times?", content: + "Each key is single-use. Once activated on your account, it cannot be reused. One key equals one account access."}, { - id: "5", - title: "What file types can I view in cases?", - content: - "You can view and download images, videos, audio files, PDFs, ZIP archives, and text documents directly in your browser.", - }, + id: "5", title: "What file types can I view in cases?", content: + "You can view and download images, videos, audio files, PDFs, ZIP archives, and text documents directly in your browser."}, { - id: "6", - title: "Are the AI witnesses really interactive?", - content: - "Yes! AI witnesses respond contextually to your questions with different personalities, motivations, and sometimes misleading information to match your investigation.", - }, + id: "6", title: "Are the AI witnesses really interactive?", content: + "Yes! AI witnesses respond contextually to your questions with different personalities, motivations, and sometimes misleading information to match your investigation."}, ]} useInvertedBackground={false} faqsAnimation="slide-up"