diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c315e7d..12f51a0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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"}} /> @@ -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"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d9d2450..30efeb7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -93,7 +93,7 @@ export default function ContactPage() { 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"}} /> @@ -101,7 +101,7 @@ export default function ContactPage() {
Fill out the form below and our technician will contact you shortly to confirm your appointment.
@@ -122,7 +122,7 @@ export default function ContactPage() { onChange={(e) => setFullName(e.target.value)} placeholder="Your full name" required - className="w-full p-3 rounded-md border border-accent bg-background-light text-foreground focus:ring-primary-cta focus:border-primary-cta transition-colors duration-200" + className="w-full p-3 rounded-[16px] border border-accent bg-background-light text-foreground focus:ring-primary-cta focus:border-primary-cta transition-colors duration-200" />