Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5f01a45bb | |||
| abf0bee5c9 | |||
| 6126133de4 | |||
| ce262c6de7 | |||
| 55832c8753 |
@@ -171,7 +171,10 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Ready to upgrade your home?"
|
||||
description="Find us at 844 Water St, Port Townsend, WA. Come say hi!"
|
||||
buttons={[{ text: "Call +1 (360) 385-4817", href: "tel:+13603854817" }]}
|
||||
buttons={[
|
||||
{ text: "Call +1 (360) 385-4817", href: "tel:+13603854817" },
|
||||
{ text: "Get Directions", href: "https://maps.app.goo.gl/example-link" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -189,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user