Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #25.
This commit is contained in:
2026-03-10 13:42:16 +00:00

View File

@@ -85,15 +85,12 @@ export default function ContactPage() {
useInvertedBackground={false}
features={[
{
id: 1,
title: "Expert Technicians", description: "Licensed and insured professionals with years of experience", icon: "Tool"
},
{
id: 2,
title: "Fast Response", description: "Quick turnaround times for all service requests", icon: "Zap"
},
{
id: 3,
title: "Affordable Pricing", description: "Competitive rates with membership discounts", icon: "DollarSign"
}
]}
@@ -109,13 +106,13 @@ export default function ContactPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Emergency Repair", price: "Available 24/7", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Emergency repair service"
id: "1", name: "Emergency Repair", price: "Available 24/7", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Emergency repair service", variant: "standard"
},
{
id: "2", name: "Preventative Maintenance", price: "Monthly", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Preventative maintenance"
id: "2", name: "Preventative Maintenance", price: "Monthly", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Preventative maintenance", variant: "standard"
},
{
id: "3", name: "Home Inspection", price: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Home inspection service"
id: "3", name: "Home Inspection", price: "One-time", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-man-taking-break_23-2148384545.jpg", imageAlt: "Home inspection service", variant: "standard"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -131,13 +128,13 @@ export default function ContactPage() {
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Basic", price: "$44/month", subtitle: "Perfect for small homes", features: ["1 service visit per month", "10% renovation discount"]
id: "basic", badge: "Basic", price: "$44/month", features: ["1 service visit per month", "10% renovation discount"]
},
{
id: "standard", badge: "Standard", price: "$59/month", subtitle: "Enhanced coverage", features: ["2 service visits per month", "15% renovation discount", "Priority booking"]
id: "standard", badge: "Standard", price: "$59/month", features: ["2 service visits per month", "15% renovation discount", "Priority booking"]
},
{
id: "premium", badge: "Premium", price: "$84/month", subtitle: "Comprehensive protection", features: ["Unlimited service requests", "24/7 emergency support", "Priority scheduling"]
id: "premium", badge: "Premium", price: "$84/month", features: ["Unlimited service requests", "24/7 emergency support", "Priority scheduling"]
}
]}
/>
@@ -152,10 +149,10 @@ export default function ContactPage() {
useInvertedBackground={false}
plans={[
{
id: "addon1", badge: "Add-on", price: "$25", subtitle: "Annual full home inspection", features: ["Comprehensive assessment", "Detailed report"]
id: "addon1", badge: "Add-on", price: "$25", features: ["Comprehensive assessment", "Detailed report"], buttons: [{ text: "Add to Plan", href: "#" }]
},
{
id: "addon2", badge: "Add-on", price: "$15", subtitle: "Seasonal maintenance check", features: ["Seasonal preparation", "Preventative care"]
id: "addon2", badge: "Add-on", price: "$15", features: ["Seasonal preparation", "Preventative care"], buttons: [{ text: "Add to Plan", href: "#" }]
}
]}
/>
@@ -170,24 +167,21 @@ export default function ContactPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", testimonial: "Outstanding service! The team was professional and efficient. Highly recommended.", rating: 5,
author: "John Smith", avatars: [
id: "1", testimonial: "Outstanding service! The team was professional and efficient. Highly recommended.", author: "John Smith", avatars: [
{
src: "http://img.b2bpic.net/free-photo/cheerful-excited-businesswoman-blue-blouse-showing-thumb-up_1262-14826.jpg", alt: "Customer John"
}
]
},
{
id: "2", testimonial: "Great customer service and fair pricing. I'm very satisfied with my membership.", rating: 5,
author: "Sarah Johnson", avatars: [
id: "2", testimonial: "Great customer service and fair pricing. I'm very satisfied with my membership.", author: "Sarah Johnson", avatars: [
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg", alt: "Customer Sarah"
}
]
},
{
id: "3", testimonial: "Fast response time and quality work. The best home maintenance service I've used.", rating: 5,
author: "Michael Davis", avatars: [
id: "3", testimonial: "Fast response time and quality work. The best home maintenance service I've used.", author: "Michael Davis", avatars: [
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1644.jpg", alt: "Customer Michael"
}
@@ -201,8 +195,6 @@ export default function ContactPage() {
<ContactSplitForm
title="Send us a Message"
description="Have a question or ready to join our membership? Fill out the form and we'll get back to you soon."
tag="Get in Touch"
tagAnimation="slide-up"
formFields={[
{ label: "Name", type: "text", placeholder: "Your name", required: true },
{ label: "Email", type: "email", placeholder: "Your email", required: true },
@@ -246,7 +238,6 @@ export default function ContactPage() {
<div id="footer-2" data-section="footer-2">
<FooterSimple
logoText="OW HomeShield Inc."
copyrightText="© 2025 OW HomeShield Inc. Emergency Service Available 24/7"
/>
</div>