From bbc1fcf6121ef4edbc9e408b0c0cb8d3f3ce3441 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:14:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dc4674f..1bc6d04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -165,13 +165,13 @@ export default function ContactPage() { useInvertedBackground={false} plans={[ { - id: "annual", price: "$299/year", buttons: [ + id: "annual", price: "$299/year", subtitle: "Annual Check-up", buttons: [ { text: "Book Now", href: "tel:226-224-3573" } ], features: ["Full system check", "Detailed report", "Recommendations"] }, { - id: "emergency", price: "$149", buttons: [ + id: "emergency", price: "$149", subtitle: "Emergency Service", buttons: [ { text: "Call Now", href: "tel:226-224-3573" } ], features: ["24/7 availability", "Fast response", "Professional service"]