From f51a7014800761e5f28f7f5402914e865d6bb54c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:15:53 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1bc6d04..4629997 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -67,9 +67,9 @@ export default function ContactPage() { imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg" imageAlt="Happy homeowner" features={[ - { title: "Fast Response", description: "Get assistance within hours" }, - { title: "Expert Team", description: "Licensed and certified professionals" }, - { title: "24/7 Available", description: "Emergency support anytime" } + { title: "Fast Response", description: "Get assistance within hours", videoSrc: "" }, + { title: "Expert Team", description: "Licensed and certified professionals", videoSrc: "" }, + { title: "24/7 Available", description: "Emergency support anytime", videoSrc: "" } ]} animationType="blur-reveal" useInvertedBackground={false} @@ -165,13 +165,13 @@ export default function ContactPage() { useInvertedBackground={false} plans={[ { - id: "annual", price: "$299/year", subtitle: "Annual Check-up", buttons: [ + id: "annual", price: "$299/year", subtitle: "Annual Check-up", badge: "Value", buttons: [ { text: "Book Now", href: "tel:226-224-3573" } ], features: ["Full system check", "Detailed report", "Recommendations"] }, { - id: "emergency", price: "$149", subtitle: "Emergency Service", buttons: [ + id: "emergency", price: "$149", subtitle: "Emergency Service", badge: "Priority", buttons: [ { text: "Call Now", href: "tel:226-224-3573" } ], features: ["24/7 availability", "Fast response", "Professional service"] -- 2.49.1