Update src/app/page.tsx

This commit is contained in:
2026-03-11 21:09:49 +00:00
parent 0addf563be
commit 617897df70

View File

@@ -25,7 +25,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Atelier"
brandName="Right builds solution"
navItems={[
{ name: "Projects", id: "projects" },
{ name: "About", id: "about" },
@@ -160,4 +160,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}