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