diff --git a/src/app/sacraments/page.tsx b/src/app/sacraments/page.tsx index f1de22e..1789da4 100644 --- a/src/app/sacraments/page.tsx +++ b/src/app/sacraments/page.tsx @@ -2,25 +2,27 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import FooterBase from "@/components/sections/footer/FooterBase"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function SacramentsPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Mass Times", id: "/mass-times" }, + { name: "Mass Schedule", id: "/mass-schedule" }, { name: "Sacraments", id: "/sacraments" }, + { name: "Staff", id: "/staff" }, + { name: "Giving", id: "/giving" }, + { name: "Contact", id: "/contact" }, ]; return ( - + - -
-

Sacraments

-

The seven sacraments are the life of our Church.

-
- + +
+

Sacraments

+
+ ({ label: i.name, href: i.id })) }]} />
);