Update src/app/page.tsx

This commit is contained in:
2026-05-12 10:42:03 +00:00
parent 56820ca1e2
commit d2a9a4e48f

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "会社案内", id: "about" },
{ name: "お問い合わせ", id: "contact" },
]}
brandName="NIAGE-TECH"
brandName="BUILDEX CO.LTD"
/>
</div>
@@ -170,7 +170,7 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard logoText="NIAGE-TECH" copyrightText="© 2025 NIAGE-TECH Inc." />
<FooterCard logoText="BUILDEX CO.LTD" copyrightText="© 2025 BUILDEX CO.LTD Inc." />
</div>
</ReactLenis>
</ThemeProvider>