Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,16 +48,16 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "none" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Professional electrical outlet installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg", imageAlt: "Commercial electrical contractor service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg", imageAlt: "Residential electrical installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=1", imageAlt: "Professional electrical outlet installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg?_wi=1", imageAlt: "Commercial electrical contractor service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg?_wi=1", imageAlt: "Residential electrical installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/it-students-fixing-hardware-equipment-s_23-2147883652.jpg", imageAlt: "Advanced electrical system installation" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-works-with-tablet-near-electrical-panel-digital-control_169016-71089.jpg", imageAlt: "Modern LED lighting installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Emergency electrical repair service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg", imageAlt: "Industrial electrical maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Electrical panel inspection and safety" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=1", imageAlt: "Emergency electrical repair service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-firefighter-station-inside-fire-truck_23-2149206447.jpg?_wi=2", imageAlt: "Industrial electrical maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=2", imageAlt: "Electrical panel inspection and safety" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule Service", href: "contact" },
|
||||
@@ -88,16 +88,16 @@ export default function LandingPage() {
|
||||
tagIcon={Lightbulb}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Electrical", description: "Home installations, repairs, rewiring, and upgrades with safety as our priority", imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg", imageAlt: "Residential electrical installation service", button: { text: "Learn More", href: "#" }
|
||||
title: "Residential Electrical", description: "Home installations, repairs, rewiring, and upgrades with safety as our priority", imageSrc: "http://img.b2bpic.net/free-photo/large-light-bulb-restaurant_1232-1364.jpg?_wi=2", imageAlt: "Residential electrical installation service", button: { text: "Learn More", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Commercial Services", description: "Office and business electrical systems, maintenance plans, and system upgrades", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg", imageAlt: "Commercial electrical contractor service", button: { text: "Learn More", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs", description: "24/7 emergency response for power outages and critical electrical failures", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg", imageAlt: "Emergency electrical repair service", button: { text: "Call Now", href: "#" }
|
||||
title: "Emergency Repairs", description: "24/7 emergency response for power outages and critical electrical failures", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg?_wi=2", imageAlt: "Emergency electrical repair service", button: { text: "Call Now", href: "#" }
|
||||
},
|
||||
{
|
||||
title: "Safety Inspections", description: "Comprehensive electrical safety inspections and compliance certifications", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg", imageAlt: "Electrical inspection and compliance", button: { text: "Schedule Inspection", href: "#" }
|
||||
title: "Safety Inspections", description: "Comprehensive electrical safety inspections and compliance certifications", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-switchboard-male-electrician-overalls-working-with-electricity_169016-66826.jpg?_wi=3", imageAlt: "Electrical inspection and compliance", button: { text: "Schedule Inspection", href: "#" }
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
|
||||
Reference in New Issue
Block a user