fix: add missing href to 'Get your quote' button on services page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
946c6a44ab
commit
e4fcc5b9c8
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ export default function ServicesPage() {
|
|||
No hourly billing, no surprise invoices, no extra charges for phone calls. Just
|
||||
clear, predictable pricing so you can budget with confidence.
|
||||
</p>
|
||||
<Button size="lg" trailingArrow>
|
||||
<Button size="lg" trailingArrow href="/contact">
|
||||
Get your quote
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue