Merge version_1_1781441069556 into main

Merge version_1_1781441069556 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-14 12:45:36 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Comparison",
"href": "#comparison"
"name": "Comparison", "href": "#comparison"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="WidecoAI"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=sb8m1y"
ctaButton={{
text: "Get Started",
href: "/auth",
}}
text: "Get Started", href: "/auth"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 WidecoAI Inc. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com",
},
icon: "Twitter", href: "https://twitter.com"},
{
icon: Linkedin,
href: "https://linkedin.com",
},
icon: "Linkedin", href: "https://linkedin.com"},
]}
/>
</SectionErrorBoundary>