Update src/app/contact/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ContactPage() {
|
|||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="metallic"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
@@ -24,11 +24,11 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Webild"
|
brandName="Webild"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", href: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Work", href: "/#work" },
|
{ name: "Work", id: "/#work" },
|
||||||
{ name: "Services", href: "/#services" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "About", href: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Contact", href: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get Started", href: "/contact" }}
|
button={{ text: "Get Started", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user