Update src/app/staff/page.tsx

This commit is contained in:
2026-04-15 21:41:00 +00:00
parent 7ad19eaf68
commit c35363602c

View File

@@ -28,7 +28,11 @@ export default function StaffPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline navItems={navItems} brandName="St. Jerome" />
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="St. Jerome"
button={{ text: "Join Us", href: "/contact" }}
/>
</div>
<main className="pt-32 min-h-screen px-4">
<h1 className="text-4xl font-bold text-center mb-8">Our Staff</h1>