Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user