Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 02:16:21 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Professional Electrical Services"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-uniform-working-switchboard-electricity_169016-67729.jpg", imageAlt: "Professional electrician at work"
@@ -133,10 +133,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1", imageAlt: "John Martinez"
id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "John Martinez"
},
{
id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=1", imageAlt: "Sarah Thompson"
id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Thompson"
},
{
id: "3", name: "Michael Chen", handle: "Contractor", testimonial: "We've partnered with Oro Electrical on multiple projects. Their expertise and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"
@@ -145,10 +145,10 @@ export default function LandingPage() {
id: "4", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "Best electricians I've worked with. They explained everything clearly and finished ahead of schedule. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2", imageAlt: "David Kim"
id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "David Kim"
},
{
id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=2", imageAlt: "Lisa Anderson"
id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Lisa Anderson"
}
]}
speed={40}
@@ -190,7 +190,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Ready to Power Your Next Project?"
description="Contact Oro Electrical today for a free, no-obligation estimate. Call 678-349-8466 or book your consultation online."
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Book Estimate"