Merge version_1_1781624980945 into main

Merge version_1_1781624980945 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-16 15:50:44 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Services",
"href": "#features"
"name": "Services", "href": "#features"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Matsudo Myongdon"
logoImageSrc="http://img.b2bpic.net/free-photo/aerial-view-port-douglas-townscape-with-shops-lush-greenery_1308-189472.jpg"
ctaButton={{
text: "Inquiry",
href: "#contact",
}}
text: "Inquiry", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 Matsudo Myongdon All Rights Reserved."
socialLinks={[
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
]}
/>
</SectionErrorBoundary>