Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us", href: "#contact"},
|
||||
text: "Visit Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" })},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user