Merge version_1_1782090503922 into main #1

Merged
bender merged 2 commits from version_1_1782090503922 into main 2026-06-22 01:09:17 +00:00

View File

@@ -9,24 +9,19 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -36,10 +31,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="New Odyssey"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=gjbphu"
ctaButton={{
text: "Products",
href: "/products",
}}
text: "Products", href: "/products"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -51,13 +45,9 @@ export default function Layout() {
copyright="© 2024 New Odyssey. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
]}
/>
</SectionErrorBoundary>