Update src/app/page.tsx

This commit is contained in:
2026-05-10 08:48:34 +00:00
parent a26879b942
commit 3c21883d08

View File

@@ -221,14 +221,14 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q4", title: "Do you offer a money-back guarantee?", content: "Absolutely. If you're not satisfied with our premium plan within the first 30 days, we'll provide a full refund, no questions asked."},
{
id: "q1", title: "How do I get started?", content: "Simply sign up with your email and connect your social accounts to our platform."},
{
id: "q2", title: "Is it secure?", content: "We prioritize user privacy and use advanced encryption for all account connections."},
{
id: "q3", title: "Can I cancel my plan?", content: "Yes, you can cancel your premium membership at any time with no penalties."},
{
id: "q4", title: "Do you offer a money-back guarantee?", content: "Absolutely. If you're not satisfied with our premium plan within the first 30 days, we'll provide a full refund, no questions asked."}
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know to get started."
@@ -261,4 +261,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}