Merge version_1_1783033559274 into main #1

Merged
bender merged 2 commits from version_1_1783033559274 into main 2026-07-02 23:07:11 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Dashboard",
"href": "#hero"
"name": "Dashboard", "href": "#hero"
},
{
"name": "Employees",
"href": "#team"
"name": "Employees", "href": "#team"
},
{
"name": "CRM",
"href": "#features"
"name": "CRM", "href": "#features"
},
{
"name": "Payroll",
"href": "#pricing"
"name": "Payroll", "href": "#pricing"
},
{
"name": "Product",
"href": "#product"
"name": "Product", "href": "#product"
},
{
"name": "Testimonial",
"href": "#testimonial"
"name": "Testimonial", "href": "#testimonial"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="ATLAS"
logoImageSrc="http://img.b2bpic.net/free-vector/vintage-creative-logo-collection_1361-913.jpg"
ctaButton={{
text: "Launch App",
href: "#contact",
}}
text: "Launch App", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,33 +51,21 @@ export default function Layout() {
{
items: [
{
label: "Dashboard",
href: "#",
},
label: "Dashboard", href: "#"},
{
label: "CRM",
href: "#",
},
label: "CRM", href: "#"},
{
label: "Payroll",
href: "#",
},
label: "Payroll", href: "#"},
],
},
{
items: [
{
label: "Security",
href: "#",
},
label: "Security", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}