Update src/app/page.tsx

This commit is contained in:
2026-06-12 21:42:03 +00:00
parent f9fd258b47
commit b7ade8376e

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="3D Dev Portfolio"
brandName="0x001v Studio"
bottomLeftText="Global Community"
bottomRightText="hello@example.com"
/>
@@ -204,7 +204,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="3D Dev Portfolio"
logoText="0x001v Studio"
columns={[
{
items: [
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}