Merge version_1 into main #2
@@ -46,42 +46,24 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Regular House Cleaning",
|
||||
description: "Weekly or bi-weekly maintenance cleaning for busy professionals and families. We keep your home fresh, organized, and sparkling between deep cleans. Perfect for maintaining a healthy, hygienic environment for you and your pets.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg?_wi=4",
|
||||
imageAlt: "Kitchen cleaning service",
|
||||
},
|
||||
title: "Regular House Cleaning", description: "Weekly or bi-weekly maintenance cleaning for busy professionals and families. We keep your home fresh, organized, and sparkling between deep cleans. Perfect for maintaining a healthy, hygienic environment for you and your pets.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg", imageAlt: "Kitchen cleaning service"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133384.jpg?_wi=3",
|
||||
imageAlt: "Professional home cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133384.jpg", imageAlt: "Professional home cleaning"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Deep Cleaning",
|
||||
description: "Thorough, detailed cleaning that tackles everything from baseboards to ceiling fans. Perfect for seasonal refresh, move-in preparation, or when your home needs intensive care. We clean areas most regular services miss.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133384.jpg?_wi=4",
|
||||
imageAlt: "Deep cleaning service",
|
||||
},
|
||||
title: "Deep Cleaning", description: "Thorough, detailed cleaning that tackles everything from baseboards to ceiling fans. Perfect for seasonal refresh, move-in preparation, or when your home needs intensive care. We clean areas most regular services miss.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133384.jpg", imageAlt: "Deep cleaning service"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg?_wi=5",
|
||||
imageAlt: "Detailed professional cleaning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-italian-coffee-machine_23-2148349617.jpg", imageAlt: "Detailed professional cleaning"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pet-Friendly Cleaning",
|
||||
description: "Special care for homes with furry family members. We use pet-safe products, understand pet behavior, and take extra care with pet areas. Your dogs, cats, and other pets will love our approach while getting a pristine home.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg?_wi=2",
|
||||
imageAlt: "Pet-friendly cleaning",
|
||||
},
|
||||
title: "Pet-Friendly Cleaning", description: "Special care for homes with furry family members. We use pet-safe products, understand pet behavior, and take extra care with pet areas. Your dogs, cats, and other pets will love our approach while getting a pristine home.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202529.jpg", imageAlt: "Pet-friendly cleaning"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-mother-with-little-daughter_1157-19071.jpg?_wi=2",
|
||||
imageAlt: "Family and pet home care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-mother-with-little-daughter_1157-19071.jpg", imageAlt: "Family and pet home care"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -98,39 +80,25 @@ export default function ServicesPage() {
|
||||
description="Ready to experience the difference our professional cleaning service makes? Contact us today for a free quote or to book your first appointment."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "service",
|
||||
type: "text",
|
||||
placeholder: "Service Type (e.g., Regular Cleaning, Deep Clean)",
|
||||
required: true,
|
||||
name: "service", type: "text", placeholder: "Service Type (e.g., Regular Cleaning, Deep Clean)", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Any special requests or pet information...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Any special requests or pet information...", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-shot-woman-talking-phone_23-2148751514.jpg?_wi=2"
|
||||
imageAlt: "Friendly customer service team"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-shot-woman-talking-phone_23-2148751514.jpg"
|
||||
imageAlt="Friendly customer service team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Get Your Free Quote"
|
||||
@@ -145,66 +113,39 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "House Cleaning",
|
||||
href: "/services",
|
||||
},
|
||||
label: "House Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Deep Cleaning",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Deep Cleaning", href: "/services"},
|
||||
{
|
||||
label: "Pet-Friendly Care",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Pet-Friendly Care", href: "/services"},
|
||||
{
|
||||
label: "Move-Out Cleaning",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Move-Out Cleaning", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/",
|
||||
},
|
||||
label: "About Us", href: "/"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/",
|
||||
},
|
||||
label: "Reviews", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Service Area",
|
||||
href: "#",
|
||||
},
|
||||
label: "Service Area", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+1 801-824-7089",
|
||||
href: "tel:+18018247089",
|
||||
},
|
||||
label: "+1 801-824-7089", href: "tel:+18018247089"},
|
||||
{
|
||||
label: "Salt Lake City, UT 84102",
|
||||
href: "#",
|
||||
},
|
||||
label: "Salt Lake City, UT 84102", href: "#"},
|
||||
{
|
||||
label: "Monday - Friday: 9am - 5pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Monday - Friday: 9am - 5pm", href: "#"},
|
||||
{
|
||||
label: "Saturday: By Appointment",
|
||||
href: "#",
|
||||
},
|
||||
label: "Saturday: By Appointment", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user