Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-29 08:01:58 +00:00

View File

@@ -26,17 +26,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Catalog",
id: "/catalog",
},
name: "Catalog", id: "/catalog"},
{
name: "Admin",
id: "/admin",
},
name: "Admin", id: "/admin"},
]}
brandName="Little Swan Baby"
/>
@@ -48,11 +42,8 @@ export default function LandingPage() {
title="Admin Dashboard Access"
sections={[
{
heading: "Restricted Access",
content: {
type: "paragraph",
text: "This area is strictly for authorized personnel only. Please contact support for credentials.",
},
heading: "Restricted Access", content: {
text: "This area is strictly for authorized personnel only. Please contact support for credentials."},
},
]}
/>
@@ -70,29 +61,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
{
title: "Socials",
items: [
title: "Socials", items: [
{
label: "Instagram",
href: "https://www.instagram.com/_little_swan_baby",
},
label: "Instagram", href: "https://www.instagram.com/_little_swan_baby"},
{
label: "Telegram",
href: "https://t.me/swan_baby_1",
},
label: "Telegram", href: "https://t.me/swan_baby_1"},
],
},
]}