Update src/app/page.tsx

This commit is contained in:
2026-05-07 07:00:34 +00:00
parent 49e684a387
commit 08bd246440

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>
);
}
}