Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 13:14:25 +00:00
parent eba57df6d8
commit bbc1fcf612

View File

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