Update src/app/contact/page.tsx

This commit is contained in:
2026-06-04 15:41:16 +00:00
parent 060db70d00
commit ce6a285eb5

View File

@@ -24,10 +24,10 @@ export default function ContactPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Portfolio", href: "/portfolio" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", href: "/contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -41,8 +41,7 @@ export default function ContactPage() {
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
onSubmit={(email) => console.log("Contact form submitted with email:", email)}
useInvertedBackground={false}
/>
<FooterBase
/> <FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[