Merge version_4 into main #17
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user