Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 11:11:43 +00:00
parent 0fc101c898
commit f376467ee0

View File

@@ -29,9 +29,10 @@ export default function ContactPage() {
brandName="Webild"
navItems={[
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Blog", id: "https://blog.webild.io" },
]}
/>
</div>
@@ -77,4 +78,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}