Merge version_3 into main #4
@@ -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