Merge version_1_1782032144054 into main #1

Merged
bender merged 2 commits from version_1_1782032144054 into main 2026-06-21 08:56:52 +00:00

View File

@@ -18,13 +18,9 @@ export default function HomePage() {
title="Powering Your Business with Excellence"
description="Comprehensive electrical maintenance, contracting, and retail solutions for industrial and residential needs."
primaryButton={{
text: "Book Services",
href: "#contact",
}}
text: "Book Services", href: "#contact"}}
secondaryButton={{
text: "Shop Equipment",
href: "#shop",
}}
text: "Shop Equipment", href: "#shop"}}
imageSrc="http://img.b2bpic.net/free-photo/office-building-with-large-windows_250224-110.jpg"
/>
</SectionErrorBoundary>
@@ -46,35 +42,15 @@ export default function HomePage() {
description="From complex contracting to routine maintenance, our certified technicians ensure safety and performance."
items={[
{
title: "Residential Maintenance",
description: "Reliable safety checks and repairs.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359014.jpg",
},
title: "Residential Maintenance", description: "Reliable safety checks and repairs.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150359014.jpg"},
{
title: "Industrial Contracting",
description: "Scalable electrical infrastructure projects.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/safety-measures-stickers-assembly-lines-operated-by-heavy-machinery-render_482257-78158.jpg",
},
title: "Industrial Contracting", description: "Scalable electrical infrastructure projects.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/safety-measures-stickers-assembly-lines-operated-by-heavy-machinery-render_482257-78158.jpg"},
{
title: "Lighting Efficiency",
description: "Energy saving lighting upgrades.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/decor-architecture-black-decorative-victorian_1232-3956.jpg",
},
title: "Lighting Efficiency", description: "Energy saving lighting upgrades.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/decor-architecture-black-decorative-victorian_1232-3956.jpg"},
{
title: "Safety Inspections",
description: "Comprehensive electrical risk assessment.",
buttonIcon: "ShieldCheck",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg",
},
title: "Safety Inspections", description: "Comprehensive electrical risk assessment.", buttonIcon: "ShieldCheck", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg"},
{
title: "Emergency Repairs",
description: "24/7 rapid response for failures.",
buttonIcon: "AlertTriangle",
imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site_169016-5268.jpg",
},
title: "Emergency Repairs", description: "24/7 rapid response for failures.", buttonIcon: "AlertTriangle", imageSrc: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site_169016-5268.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -88,47 +64,19 @@ export default function HomePage() {
description="Explore our inventory of industry-certified electrical components and modern home appliances."
items={[
{
title: "LED Floodlight",
description: "Commercial grade exterior lights.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/glisten-interior-glitter-architecture-shiny_1232-3796.jpg",
},
title: "LED Floodlight", description: "Commercial grade exterior lights.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/glisten-interior-glitter-architecture-shiny_1232-3796.jpg"},
{
title: "Circuit Breaker",
description: "Advanced safety distribution system.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/old-switch-brick-wall-twisted-blue-tape_169016-3281.jpg",
},
title: "Circuit Breaker", description: "Advanced safety distribution system.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/old-switch-brick-wall-twisted-blue-tape_169016-3281.jpg"},
{
title: "Power Cable",
description: "Heavy-duty industrial cables.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-cable-energy-technology-equipment-isolated-white_93675-128546.jpg",
},
title: "Power Cable", description: "Heavy-duty industrial cables.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/electrical-cable-energy-technology-equipment-isolated-white_93675-128546.jpg"},
{
title: "Smart Switch",
description: "Modern home connectivity hardware.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/door-bell_1232-2568.jpg",
},
title: "Smart Switch", description: "Modern home connectivity hardware.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/door-bell_1232-2568.jpg"},
{
title: "Transformer",
description: "Industrial power supply unit.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/soviet-radar-duga-3-near-chernobyl-ghost-town-ukraine_627829-11647.jpg",
},
title: "Transformer", description: "Industrial power supply unit.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/soviet-radar-duga-3-near-chernobyl-ghost-town-ukraine_627829-11647.jpg"},
{
title: "Thermostat",
description: "Precision heating control.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg",
},
title: "Thermostat", description: "Precision heating control.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg"},
{
title: "Electrician Kit",
description: "Pro-grade repair toolkit.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg",
},
title: "Electrician Kit", description: "Pro-grade repair toolkit.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/father-s-day-background-with-tools-blank-space_23-2147625658.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -142,28 +90,16 @@ export default function HomePage() {
description="Years of expertise and a focus on safety standards."
metrics={[
{
value: "12+",
title: "Years Experience",
features: [
"Established 2010",
"Certified Staff",
],
value: "12+", title: "Years Experience", features: [
"Established 2010", "Certified Staff"],
},
{
value: "1500+",
title: "Projects Completed",
features: [
"Industrial/Comm.",
"Residential",
],
value: "1500+", title: "Projects Completed", features: [
"Industrial/Comm.", "Residential"],
},
{
value: "24/7",
title: "Customer Support",
features: [
"Fast Response",
"Expert Advice",
],
value: "24/7", title: "Customer Support", features: [
"Fast Response", "Expert Advice"],
},
]}
/>
@@ -178,40 +114,20 @@ export default function HomePage() {
description="Reliable service is the cornerstone of our reputation."
testimonials={[
{
name: "John Doe",
role: "Site Manager",
quote: "Manasfi is reliable and fast.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg",
},
name: "John Doe", role: "Site Manager", quote: "Manasfi is reliable and fast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg"},
{
name: "Jane Smith",
role: "Architect",
quote: "Extremely thorough contracting work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
},
name: "Jane Smith", role: "Architect", quote: "Extremely thorough contracting work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
{
name: "Mike Ross",
role: "Homeowner",
quote: "Quality equipment, great prices.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
},
name: "Mike Ross", role: "Homeowner", quote: "Quality equipment, great prices.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg"},
{
name: "Sam W.",
role: "Ops Lead",
quote: "Their team is highly professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
},
name: "Sam W.", role: "Ops Lead", quote: "Their team is highly professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
{
name: "Anna K.",
role: "Business Owner",
quote: "Best maintenance support in town.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
name: "Anna K.", role: "Business Owner", quote: "Best maintenance support in town.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -222,19 +138,14 @@ export default function HomePage() {
<FaqSplitMedia
tag="Support"
title="Common Inquiries"
description="We are here to answer your questions and assist with your electrical needs."
items={[
{
question: "Do you offer emergency services?",
answer: "Yes, we provide 24/7 support for electrical emergencies.",
},
question: "Do you offer emergency services?", answer: "Yes, we provide 24/7 support for electrical emergencies."},
{
question: "Are your products certified?",
answer: "All our electrical components meet local safety standards.",
},
question: "Are your products certified?", answer: "All our electrical components meet local safety standards."},
{
question: "Can I visit the shop?",
answer: "Yes, we are open daily and our experts can guide your purchase.",
},
question: "Can I visit the shop?", answer: "Yes, we are open daily and our experts can guide your purchase."},
]}
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-51079.jpg"
/>
@@ -247,13 +158,9 @@ export default function HomePage() {
tag="Reach Out"
text="Ready to discuss your electrical project? Contact us today for a professional consultation."
primaryButton={{
text: "Email Us",
href: "mailto:hello@manasfi.com",
}}
text: "Email Us", href: "mailto:hello@manasfi.com"}}
secondaryButton={{
text: "Call Now",
href: "tel:+1234567890",
}}
text: "Call Now", href: "tel:+1234567890"}}
/>
</SectionErrorBoundary>
</div>