Merge version_1 into main #2
@@ -25,12 +25,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Catalog", id: "/catalog"},
|
||||
{
|
||||
name: "Admin", id: "/admin"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Catalog", id: "/catalog" },
|
||||
{ name: "Admin", id: "/admin" },
|
||||
]}
|
||||
brandName="Little Swan Baby"
|
||||
/>
|
||||
@@ -42,8 +39,7 @@ export default function LandingPage() {
|
||||
title="Admin Dashboard Access"
|
||||
sections={[
|
||||
{
|
||||
heading: "Restricted Access", content: {
|
||||
text: "This area is strictly for authorized personnel only. Please contact support for credentials."},
|
||||
heading: "Restricted Access", content: { type: "paragraph", text: "This area is strictly for authorized personnel only. Please contact support for credentials." },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user