Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:50:33 +00:00
parent 39254b3b3f
commit 15ca3e1b5c

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>
);
}
}