Merge version_1_1781382975307 into main

Merge version_1_1781382975307 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 20:37:23 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "How it Works",
"href": "#how-it-works"
"name": "How it Works", "href": "#how-it-works"
},
{
"name": "Features",
"href": "#features"
"name": "Features", "href": "#features"
},
{
"name": "Support",
"href": "#contact"
"name": "Support", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="TRA Smart Cargo"
logoImageSrc="http://img.b2bpic.net/free-vector/geometrik-logo-colorfuel_125964-423.jpg"
ctaButton={{
text: "Trader Portal",
href: "/login",
}}
text: "Trader Portal", href: "/login"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,13 +51,9 @@ export default function Layout() {
copyright="© 2024 Transport Regulatory Authority. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Linkedin,
href: "#",
},
icon: "Linkedin", href: "#"},
]}
/>
</SectionErrorBoundary>