diff --git a/src/app/page.tsx b/src/app/page.tsx index 30a60bb..ccfc279 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,9 +96,9 @@ export default function LandingPage() { { id: "t4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/headshot-of-a-passionate-film-collector--1774783805268-79f37271.png" }, { id: "t5", name: "Alex Rivera", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcMCT6bRsuLZ0J5yhxYcCTwipj/headshot-of-a-happy-anime-fan-neutral-ba-1774783805240-72c06f88.png?_wi=2" } ]} - cardTitle="What Users Say" + cardTitle="Community Feedback" cardAnimation="slide-up" - cardTag="Testimonials" + cardTag="Audience Voice" /> @@ -107,12 +107,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "f1", title: "Is this platform safe?", content: "Yes, we use secure protocols to ensure your data and viewing safety." }, - { id: "f2", title: "Are there copyright issues?", content: "We operate within compliant streaming standards to provide a stable service." }, - { id: "f3", title: "Can I watch offline?", content: "Download features are available on our premium mobile plans." } + { id: "f1", title: "Is AniStream legal?", content: "Yes, all content on our platform is fully licensed for legal streaming, ensuring creators are protected and you enjoy a premium, uninterrupted service." }, + { id: "f2", title: "Can I report content issues?", content: "Our dedicated support team is available 24/7. Use the support portal to flag any playback or technical issues for an immediate response." }, + { id: "f3", title: "How do I manage my account security?", content: "Navigate to your account profile to enable two-factor authentication and view active device sessions." } ]} - title="Common Questions" - description="Everything you need to know about AniStream." + title="Support & Compliance" + description="Transparency and security are at the heart of AniStream." faqsAnimation="blur-reveal" /> @@ -120,11 +120,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file