Merge version_2 into main #7
@@ -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", imageAlt: "Professional electrician at work"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=1", imageAlt: "Professional electrician at work"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency electrical service"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=1", 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", imageAlt: "Installation 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: "4", imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Panel and wiring work"
|
||||
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: "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", imageAlt: "Professional team"
|
||||
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: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg", imageAlt: "Quality workmanship"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-assembling-furniture_329181-11785.jpg?_wi=2", imageAlt: "Quality workmanship"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Learn More", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
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"
|
||||
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=2"
|
||||
imageAlt="Blaney Electric professional team"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Emergency Repairs", description: "Available 24/7 for urgent electrical issues including power outages, circuit breaker problems, and dangerous situations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg", imageAlt: "Emergency electrical repair"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38487.jpg?_wi=2", imageAlt: "Emergency electrical repair"
|
||||
},
|
||||
items: [
|
||||
{ icon: AlertCircle, text: "24/7 rapid response" },
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Panel Upgrades & Installation", description: "Professional electrical panel replacement and upgrades. Generator hookups and complete rewiring services available.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg", imageAlt: "Panel installation service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-rack-with-pullout-sprayer-by-sink-flow-control_169016-69395.jpg?_wi=2", imageAlt: "Panel installation service"
|
||||
},
|
||||
items: [
|
||||
{ icon: Hammer, text: "Expert installation" },
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Electrical Maintenance", description: "Regular inspections and maintenance to ensure your electrical system operates safely and efficiently.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg", imageAlt: "Electrical maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shock-wave-therapy-device-with-male-doctor-hands-rubber-gloves_169016-40119.jpg?_wi=2", imageAlt: "Electrical maintenance"
|
||||
},
|
||||
items: [
|
||||
{ icon: Calendar, text: "Scheduled inspections" },
|
||||
|
||||
Reference in New Issue
Block a user