Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 07:00:38 +00:00

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "How do I become a vendor?", content: "Contact us through the vendor portal and our team will guide you through the vetting process."},
id: "faq1", title: "How do I become a vendor?", content: "Click 'Become a Vendor' below to start your application and join our premium network of trusted professionals."},
{
id: "faq2", title: "Are all vendors vetted?", content: "Yes, every partner goes through a rigorous quality check before being listed."},
{
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}