Update src/app/page.tsx

This commit is contained in:
2026-05-08 17:45:51 +00:00
parent 999a422464
commit 95b1d122ca

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
{ {
name: "Blog", id: "#blog"}, name: "Blog", id: "#blog"},
]} ]}
brandName="AquaTech" brandName="Idrosport"
/> />
</div> </div>
@@ -278,10 +278,10 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="AquaTech" logoText="Idrosport"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }