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"]