Update src/app/contact/page.tsx
This commit is contained in:
@@ -21,13 +21,13 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="UMBRA"
|
||||
brandName="SANIS"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Collection", id: "/products" }, { name: "Fragrance Request", id: "/fragrance-request" }, { name: "Contact", id: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact" className="pt-32">
|
||||
<ContactSplitForm
|
||||
title="Contact Us"
|
||||
title="Contact SANIS"
|
||||
description="Get in touch for support or collaborations."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
|
||||
Reference in New Issue
Block a user