diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2d25deb..cae5021 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,70 +33,30 @@ export default function LandingPage() {
@@ -280,19 +147,9 @@ export default function LandingPage() {
@@ -301,83 +158,31 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Is it really free?",
- content: "Yes, our basic plan is completely free of charge.",
- },
- {
- id: "q2",
- title: "What speeds can I expect?",
- content: "Our basic plan provides up to 10 Mbps.",
- },
- {
- id: "q3",
- title: "How do I sign up?",
- content: "Simply fill out our registration form online.",
- },
- {
- id: "q4",
- title: "Is my data secure?",
- content: "We implement advanced encryption to ensure your data stays private.",
- },
- {
- id: "q5",
- title: "Can I upgrade anytime?",
- content: "Yes, you can upgrade your plan through your user dashboard whenever you need.",
- },
+ { id: "q1", title: "Is the free service truly unlimited?", content: "Yes, we provide unlimited access for all users on our free plan." },
+ { id: "q2", title: "How do I find a network hub?", content: "Use our interactive map on the dashboard to locate the nearest node." },
]}
- title="Common Questions"
+ title="Frequently Asked Questions"
faqsAnimation="slide-up"
- description="Answers to your most frequently asked questions."
+ description="Got questions? We've got answers."
/>