Update src/app/page.tsx
This commit is contained in:
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Quote", href: "#" },
|
{ text: "Get Free Quote", href: "#" },
|
||||||
{ text: "Call (555) 123-4567", href: "#" }
|
{ text: "Call (555) 123-4567", href: "tel:(555) 123-4567" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user