Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b926c6e7ad | |||
| ca0dc9535b | |||
| 35ea94d9eb | |||
| a42fc99452 | |||
| 8d2406fc13 | |||
| 11ba9555f1 | |||
| 1d61a8c43b | |||
| 2793f75ce0 | |||
| 71169d563a | |||
| 1e9b7ff6ae | |||
| dec9cc9336 | |||
| da06a657c1 | |||
| bf5c5073f5 | |||
| d2ed6b2529 | |||
| b95d52eb4a | |||
| e3b6ba9250 | |||
| 06c4865230 | |||
| 98468a674d |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Professional Electrical Services You Can Trust"
|
||||
description="Expert electricians serving Stokesdale, NC. Licensed, insured, and available 24/7 for all your electrical needs. From emergency repairs to new installations."
|
||||
description="Expert electricians serving Stokesdale, NC. Licensed, insured. From emergency repairs to new installations."
|
||||
tag="Blaney Electric Inc"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -54,22 +54,22 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=1", imageAlt: "Professional electrician at work"
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249768631-eylleq74.webp", imageAlt: "Professional electrician at work"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=1", imageAlt: "Emergency electrical service"
|
||||
id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249206970-fn5vxt9w.webp", imageAlt: "Emergency electrical service"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=1", imageAlt: "Installation service"
|
||||
id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249301791-emzkgfy1.webp", imageAlt: "Installation service"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg?_wi=1", imageAlt: "Panel and wiring work"
|
||||
id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249311722-c3281z98.webp", imageAlt: "Panel and wiring work"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-builders-work-clothes-happily-looking-camera-spending-time-workshop-with-variety-tools-background_574295-1638.jpg?_wi=1", imageAlt: "Professional team"
|
||||
id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249728182-jpo7sqpg.webp", imageAlt: "Professional team"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=2", imageAlt: "Quality workmanship"
|
||||
id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUGvEVreNUjhujlygcndQPddIf/uploaded-1773249578700-svpd1jwb.webp", imageAlt: "Quality workmanship"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
id: "3", value: "24", title: "/7 Service", description: "Always available for emergencies", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "4", value: "Licensed", title: "& Insured", description: "Full coverage and professional credentials", icon: Award
|
||||
id: "4", value: "20+", title: "Years", description: "Industry experience and expertise", icon: Award
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -251,7 +251,7 @@ export default function LandingPage() {
|
||||
description="Reach out for professional electrical services in Stokesdale, NC. Our friendly team is ready to help with any electrical need, emergency or routine."
|
||||
buttons={[
|
||||
{ text: "Call (336) 427-8866", href: "tel:+13364278866" },
|
||||
{ text: "Request Service", href: "mailto:info@blaneyelectric.com" }
|
||||
{ text: "Get Free Quote", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user