Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4cced314b | |||
| ebbf0d405c | |||
| 173a6a901b | |||
| cf95f4b2cf |
@@ -81,6 +81,8 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us", onClick: () => document.getElementById("contact")?.scrollIntoView({ behavior: "smooth" })},
|
||||
{
|
||||
text: "Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -198,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user