Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a366edcf3 | |||
| bc1af81bec | |||
| e3b9b15928 | |||
| 50b5130c5f | |||
| fc2895d3ed | |||
| 71017f064f | |||
| cf9550a2ae | |||
| b472e119bc | |||
| 5b7d61b7b8 | |||
| 18108dc64c | |||
| 2fe064bd75 | |||
| 71c14150b6 | |||
| 2eda727952 | |||
| d4cced314b | |||
| ebbf0d405c | |||
| 173a6a901b | |||
| cf95f4b2cf | |||
| 0008ca42fd | |||
| 0d082069ba | |||
| d2ce819e3a | |||
| 4c25e527f5 | |||
| a3c4449080 | |||
| f07645cab1 | |||
| 8047890a8b | |||
| dc8aaaf0f6 |
@@ -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