diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d851c24..8a63360 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { imageAlt="Experienced mechanic working professional tools" buttons={[ { - text: "Request Service", href: "/contact"}, + text: "Request Service", href: "#contact-cta"}, ]} useInvertedBackground={false} /> @@ -138,4 +138,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0905ce6..2cb9689 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,7 +75,7 @@ export default function ContactPage() { description="Bradenton's Trusted Auto Repair Shop. Honest, reliable automotive repair and maintenance you can trust." buttons={[ { text: "Call Now", href: "tel:+19417491090" }, - { text: "Get a Free Quote", href: "#contact" }, + { text: "Get a Free Quote", href: "#contact-cta" }, ]} background={{ variant: "sparkles-gradient" }} imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80&_wi=2" @@ -110,4 +110,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f272997..87f9e45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { { text: "Call Now", href: "tel:+19417491090"}, { - text: "Get a Free Quote", href: "#contact"}, + text: "Get a Free Quote", href: "#contact-cta"}, ]} background={{ variant: "sparkles-gradient"}} @@ -119,7 +119,7 @@ export default function HomePage() { imageAlt="experienced mechanic working professional tools" buttons={[ { - text: "Request Service", href: "#contact"}, + text: "Request Service", href: "#contact-cta"}, ]} useInvertedBackground={false} buttonAnimation="opacity" @@ -180,4 +180,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 4643a75..050b901 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -129,4 +129,4 @@ export default function ReviewsPage() { ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4182973..4fd4fd5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -137,4 +137,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}