Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-05 20:57:32 +00:00
2 changed files with 45 additions and 155 deletions

View File

@@ -15,7 +15,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -31,9 +31,7 @@ export default function ContactPage() {
{ name: "Service Area", id: "/service-area" },
]}
button={{
text: "Call Now",
href: "tel:(425) 691-6216",
}}
text: "Call Now", href: "tel:(425) 691-6216"}}
brandName="M & M Contractor"
/>
</div>
@@ -45,17 +43,13 @@ export default function ContactPage() {
tag="Contact Us"
tagIcon={Star}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional contractor ready to help"
mediaAnimation="slide-up"
testimonials={[
{
name: "Fast Response",
handle: "We typically respond within 24 hours",
testimonial: "Your time matters. When you contact us, expect quick communication and professional service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
},
name: "Fast Response", handle: "We typically respond within 24 hours", testimonial: "Your time matters. When you contact us, expect quick communication and professional service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"},
]}
buttons={[
{ text: "Call (425) 691-6216", href: "tel:(425) 691-6216" },
@@ -63,7 +57,7 @@ export default function ContactPage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -71,35 +65,17 @@ export default function ContactPage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What's the best way to reach you?",
content: "Call us at (425) 691-6216 for the fastest response. We're available 7am-8pm weekdays and have emergency services available 24/7 for urgent roofing needs.",
},
id: "1", title: "What's the best way to reach you?", content: "Call us at (425) 691-6216 for the fastest response. We're available 7am-8pm weekdays and have emergency services available 24/7 for urgent roofing needs."},
{
id: "2",
title: "How quickly can you schedule an estimate?",
content: "We typically schedule estimates within 2-3 business days. For urgent roofing issues, we can often accommodate same-day or next-day appointments.",
},
id: "2", title: "How quickly can you schedule an estimate?", content: "We typically schedule estimates within 2-3 business days. For urgent roofing issues, we can often accommodate same-day or next-day appointments."},
{
id: "3",
title: "Is the estimate really free?",
content: "Absolutely. Our free estimates are comprehensive and include a detailed scope of work, timeline, and transparent pricing with no hidden fees.",
},
id: "3", title: "Is the estimate really free?", content: "Absolutely. Our free estimates are comprehensive and include a detailed scope of work, timeline, and transparent pricing with no hidden fees."},
{
id: "4",
title: "What areas do you serve?",
content: "We serve Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and throughout Snohomish County. If you're in our service area, we're ready to help.",
},
id: "4", title: "What areas do you serve?", content: "We serve Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and throughout Snohomish County. If you're in our service area, we're ready to help."},
{
id: "5",
title: "What information should I have ready?",
content: "Have your address, a description of your project, and any photos of damage ready. This helps us give you an accurate preliminary estimate over the phone.",
},
id: "5", title: "What information should I have ready?", content: "Have your address, a description of your project, and any photos of damage ready. This helps us give you an accurate preliminary estimate over the phone."},
{
id: "6",
title: "Do you offer financing options?",
content: "Yes, we can discuss financing options that work for your budget. Ask about our partnerships and payment plans during your consultation.",
},
id: "6", title: "Do you offer financing options?", content: "Yes, we can discuss financing options that work for your budget. Ask about our partnerships and payment plans during your consultation."},
]}
ctaTitle="Ready to Get Started?"
ctaDescription="Don't wait. Call us today for your free estimate and let's get your project underway."
@@ -115,8 +91,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About Us", href: "/about" },
@@ -124,8 +99,7 @@ export default function ContactPage() {
],
},
{
title: "Service Areas",
items: [
title: "Service Areas", items: [
{ label: "Everett", href: "/service-area" },
{ label: "Marysville", href: "/service-area" },
{ label: "Lake Stevens", href: "/service-area" },
@@ -133,8 +107,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (425) 691-6216", href: "tel:(425) 691-6216" },
{ label: "707 84th St SE, Everett, WA 98208", href: "#" },
{ label: "Get a Free Estimate", href: "/contact" },

View File

@@ -29,7 +29,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -45,9 +45,7 @@ export default function HomePage() {
{ name: "Service Area", id: "service-area" },
]}
button={{
text: "Call Now",
href: "tel:(425) 691-6216",
}}
text: "Call Now", href: "tel:(425) 691-6216"}}
brandName="M & M Contractor"
/>
</div>
@@ -59,17 +57,13 @@ export default function HomePage() {
tag="5-Star Rated"
tagIcon={Star}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg"
imageAlt="Professional roofing contractor at work"
mediaAnimation="slide-up"
testimonials={[
{
name: "Maria Johnson",
handle: "Homeowner, Everett",
testimonial: "Mario and his team are incredibly responsible and professional. They completed our roof inspection with thorough documentation and photos. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
},
name: "Maria Johnson", handle: "Homeowner, Everett", testimonial: "Mario and his team are incredibly responsible and professional. They completed our roof inspection with thorough documentation and photos. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
]}
buttons={[
{ text: "Get Free Estimate", href: "/contact" },
@@ -77,7 +71,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -85,39 +79,19 @@ export default function HomePage() {
<FeatureCardOne
features={[
{
title: "Roof Repair & Replacement",
description: "Expert roof inspection, repair, and full replacement services with quality materials and warranty coverage.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1",
imageAlt: "Roofing services",
button: { text: "Learn More", href: "tel:(425) 691-6216" },
title: "Roof Repair & Replacement", description: "Expert roof inspection, repair, and full replacement services with quality materials and warranty coverage.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Roofing services", button: { text: "Learn More", href: "tel:(425) 691-6216" },
},
{
title: "Home Remodeling",
description: "Kitchen, bathroom, and whole-home remodeling with attention to detail and modern design.",
imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1",
imageAlt: "Home remodeling",
button: { text: "Learn More", href: "tel:(425) 691-6216" },
title: "Home Remodeling", description: "Kitchen, bathroom, and whole-home remodeling with attention to detail and modern design.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Home remodeling", button: { text: "Learn More", href: "tel:(425) 691-6216" },
},
{
title: "Exterior Repairs",
description: "Siding, fascia, soffit, gutters, and exterior damage repair to protect and beautify your home.",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg?_wi=1",
imageAlt: "Exterior repairs",
button: { text: "Learn More", href: "tel:(425) 691-6216" },
title: "Exterior Repairs", description: "Siding, fascia, soffit, gutters, and exterior damage repair to protect and beautify your home.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg", imageAlt: "Exterior repairs", button: { text: "Learn More", href: "tel:(425) 691-6216" },
},
{
title: "General Contracting",
description: "Full-service general contracting for residential projects large and small with licensed professionals.",
imageSrc: "http://img.b2bpic.net/free-photo/proud-male-contractor-enjoying-day-work-checking-blueprints-construction-new-house_662251-497.jpg",
imageAlt: "General contracting",
button: { text: "Learn More", href: "tel:(425) 691-6216" },
title: "General Contracting", description: "Full-service general contracting for residential projects large and small with licensed professionals.", imageSrc: "http://img.b2bpic.net/free-photo/proud-male-contractor-enjoying-day-work-checking-blueprints-construction-new-house_662251-497.jpg", imageAlt: "General contracting", button: { text: "Learn More", href: "tel:(425) 691-6216" },
},
{
title: "Home Improvements",
description: "Custom improvements and upgrades to increase your home's value and functionality.",
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278559.jpg",
imageAlt: "Home improvements",
button: { text: "Learn More", href: "tel:(425) 691-6216" },
title: "Home Improvements", description: "Custom improvements and upgrades to increase your home's value and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278559.jpg", imageAlt: "Home improvements", button: { text: "Learn More", href: "tel:(425) 691-6216" },
},
]}
title="Our Services"
@@ -153,25 +127,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "5.0★",
description: "Google rating based on verified customer reviews and professional service delivery.",
},
id: "1", value: "5.0★", description: "Google rating based on verified customer reviews and professional service delivery."},
{
id: "2",
value: "20+",
description: "Years of combined experience serving the Everett, Marysville, and Snohomish County areas.",
},
id: "2", value: "20+", description: "Years of combined experience serving the Everett, Marysville, and Snohomish County areas."},
{
id: "3",
value: "6",
description: "Service cities: Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and Snohomish County.",
},
id: "3", value: "6", description: "Service cities: Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and Snohomish County."},
{
id: "4",
value: "100%",
description: "Licensed and insured contractors committed to quality workmanship on every project.",
},
id: "4", value: "100%", description: "Licensed and insured contractors committed to quality workmanship on every project."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -182,41 +144,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jennifer Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
imageAlt: "Jennifer Martinez",
},
id: "5", name: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Jennifer Martinez"},
{
id: "6",
name: "Robert Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageAlt: "Robert Thompson",
},
id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Robert Thompson"},
]}
cardTitle="Trusted by hundreds of satisfied homeowners in Snohomish County"
cardTag="See our reviews"
@@ -230,35 +168,17 @@ export default function HomePage() {
<ContactFaq
faqs={[
{
id: "1",
title: "What areas do you serve?",
content: "We proudly serve Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and throughout Snohomish County. We're a local contractor dedicated to your community.",
},
id: "1", title: "What areas do you serve?", content: "We proudly serve Everett, Marysville, Lake Stevens, Mukilteo, Lynnwood, and throughout Snohomish County. We're a local contractor dedicated to your community."},
{
id: "2",
title: "Do you offer free estimates?",
content: "Yes! We provide free consultations and estimates for all residential projects. Call (425) 691-6216 or fill out our online form to schedule your free estimate.",
},
id: "2", title: "Do you offer free estimates?", content: "Yes! We provide free consultations and estimates for all residential projects. Call (425) 691-6216 or fill out our online form to schedule your free estimate."},
{
id: "3",
title: "Are you licensed and insured?",
content: "Absolutely. M & M General Contractor is fully licensed and insured for all residential construction and contracting work in Washington state.",
},
id: "3", title: "Are you licensed and insured?", content: "Absolutely. M & M General Contractor is fully licensed and insured for all residential construction and contracting work in Washington state."},
{
id: "4",
title: "What's your typical project timeline?",
content: "Timeline varies by project scope. During your free estimate, we'll provide a detailed timeline and keep you updated throughout the project.",
},
id: "4", title: "What's your typical project timeline?", content: "Timeline varies by project scope. During your free estimate, we'll provide a detailed timeline and keep you updated throughout the project."},
{
id: "5",
title: "Do you provide warranties?",
content: "Yes, we stand behind our work with comprehensive warranties on materials and labor. Ask about warranty details during your estimate consultation.",
},
id: "5", title: "Do you provide warranties?", content: "Yes, we stand behind our work with comprehensive warranties on materials and labor. Ask about warranty details during your estimate consultation."},
{
id: "6",
title: "How do I schedule a consultation?",
content: "Call us at (425) 691-6216 or submit the contact form below. We're open until 8 PM and respond quickly to all inquiries.",
},
id: "6", title: "How do I schedule a consultation?", content: "Call us at (425) 691-6216 or submit the contact form below. We're open until 8 PM and respond quickly to all inquiries."},
]}
ctaTitle="Ready to Get Started?"
ctaDescription="Contact us today for a free estimate and discover why local homeowners trust M & M General Contractor."
@@ -274,8 +194,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About Us", href: "/about" },
@@ -283,8 +202,7 @@ export default function HomePage() {
],
},
{
title: "Service Areas",
items: [
title: "Service Areas", items: [
{ label: "Everett", href: "/service-area" },
{ label: "Marysville", href: "/service-area" },
{ label: "Lake Stevens", href: "/service-area" },
@@ -292,8 +210,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (425) 691-6216", href: "tel:(425) 691-6216" },
{ label: "707 84th St SE, Everett, WA 98208", href: "#" },
{ label: "Get a Free Estimate", href: "/contact" },