Merge version_12 into main

Merge version_12 into main
This commit was merged in pull request #17.
This commit is contained in:
2026-05-12 14:50:36 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ export default function ContactPage() {
<ReactLenis root>
<NavbarLayoutFloatingOverlay
navItems={[{ name: "Home", id: "/" }, { name: "Contact", id: "/contact" }]}
logoSrc="https://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1"
/>
<div className="pt-32 pb-16 px-6 max-w-4xl mx-auto">
<h1 className="text-4xl font-bold mb-8">Contact Us</h1>
@@ -51,4 +52,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Contact", id: "/contact" },
]}
brandName="Benak Consulting LLC"
logoSrc="https://img.b2bpic.net/free-photo/two-business-woman-working-office-with-digital-tablet_1301-3550.jpg?_wi=1"
/>
</div>
@@ -142,4 +142,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}