Merge version_1_1781443361009 into main #1

Merged
bender merged 2 commits from version_1_1781443361009 into main 2026-06-14 13:23:47 +00:00

View File

@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Solutions",
"href": "#services"
"name": "Solutions", "href": "#services"
},
{
"name": "Process",
"href": "#how-it-works"
"name": "Process", "href": "#how-it-works"
},
{
"name": "Case Studies",
"href": "#case-studies"
"name": "Case Studies", "href": "#case-studies"
},
{
"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": "Benefits",
"href": "#benefits"
"name": "Benefits", "href": "#benefits"
}
];
@@ -44,10 +37,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="NEXORA"
logoImageSrc="http://img.b2bpic.net/free-photo/3d-background-with-hexagonal-shapes-texture_23-2150473197.jpg"
ctaButton={{
text: "Book Consultation",
href: "#cta",
}}
text: "Book Consultation", href: "#cta"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,17 +51,11 @@ export default function Layout() {
copyright="© 2024 NEXORA AI Automation Agency. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "#",
},
icon: "Twitter", href: "#"},
{
icon: Linkedin,
href: "#",
},
icon: "Linkedin", href: "#"},
{
icon: Instagram,
href: "#",
},
icon: "Instagram", href: "#"},
]}
/>
</SectionErrorBoundary>