Update src/app/contact/page.tsx

This commit is contained in:
2026-06-10 16:36:53 +00:00
parent 8b287949d7
commit 7f0c9ed1b9

View File

@@ -16,7 +16,7 @@ export default function ContactPage() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
@@ -24,11 +24,11 @@ export default function ContactPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Home", href: "/" },
{ name: "Work", href: "/#work" },
{ name: "Services", href: "/#services" },
{ name: "About", href: "/about" },
{ name: "Contact", href: "/contact" }
{ name: "Home", id: "/" },
{ name: "Work", id: "/#work" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>