Merge version_1_1781469174930 into main #1

Merged
bender merged 2 commits from version_1_1781469174930 into main 2026-06-14 20:34:03 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Products",
"href": "#products"
"name": "Products", "href": "#products"
},
{
"name": "Analytics",
"href": "#metrics"
"name": "Analytics", "href": "#metrics"
},
{
"name": "Team",
"href": "#team"
"name": "Team", "href": "#team"
},
{
"name": "Support",
"href": "#faq"
"name": "Support", "href": "#faq"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Social",
"href": "#social"
"name": "Social", "href": "#social"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="StoreFront"
logoImageSrc="http://img.b2bpic.net/free-vector/cyber-monday-shopping-labels_23-2147526172.jpg"
ctaButton={{
text: "Dashboard",
href: "/admin",
}}
text: "Dashboard", href: "/admin"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,33 +51,21 @@ export default function Layout() {
{
items: [
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "About",
href: "#team",
},
label: "About", href: "#team"},
{
label: "Support",
href: "#faq",
},
label: "Support", href: "#faq"},
],
},
{
items: [
{
label: "Legal",
href: "#",
},
label: "Legal", href: "#"},
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}