diff --git a/src/app/page.tsx b/src/app/page.tsx index ca5d04f..85f066e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,59 +31,32 @@ export default function LandingPage() {
@@ -173,20 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is Nexus free to join?", - content: "Nexus offers a free basic tier with optional premium subscriptions for enhanced features.", - }, + id: "q1", title: "Is Nexus free to join?", content: "Nexus offers a free basic tier with optional premium subscriptions for enhanced features."}, { - id: "q2", - title: "How is data protected?", - content: "We utilize end-to-end encryption for all personal and professional communication.", - }, + id: "q2", title: "How is data protected?", content: "We utilize end-to-end encryption for all personal and professional communication."}, { - id: "q3", - title: "Can I integrate my existing apps?", - content: "Yes, our API supports integration with all major professional productivity tools.", - }, + id: "q3", title: "Can I integrate my existing apps?", content: "Yes, our API supports integration with all major professional productivity tools."}, ]} sideTitle="Questions? We have answers." faqsAnimation="blur-reveal" @@ -197,8 +139,7 @@ export default function LandingPage() {