Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 07:10:20 +00:00

View File

@@ -158,14 +158,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "How to register?", content: "Simply click register and select your account type."},
id: "f1", title: "How does pricing work?", content: "Professionals set their own transparent rates. You'll see estimated quotes before you confirm your booking."},
{
id: "f2", title: "Are professionals verified?", content: "Yes, we perform thorough checks on all professionals."},
id: "f2", title: "Is my payment secure?", content: "All transactions are processed through our secure, encrypted platform to ensure your funds and information remain safe."},
{
id: "f3", title: "How do I book?", content: "Browse profiles and use the contact button for details."},
id: "f3", title: "Are professionals verified?", content: "Yes, we perform thorough background and identity checks on all professionals to ensure your peace of mind."
}
]}
title="Common Questions"
description="Everything you need to know about our services."
description="Everything you need to know about our services and security."
faqsAnimation="slide-up"
/>
</div>
@@ -218,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}