Update src/app/page.tsx

This commit is contained in:
2026-06-01 14:13:14 +00:00
parent b52d4d634a
commit 2db6a09019

View File

@@ -204,7 +204,6 @@ export default function LandingPage() {
{ items: [{ label: "Products", href: "#products" }, { label: "Team", href: "#team" }, { label: "Pricing", href: "#pricing" }] },
{ items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#privacy" }] }
]}
useInvertedBackground={true}
/>
</div>
</ThemeProvider>