Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #16.
This commit is contained in:
2026-03-10 13:14:35 +00:00

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