Update src/app/blog/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
logoAlt="Tech Guru Logo"
|
||||
brandName="Tech Guru Technical Services Co"
|
||||
button={{
|
||||
text: "Book a Repair", href: "/contact"}}
|
||||
text: "Book a Repair", href: "/contact#appointment-form"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
text="Subscribe to Our Newsletter for Exclusive Tips & Offers. Get expert appliance maintenance advice directly in your inbox."
|
||||
buttons={[
|
||||
{
|
||||
text: "Subscribe Now", href: "/contact"},
|
||||
text: "Subscribe Now", href: "/contact#appointment-form"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user