Update src/app/blog/page.tsx

This commit is contained in:
2026-06-10 15:14:12 +00:00
parent ea13b316e1
commit c84f126d6f

View File

@@ -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>