Switch to version 2: modified src/app/page.tsx

This commit is contained in:
2026-05-12 04:14:19 +00:00
parent cf9550a2ae
commit 71017f064f

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Visit Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" })},
text: "Visit Us", href: "#contact"},
]}
avatars={[
{
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}