Update src/app/contact/page.tsx

This commit is contained in:
2026-05-16 21:45:20 +00:00
parent 12a88c4749
commit d24bbe3629

View File

@@ -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 },