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