2 Commits

Author SHA1 Message Date
b7ade8376e Update src/app/page.tsx 2026-06-12 21:42:03 +00:00
f9fd258b47 Merge version_3 into main
Merge version_3 into main
2026-06-12 21:40:05 +00:00

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