Merge version_1_1781552510924 into main #1

Merged
bender merged 2 commits from version_1_1781552510924 into main 2026-06-15 19:43:01 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#features"
"name": "Services", "href": "#features"
},
{
"name": "Portfolio",
"href": "#products"
"name": "Portfolio", "href": "#products"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Social",
"href": "#social"
"name": "Social", "href": "#social"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="SuccessBrand"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=5j4l2v"
ctaButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,29 +51,19 @@ export default function Layout() {
{
items: [
{
label: "Strategy",
href: "#",
},
label: "Strategy", href: "#"},
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Services",
href: "#",
},
label: "Services", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}