Update src/app/page.tsx

This commit is contained in:
2026-05-15 15:13:21 +00:00
parent 60bfc8d325
commit c33624d899

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Ethereal Trance"
brandName="The Bunker"
/>
</div>
@@ -299,10 +299,10 @@ export default function LandingPage() {
],
},
]}
logoText="Ethereal Trance"
logoText="The Bunker"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}