Merge version_1 into main #4

Merged
bender merged 5 commits from version_1 into main 2026-03-10 18:45:42 +00:00
5 changed files with 132 additions and 66 deletions

View File

@@ -74,7 +74,8 @@ export default function HomePage() {
navItems={navItems}
brandName="Earl Boys Services"
button={{
text: "Call Now", href: "tel:804-938-0669"}}
text: "Call Now", href: "tel:804-938-0669"
}}
/>
</div>
@@ -88,18 +89,23 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional handyman tools and equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional handyman tools and equipment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Skilled handyman performing home repair work"},
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Skilled handyman performing home repair work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician"
},
]}
mediaAnimation="blur-reveal"
buttons={[
{
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"},
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
/>
@@ -119,21 +125,28 @@ export default function HomePage() {
carouselMode="buttons"
products={[
{
id: "plumbing", name: "Plumbing Services", price: "Starting at $75", variant: "Repairs & Installation", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing services icon"},
id: "plumbing", name: "Plumbing Services", price: "Starting at $75", variant: "Repairs & Installation", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing services icon"
},
{
id: "painting", name: "Painting Services", price: "Starting at $85", variant: "Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collection-with-tools_23-2147876182.jpg", imageAlt: "Painting services icon"},
id: "painting", name: "Painting Services", price: "Starting at $85", variant: "Interior & Exterior", imageSrc: "http://img.b2bpic.net/free-vector/labor-day-badges-collection-with-tools_23-2147876182.jpg", imageAlt: "Painting services icon"
},
{
id: "electrical", name: "Electrical Work", price: "Starting at $80", variant: "Repair & Installation", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-energy-logo-design_23-2150050267.jpg", imageAlt: "Electrical services icon"},
id: "electrical", name: "Electrical Work", price: "Starting at $80", variant: "Repair & Installation", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-energy-logo-design_23-2150050267.jpg", imageAlt: "Electrical services icon"
},
{
id: "mounting", name: "Wall Mounting", price: "Starting at $65", variant: "TV & Shelf Installation", imageSrc: "http://img.b2bpic.net/free-vector/realistic-isometric-billboard-collection_23-2148158616.jpg", imageAlt: "Wall mounting services icon"},
id: "mounting", name: "Wall Mounting", price: "Starting at $65", variant: "TV & Shelf Installation", imageSrc: "http://img.b2bpic.net/free-vector/realistic-isometric-billboard-collection_23-2148158616.jpg", imageAlt: "Wall mounting services icon"
},
{
id: "furniture", name: "Furniture Assembly", price: "Starting at $60", variant: "Professional Assembly", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-visiting-factory-plant-examining-manufactured-products-with-facility-worker_637285-4150.jpg", imageAlt: "Furniture assembly services icon"},
id: "furniture", name: "Furniture Assembly", price: "Starting at $60", variant: "Professional Assembly", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-visiting-factory-plant-examining-manufactured-products-with-facility-worker_637285-4150.jpg", imageAlt: "Furniture assembly services icon"
},
{
id: "flooring", name: "Flooring Installation", price: "Starting at $120", variant: "Hardwood & Tile", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-icons_98292-443.jpg", imageAlt: "Flooring installation services icon"},
id: "flooring", name: "Flooring Installation", price: "Starting at $120", variant: "Hardwood & Tile", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-icons_98292-443.jpg", imageAlt: "Flooring installation services icon"
},
]}
buttons={[
{
text: "View All Services", href: "#services"},
text: "View All Services", href: "#services"
},
]}
buttonAnimation="entrance-slide"
/>
@@ -150,7 +163,8 @@ export default function HomePage() {
imageAlt="Earl Boys Services professional team"
buttons={[
{
text: "Request a Quote", href: "#contact"},
text: "Request a Quote", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
useInvertedBackground={false}
@@ -168,13 +182,17 @@ export default function HomePage() {
useInvertedBackground={true}
features={[
{
id: "01", title: "Reliable Professionals", description: "Experienced, courteous team members who take pride in quality workmanship", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional quality workmanship"},
id: "01", title: "Reliable Professionals", description: "Experienced, courteous team members who take pride in quality workmanship", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional quality workmanship"
},
{
id: "02", title: "Fast Response Times", description: "Quick scheduling and efficient service completion to minimize disruption to your home", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Fast professional service"},
id: "02", title: "Fast Response Times", description: "Quick scheduling and efficient service completion to minimize disruption to your home", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Fast professional service"
},
{
id: "03", title: "Transparent Pricing", description: "Fair, upfront quotes with no hidden charges. Affordable solutions for every budget", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Affordable pricing transparency"},
id: "03", title: "Transparent Pricing", description: "Fair, upfront quotes with no hidden charges. Affordable solutions for every budget", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Affordable pricing transparency"
},
{
id: "04", title: "Locally Owned", description: "Richmond-based business invested in our community and committed to local service excellence", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Local community service"},
id: "04", title: "Locally Owned", description: "Richmond-based business invested in our community and committed to local service excellence", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Local community service"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -193,9 +211,11 @@ export default function HomePage() {
useInvertedBackground={false}
members={[
{
id: "1", name: "Mike Earl", role: "Owner & Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg", imageAlt: "Mike Earl - Owner and Lead Technician"},
id: "1", name: "Mike Earl", role: "Owner & Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg", imageAlt: "Mike Earl - Owner and Lead Technician"
},
{
id: "2", name: "David Smith", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg", imageAlt: "David Smith - Service Manager"},
id: "2", name: "David Smith", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg", imageAlt: "David Smith - Service Manager"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -215,16 +235,20 @@ export default function HomePage() {
metrics={[
{
id: "1", icon: Zap,
title: "Projects Completed", value: "2,500+"},
title: "Projects Completed", value: "2,500+"
},
{
id: "2", icon: Star,
title: "5-Star Reviews", value: "450+"},
title: "5-Star Reviews", value: "450+"
},
{
id: "3", icon: Users,
title: "Happy Customers", value: "1,800+"},
title: "Happy Customers", value: "1,800+"
},
{
id: "4", icon: Calendar,
title: "Years in Business", value: "15+"},
title: "Years in Business", value: "15+"
},
]}
animationType="slide-up"
carouselMode="buttons"
@@ -242,17 +266,23 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 January 2025", title: "Excellent service and professional team!", quote: "Earl Boys Services did an amazing job assembling my furniture and fixing my doors. Very professional and fast service. They were courteous, cleaned up after themselves, and charged a fair price. Highly recommend!", tag: "Furniture Assembly & Door Repair", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", imageAlt: "Sarah Johnson - Customer testimonial"},
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 January 2025", title: "Excellent service and professional team!", quote: "Earl Boys Services did an amazing job assembling my furniture and fixing my doors. Very professional and fast service. They were courteous, cleaned up after themselves, and charged a fair price. Highly recommend!", tag: "Furniture Assembly & Door Repair", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-showing-thumbs-up-looking-cheerful-front-view_176474-14452.jpg", imageAlt: "Sarah Johnson - Customer testimonial"
},
{
id: "2", name: "Michael Chen, Property Owner", date: "Date: 22 December 2024", title: "Great experience with reliable team", quote: "Great experience. Friendly team and very reliable. They arrived on time, communicated clearly about the work needed, and completed everything efficiently. They mounted our TV perfectly and cleaned up everything after. Will definitely use them again for future projects.", tag: "TV Mounting & Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Michael Chen - Customer testimonial"},
id: "2", name: "Michael Chen, Property Owner", date: "Date: 22 December 2024", title: "Great experience with reliable team", quote: "Great experience. Friendly team and very reliable. They arrived on time, communicated clearly about the work needed, and completed everything efficiently. They mounted our TV perfectly and cleaned up everything after. Will definitely use them again for future projects.", tag: "TV Mounting & Installation", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Michael Chen - Customer testimonial"
},
{
id: "3", name: "Jennifer Martinez, Homeowner", date: "Date: 08 December 2024", title: "Quick response and excellent work", quote: "Quick response and excellent work. They fixed our plumbing issue promptly and professionally. The pricing was transparent with no surprises. Earl Boys Services has become my go-to for any home repair needs. Highly recommended to all my neighbors!", tag: "Plumbing Repair", avatarSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", avatarAlt: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "Jennifer Martinez - Customer testimonial"},
id: "3", name: "Jennifer Martinez, Homeowner", date: "Date: 08 December 2024", title: "Quick response and excellent work", quote: "Quick response and excellent work. They fixed our plumbing issue promptly and professionally. The pricing was transparent with no surprises. Earl Boys Services has become my go-to for any home repair needs. Highly recommended to all my neighbors!", tag: "Plumbing Repair", avatarSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", avatarAlt: "Jennifer Martinez", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "Jennifer Martinez - Customer testimonial"
},
{
id: "4", name: "Robert Davis, Homeowner", date: "Date: 20 November 2024", title: "Professional, courteous, and trustworthy", quote: "Professional, courteous, and trustworthy. I had them do some electrical work and wall repairs. They took their time to explain everything, answered all my questions, and did quality work. Definitely the most professional service team I've worked with in Richmond.", tag: "Electrical & Wall Repair", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", avatarAlt: "Robert Davis", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Robert Davis - Customer testimonial"},
id: "4", name: "Robert Davis, Homeowner", date: "Date: 20 November 2024", title: "Professional, courteous, and trustworthy", quote: "Professional, courteous, and trustworthy. I had them do some electrical work and wall repairs. They took their time to explain everything, answered all my questions, and did quality work. Definitely the most professional service team I've worked with in Richmond.", tag: "Electrical & Wall Repair", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", avatarAlt: "Robert Davis", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Robert Davis - Customer testimonial"
},
{
id: "5", name: "Lisa Thompson, Homeowner", date: "Date: 05 November 2024", title: "Outstanding painting and flooring work", quote: "Outstanding work on our kitchen painting and flooring installation. They were detail-oriented, clean workers, and finished ahead of schedule. The transformation was amazing! We appreciate their professionalism and attention to quality. Five stars!", tag: "Painting & Flooring", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageAlt: "Lisa Thompson - Customer testimonial"},
id: "5", name: "Lisa Thompson, Homeowner", date: "Date: 05 November 2024", title: "Outstanding painting and flooring work", quote: "Outstanding work on our kitchen painting and flooring installation. They were detail-oriented, clean workers, and finished ahead of schedule. The transformation was amazing! We appreciate their professionalism and attention to quality. Five stars!", tag: "Painting & Flooring", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", avatarAlt: "Lisa Thompson", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", imageAlt: "Lisa Thompson - Customer testimonial"
},
{
id: "6", name: "Kevin Rodriguez, Homeowner", date: "Date: 18 October 2024", title: "Five-star service from start to finish", quote: "Five-star service from start to finish. Mike and his team came out to handle multiple repairs around our house. They were efficient, friendly, and delivered exceptional results. The quality of their work and customer service is unmatched in Richmond. Booking them again soon!", tag: "Multiple Services", avatarSrc: "http://img.b2bpic.net/free-vector/modern-rate-us-background-customer-feedback-reviews_1017-61021.jpg", avatarAlt: "Kevin Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/modern-rate-us-background-customer-feedback-reviews_1017-61021.jpg", imageAlt: "Kevin Rodriguez - Customer testimonial"},
id: "6", name: "Kevin Rodriguez, Homeowner", date: "Date: 18 October 2024", title: "Five-star service from start to finish", quote: "Five-star service from start to finish. Mike and his team came out to handle multiple repairs around our house. They were efficient, friendly, and delivered exceptional results. The quality of their work and customer service is unmatched in Richmond. Booking them again soon!", tag: "Multiple Services", avatarSrc: "http://img.b2bpic.net/free-vector/modern-rate-us-background-customer-feedback-reviews_1017-61021.jpg", avatarAlt: "Kevin Rodriguez", imageSrc: "http://img.b2bpic.net/free-vector/modern-rate-us-background-customer-feedback-reviews_1017-61021.jpg", imageAlt: "Kevin Rodriguez - Customer testimonial"
},
]}
/>
</div>
@@ -266,9 +296,11 @@ export default function HomePage() {
description="Contact Earl Boys Services today for a fast, free estimate. We're ready to help with all your home repair and improvement needs."
buttons={[
{
text: "Call: 804-938-0669", href: "tel:804-938-0669"},
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
background={{ variant: "gradient-bars" }}

View File

@@ -82,11 +82,14 @@ export default function ElectricalServicesPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional electrician working safely"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional electrician working safely"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Licensed electrician with professional tools"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Licensed electrician with professional tools"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Electrical installation service quality"},
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Electrical installation service quality"
},
]}
mediaAnimation="blur-reveal"
buttons={[
@@ -108,13 +111,17 @@ export default function ElectricalServicesPage() {
useInvertedBackground={true}
features={[
{
id: "01", title: "Licensed & Insured", description: "Fully licensed electricians with comprehensive insurance coverage for your protection and peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Licensed professional electrician at work"},
id: "01", title: "Licensed & Insured", description: "Fully licensed electricians with comprehensive insurance coverage for your protection and peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Licensed professional electrician at work"
},
{
id: "02", title: "Code Compliant Work", description: "All electrical work meets current building codes and safety standards for maximum safety and reliability", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional code-compliant electrical installation"},
id: "02", title: "Code Compliant Work", description: "All electrical work meets current building codes and safety standards for maximum safety and reliability", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional code-compliant electrical installation"
},
{
id: "03", title: "Fast Service", description: "Quick response times and efficient service completion minimize disruption to your home or business", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Fast professional electrical service"},
id: "03", title: "Fast Service", description: "Quick response times and efficient service completion minimize disruption to your home or business", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Fast professional electrical service"
},
{
id: "04", title: "24/7 Emergency Service", description: "Available for electrical emergencies day or night. We respond quickly to urgent electrical issues", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Emergency electrical response available"},
id: "04", title: "24/7 Emergency Service", description: "Available for electrical emergencies day or night. We respond quickly to urgent electrical issues", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Emergency electrical response available"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"

View File

@@ -34,7 +34,8 @@ export default function FlooringPage() {
{ name: "Contact", id: "#contact" },
]}
button={{
text: "Call Now", href: "tel:804-938-0669"}}
text: "Call Now", href: "tel:804-938-0669"
}}
/>
</div>
@@ -48,18 +49,23 @@ export default function FlooringPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-icons_98292-443.jpg", imageAlt: "Flooring installation icon"},
imageSrc: "http://img.b2bpic.net/free-vector/interior-design-icons_98292-443.jpg", imageAlt: "Flooring installation icon"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional flooring installation"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional flooring installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional tools and flooring work"},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional tools and flooring work"
},
]}
mediaAnimation="blur-reveal"
buttons={[
{
text: "Get Free Estimate", href: "#contact"},
text: "Get Free Estimate", href: "#contact"
},
{
text: "Call: 804-938-0669", href: "tel:804-938-0669"},
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
]}
buttonAnimation="entrance-slide"
/>
@@ -76,7 +82,8 @@ export default function FlooringPage() {
imageAlt="Professional flooring installation team"
buttons={[
{
text: "Schedule Consultation", href: "#contact"},
text: "Schedule Consultation", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
useInvertedBackground={false}
@@ -92,9 +99,11 @@ export default function FlooringPage() {
description="Contact Earl Boys Services today for a free, no-obligation estimate. Our expert team will help you choose the perfect flooring and ensure flawless installation."
buttons={[
{
text: "Call: 804-938-0669", href: "tel:804-938-0669"},
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
background={{ variant: "gradient-bars" }}

View File

@@ -82,11 +82,14 @@ export default function PaintingServicesPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Professional painter at work"},
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", imageAlt: "Professional painter at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Quality painting service application"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Quality painting service application"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional finishing touches on painted surfaces"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional finishing touches on painted surfaces"
},
]}
mediaAnimation="blur-reveal"
buttons={[
@@ -108,13 +111,17 @@ export default function PaintingServicesPage() {
useInvertedBackground={true}
features={[
{
id: "01", title: "Quality Materials", description: "We use premium paints and finishes that provide superior coverage, durability, and beautiful results that last for years", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Premium quality painting materials"},
id: "01", title: "Quality Materials", description: "We use premium paints and finishes that provide superior coverage, durability, and beautiful results that last for years", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Premium quality painting materials"
},
{
id: "02", title: "Interior & Exterior", description: "Full range of painting services from residential interiors to commercial exterior projects with attention to every detail", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Interior and exterior professional painting"},
id: "02", title: "Interior & Exterior", description: "Full range of painting services from residential interiors to commercial exterior projects with attention to every detail", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Interior and exterior professional painting"
},
{
id: "03", title: "Prep & Protection", description: "Thorough surface preparation and complete protection of your space ensures flawless results without mess or damage", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional surface preparation and protection"},
id: "03", title: "Prep & Protection", description: "Thorough surface preparation and complete protection of your space ensures flawless results without mess or damage", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional surface preparation and protection"
},
{
id: "04", title: "Clean & Professional", description: "We treat your home with respect, maintain a clean work area, and leave everything pristine after project completion", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Clean professional painting service"},
id: "04", title: "Clean & Professional", description: "We treat your home with respect, maintain a clean work area, and leave everything pristine after project completion", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-her-office_637285-887.jpg", imageAlt: "Clean professional painting service"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"

View File

@@ -69,7 +69,8 @@ export default function PlumbingPage() {
navItems={navItems}
brandName="Earl Boys Services"
button={{
text: "Call Now", href: "tel:804-938-0669"}}
text: "Call Now", href: "tel:804-938-0669"
}}
/>
</div>
@@ -83,18 +84,23 @@ export default function PlumbingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746300.jpg", imageAlt: "Professional plumbing service technician"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing tools"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-sitting-floor-with-tap_259150-58260.jpg", imageAlt: "Professional plumbing tools"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing service icon"},
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-concept-set_98292-1753.jpg", imageAlt: "Plumbing service icon"
},
]}
mediaAnimation="blur-reveal"
buttons={[
{
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"},
text: "Call Now: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
/>
@@ -111,11 +117,14 @@ export default function PlumbingPage() {
useInvertedBackground={true}
features={[
{
id: "01", title: "Leak Detection & Repair", description: "Advanced detection methods to identify leaks early and fix them before they cause damage", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional leak detection"},
id: "01", title: "Leak Detection & Repair", description: "Advanced detection methods to identify leaks early and fix them before they cause damage", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22922.jpg", imageAlt: "Professional leak detection"
},
{
id: "02", title: "Drain Cleaning", description: "Professional drain cleaning to keep your plumbing flowing smoothly without blockages", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional drain cleaning"},
id: "02", title: "Drain Cleaning", description: "Professional drain cleaning to keep your plumbing flowing smoothly without blockages", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", imageAlt: "Professional drain cleaning"
},
{
id: "03", title: "Fixture Installation", description: "Expert installation of faucets, sinks, toilets, and water heaters with precision", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional fixture installation"},
id: "03", title: "Fixture Installation", description: "Expert installation of faucets, sinks, toilets, and water heaters with precision", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4650.jpg", imageAlt: "Professional fixture installation"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -132,9 +141,11 @@ export default function PlumbingPage() {
description="Contact Earl Boys Services for reliable plumbing solutions in Richmond. Fast response times, transparent pricing, and quality workmanship guaranteed."
buttons={[
{
text: "Call: 804-938-0669", href: "tel:804-938-0669"},
text: "Call: 804-938-0669", href: "tel:804-938-0669"
},
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact"
},
]}
buttonAnimation="entrance-slide"
background={{ variant: "gradient-bars" }}