Merge version_2 into main #3
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
{ text: 'Call Now: (555) 123-4567', href: 'tel:+15551234567' }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: 'plain' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,28 +66,27 @@ export default function LandingPage() {
|
||||
<FeatureCardEight
|
||||
features={[
|
||||
{
|
||||
id: '1',
|
||||
id: 1,
|
||||
title: 'Residential Electrical Installation & Repair',
|
||||
tags: ['Homes', 'Wiring', 'Safety'],
|
||||
description: 'Professional electrical services for homes',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5076.jpg',
|
||||
imageAlt: 'Residential electrical service'
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
id: 2,
|
||||
title: 'Commercial Electrical Systems',
|
||||
tags: ['Businesses', 'Enterprise', 'Scalable'],
|
||||
description: 'Enterprise-grade electrical infrastructure',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/technologist-with-grey-tablet-his-hands-make-set-up-production-line-while-standing-department-dairy-factory_645730-724.jpg',
|
||||
imageAlt: 'Commercial electrical infrastructure'
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
id: 3,
|
||||
title: '24/7 Emergency Electrical Service',
|
||||
tags: ['Available Anytime', 'Fast Response', 'Certified'],
|
||||
description: 'Fast response available anytime you need us',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23792.jpg',
|
||||
imageAlt: 'Emergency electrical response'
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Services"
|
||||
description="Comprehensive electrical solutions tailored to meet your specific needs"
|
||||
tag="What We Offer"
|
||||
@@ -106,7 +105,6 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-group-engineers-corporate-managers-standing-factory-looking-camera_637285-4148.jpg"
|
||||
@@ -135,6 +133,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: 'Learn More', href: '#contact' }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,25 +146,30 @@ export default function LandingPage() {
|
||||
{
|
||||
id: '1',
|
||||
value: '2,500+',
|
||||
description: 'Satisfied customers trust us with their home and business electrical systems'
|
||||
title: 'Satisfied customers',
|
||||
description: 'Customers trust us with their electrical systems'
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
value: '99.2%',
|
||||
description: 'Customer satisfaction rate with on-time service and quality workmanship'
|
||||
title: 'Customer satisfaction rate',
|
||||
description: 'On-time service and quality workmanship'
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
value: '20+',
|
||||
description: 'Years of industry experience delivering reliable electrical solutions'
|
||||
title: 'Years in business',
|
||||
description: 'Years of industry experience delivering reliable solutions'
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
value: '24/7',
|
||||
description: 'Around-the-clock emergency response for electrical issues when you need us most'
|
||||
title: 'Emergency response',
|
||||
description: 'Around-the-clock support when you need us most'
|
||||
}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,8 +243,8 @@ export default function LandingPage() {
|
||||
id: '1',
|
||||
testimonial: 'PowerGrid Energy transformed our entire home electrical system. The team was professional, punctual, and went above and beyond.',
|
||||
rating: 5,
|
||||
author: 'Sarah Mitchell',
|
||||
role: 'Homeowner',
|
||||
name: 'Sarah Mitchell',
|
||||
handle: 'Homeowner',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg',
|
||||
imageAlt: 'Sarah Mitchell'
|
||||
},
|
||||
@@ -248,8 +252,8 @@ export default function LandingPage() {
|
||||
id: '2',
|
||||
testimonial: 'Outstanding service and attention to detail. They completed our commercial project on time and within budget.',
|
||||
rating: 5,
|
||||
author: 'John Davis',
|
||||
role: 'Business Owner',
|
||||
name: 'John Davis',
|
||||
handle: 'Business Owner',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg',
|
||||
imageAlt: 'John Davis'
|
||||
},
|
||||
@@ -257,8 +261,8 @@ export default function LandingPage() {
|
||||
id: '3',
|
||||
testimonial: 'Best electricians in town! Fast response, professional work, and fair pricing. Highly recommended.',
|
||||
rating: 5,
|
||||
author: 'Emily Rodriguez',
|
||||
role: 'Property Manager',
|
||||
name: 'Emily Rodriguez',
|
||||
handle: 'Property Manager',
|
||||
imageSrc: 'http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg',
|
||||
imageAlt: 'Emily Rodriguez'
|
||||
}
|
||||
@@ -271,6 +275,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -322,11 +327,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Get Your Free Electrical Quote"
|
||||
description="Let's assess your electrical needs and provide a transparent, no-obligation estimate."
|
||||
buttonText="Schedule a Consultation"
|
||||
buttonHref="#contact-form"
|
||||
background={{ variant: 'plain' }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Schedule a Consultation"
|
||||
onSubmit={(email) => console.log('Contact form submitted:', email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user