Merge version_1_1781385126084 into main

Merge version_1_1781385126084 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 21:14:09 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Verifications",
"href": "#verifications"
"name": "Verifications", "href": "#verifications"
},
{
"name": "Manage Servers",
"href": "#manage"
"name": "Manage Servers", "href": "#manage"
},
{
"name": "Support",
"href": "#support"
"name": "Support", "href": "#support"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Bloxlink"
logoImageSrc="http://img.b2bpic.net/free-photo/google-drive-icon-line-connection-circuit-board_1379-902.jpg"
ctaButton={{
text: "Sign In",
href: "/login",
}}
text: "Sign In", href: "/login"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Bloxlink"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Verifications",
href: "#",
},
label: "Verifications", href: "#"},
{
label: "Dashboard",
href: "#",
},
label: "Dashboard", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}
copyright="© 2026 Bloxlink. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Purchase Policy",
href: "#",
},
label: "Purchase Policy", href: "#"},
]}
/>
</SectionErrorBoundary>