Merge version_1_1781994982433 into main

Merge version_1_1781994982433 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-20 22:37:38 +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": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Products",
"href": "#products"
"name": "Products", "href": "#products"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Social Proof",
"href": "#social-proof"
"name": "Social Proof", "href": "#social-proof"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Brand Logo"
logoImageSrc="http://img.b2bpic.net/free-photo/two-blank-feather-flags-displayed-outdoors_187299-47909.jpg"
ctaButton={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -56,29 +48,19 @@ export default function Layout() {
<FooterBasic
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Features",
href: "#",
},
label: "Features", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Documentation",
href: "#",
},
label: "Documentation", href: "#"},
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
],
},
]}