Merge version_5 into main #11

Merged
bender merged 2 commits from version_5 into main 2026-03-04 19:00:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1387,4 +1387,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AstroSec"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUTy5QR9k4M4P80OQXSbT6XGLr/uploaded-1772650774860-pu7dhc8k.png"
navItems={[
{ name: "Services", id: "expertise" },
{ name: "Expertise", id: "expertise" },
@@ -289,4 +289,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}