Merge version_2 into main #4
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="circleGradient"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -50,30 +50,30 @@ export default function LandingPage() {
|
||||
tag="Expert Electrical Services"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-reviews-switchboard-plan-tablet-smart-diagnostics_169016-71116.jpg", imageAlt: "Professional electricians working on electrical panel"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-reviews-switchboard-plan-tablet-smart-diagnostics_169016-71116.jpg?_wi=1", imageAlt: "Professional electricians working on electrical panel"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66822.jpg", imageAlt: "Residential electrical installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66822.jpg?_wi=1", imageAlt: "Residential electrical installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-uses-tablet-near-switchboard-digital-diagnostics_169016-71250.jpg", imageAlt: "Commercial electrical work"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-uses-tablet-near-switchboard-digital-diagnostics_169016-71250.jpg?_wi=1", imageAlt: "Commercial electrical work"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-points-switchgear-modules-system-check-smart-inspection_169016-71013.jpg", imageAlt: "Electrical panel upgrade"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-points-switchgear-modules-system-check-smart-inspection_169016-71013.jpg?_wi=1", imageAlt: "Electrical panel upgrade"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-wearing-protection-gear_23-2148784098.jpg", imageAlt: "Professional lighting installation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-wearing-protection-gear_23-2148784098.jpg?_wi=1", imageAlt: "Professional lighting installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5082.jpg", imageAlt: "Electrical repair service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5082.jpg?_wi=1", imageAlt: "Electrical repair service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-photovoltaics-plant-manager-industrial-platform-overseeing-work-done-by-engineers_482257-135654.jpg", imageAlt: "Manufacturing maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-photovoltaics-plant-manager-industrial-platform-overseeing-work-done-by-engineers_482257-135654.jpg?_wi=1", imageAlt: "Manufacturing maintenance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-woman-looking-phone_1154-221.jpg", imageAlt: "Emergency electrical service"
|
||||
@@ -99,10 +99,9 @@ export default function LandingPage() {
|
||||
{ value: "4.9★", title: "From 200+ Reviews" },
|
||||
{ value: "24/7", title: "Emergency Service" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-engineer-reviews-switchboard-plan-tablet-smart-diagnostics_169016-71116.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-engineer-reviews-switchboard-plan-tablet-smart-diagnostics_169016-71116.jpg?_wi=2"
|
||||
imageAlt="Mosteller Electrical Contractors team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,22 +115,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Residential Electrical", description: "Complete electrical solutions for homes including wiring, lighting, panel installations, and repairs. We ensure safety, efficiency, and aesthetic appeal for your living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66822.jpg", imageAlt: "Residential electrical installation"
|
||||
id: "1", title: "Residential Electrical", description: "Complete electrical solutions for homes including wiring, lighting, panel installations, and repairs. We ensure safety, efficiency, and aesthetic appeal for your living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66822.jpg?_wi=2", imageAlt: "Residential electrical installation"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Commercial Electrical", description: "Professional electrical systems for businesses and commercial properties. We handle everything from initial design to installation and ongoing maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-uses-tablet-near-switchboard-digital-diagnostics_169016-71250.jpg", imageAlt: "Commercial electrical work"
|
||||
id: "2", title: "Commercial Electrical", description: "Professional electrical systems for businesses and commercial properties. We handle everything from initial design to installation and ongoing maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-uses-tablet-near-switchboard-digital-diagnostics_169016-71250.jpg?_wi=2", imageAlt: "Commercial electrical work"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Electrical Repairs", description: "Expert diagnosis and repair of electrical issues. Our technicians quickly identify problems and provide reliable solutions to keep your systems running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5082.jpg", imageAlt: "Electrical repair service"
|
||||
id: "3", title: "Electrical Repairs", description: "Expert diagnosis and repair of electrical issues. Our technicians quickly identify problems and provide reliable solutions to keep your systems running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-installation-connection-electrical-equipment-close-up_169016-5082.jpg?_wi=2", imageAlt: "Electrical repair service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Panel Upgrades", description: "Modern electrical panel installations and upgrades to handle increased power demands. We ensure your electrical infrastructure is current and safe.", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-points-switchgear-modules-system-check-smart-inspection_169016-71013.jpg", imageAlt: "Electrical panel upgrade"
|
||||
id: "4", title: "Panel Upgrades", description: "Modern electrical panel installations and upgrades to handle increased power demands. We ensure your electrical infrastructure is current and safe.", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-points-switchgear-modules-system-check-smart-inspection_169016-71013.jpg?_wi=2", imageAlt: "Electrical panel upgrade"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Lighting Installation", description: "Professional lighting design and installation for residential and commercial spaces. Create the perfect ambiance with modern, efficient lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-wearing-protection-gear_23-2148784098.jpg", imageAlt: "Professional lighting installation"
|
||||
id: "5", title: "Lighting Installation", description: "Professional lighting design and installation for residential and commercial spaces. Create the perfect ambiance with modern, efficient lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-wearing-protection-gear_23-2148784098.jpg?_wi=2", imageAlt: "Professional lighting installation"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Manufacturing Maintenance", description: "Reliable maintenance and support for manufacturing facility electrical systems. We minimize downtime and keep your operations running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-photovoltaics-plant-manager-industrial-platform-overseeing-work-done-by-engineers_482257-135654.jpg", imageAlt: "Manufacturing maintenance"
|
||||
id: "6", title: "Manufacturing Maintenance", description: "Reliable maintenance and support for manufacturing facility electrical systems. We minimize downtime and keep your operations running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-photovoltaics-plant-manager-industrial-platform-overseeing-work-done-by-engineers_482257-135654.jpg?_wi=2", imageAlt: "Manufacturing maintenance"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -297,4 +296,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #060000;
|
||||
--card: #1d0d0d;
|
||||
--foreground: #ffe6e6;
|
||||
--primary-cta: #ff3d4a;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #ffc107;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1f0a0a;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #ffe6e6;
|
||||
--accent: #7b2d2d;
|
||||
--background-accent: #b8111f;
|
||||
--accent: #1c1c1c;
|
||||
--background-accent: #f5f5f5;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user