Merge version_1 into main #2
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
brandName="SMC Construction"
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,32 +42,22 @@ export default function AboutPage() {
|
||||
title="Our Company Story"
|
||||
description="SMC Construction Nigeria Limited has established itself as a trusted leader in multi-disciplinary construction with a proven track record of delivering excellence across diverse project types and scales."
|
||||
tag="About SMC"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg"
|
||||
imageAlt="Construction site with modern equipment"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Mission",
|
||||
content:
|
||||
"To deliver world-class construction and steel subcontracting solutions that exceed client expectations through innovation, professionalism, and an unwavering commitment to quality and safety.",
|
||||
},
|
||||
id: "1", title: "Our Mission", content:
|
||||
"To deliver world-class construction and steel subcontracting solutions that exceed client expectations through innovation, professionalism, and an unwavering commitment to quality and safety."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Our Vision",
|
||||
content:
|
||||
"To be the premier construction company in Nigeria, recognized for excellence in project execution, technical expertise, and strong client partnerships across commercial, industrial, and offshore sectors.",
|
||||
},
|
||||
id: "2", title: "Our Vision", content:
|
||||
"To be the premier construction company in Nigeria, recognized for excellence in project execution, technical expertise, and strong client partnerships across commercial, industrial, and offshore sectors."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Our Experience",
|
||||
content:
|
||||
"With extensive experience in large-scale construction projects, steel fabrication, and industrial infrastructure, we have successfully partnered with leading property developers, offshore companies, and industrial enterprises.",
|
||||
},
|
||||
id: "3", title: "Our Experience", content:
|
||||
"With extensive experience in large-scale construction projects, steel fabrication, and industrial infrastructure, we have successfully partnered with leading property developers, offshore companies, and industrial enterprises."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,69 +68,29 @@ export default function AboutPage() {
|
||||
tag="Our Team"
|
||||
groups={[
|
||||
{
|
||||
id: "management",
|
||||
groupTitle: "Management & Leadership",
|
||||
members: [
|
||||
id: "management", groupTitle: "Management & Leadership", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Managing Director",
|
||||
subtitle: "Strategic Vision & Operations",
|
||||
detail: "Leads company strategy and project oversight",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
|
||||
imageAlt: "Managing Director",
|
||||
},
|
||||
id: "1", title: "Managing Director", subtitle: "Strategic Vision & Operations", detail: "Leads company strategy and project oversight", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Managing Director"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Operations Manager",
|
||||
subtitle: "Project Execution",
|
||||
detail: "Oversees daily construction operations",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/engineer-halmet-standing-by-factory_1157-35301.jpg",
|
||||
imageAlt: "Operations Manager",
|
||||
},
|
||||
id: "2", title: "Operations Manager", subtitle: "Project Execution", detail: "Oversees daily construction operations", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/engineer-halmet-standing-by-factory_1157-35301.jpg", imageAlt: "Operations Manager"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Finance Director",
|
||||
subtitle: "Financial Management",
|
||||
detail: "Manages company finances and budgets",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg",
|
||||
imageAlt: "Finance Director",
|
||||
},
|
||||
id: "3", title: "Finance Director", subtitle: "Financial Management", detail: "Manages company finances and budgets", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-businessman-sitting-office-reading-business-reports-there-are-people-background_637285-218.jpg", imageAlt: "Finance Director"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "engineering",
|
||||
groupTitle: "Engineering & Technical",
|
||||
members: [
|
||||
id: "engineering", groupTitle: "Engineering & Technical", members: [
|
||||
{
|
||||
id: "4",
|
||||
title: "Chief Engineer",
|
||||
subtitle: "Technical Leadership",
|
||||
detail: "Oversees engineering excellence",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg",
|
||||
imageAlt: "Chief Engineer",
|
||||
},
|
||||
id: "4", title: "Chief Engineer", subtitle: "Technical Leadership", detail: "Oversees engineering excellence", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-smiley-people-with-neon-safety-vestsi_23-2148269347.jpg", imageAlt: "Chief Engineer"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Project Engineer",
|
||||
subtitle: "Project Execution",
|
||||
detail: "Manages technical project delivery",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg",
|
||||
imageAlt: "Project Engineer",
|
||||
},
|
||||
id: "5", title: "Project Engineer", subtitle: "Project Execution", detail: "Manages technical project delivery", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg", imageAlt: "Project Engineer"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Safety Officer",
|
||||
subtitle: "HSSE Compliance",
|
||||
detail: "Ensures safety standards compliance",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg",
|
||||
imageAlt: "Safety Officer",
|
||||
},
|
||||
id: "6", title: "Safety Officer", subtitle: "HSSE Compliance", detail: "Ensures safety standards compliance", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/workman-factory-writing-notes_1303-30620.jpg", imageAlt: "Safety Officer"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -159,34 +107,16 @@ export default function AboutPage() {
|
||||
tag="Track Record"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Excellence",
|
||||
items: [
|
||||
"Consistent delivery of quality projects",
|
||||
"Strong industry reputation",
|
||||
"Continuous business growth",
|
||||
],
|
||||
id: "1", value: "15+", title: "Years of Excellence", items: [
|
||||
"Consistent delivery of quality projects", "Strong industry reputation", "Continuous business growth"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "100+",
|
||||
title: "Projects Completed",
|
||||
items: [
|
||||
"Diverse project portfolio",
|
||||
"High client satisfaction",
|
||||
"Proven track record",
|
||||
],
|
||||
id: "2", value: "100+", title: "Projects Completed", items: [
|
||||
"Diverse project portfolio", "High client satisfaction", "Proven track record"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Industry Partners",
|
||||
items: [
|
||||
"Collaborations with top companies",
|
||||
"Strong supplier network",
|
||||
"Trusted relationships",
|
||||
],
|
||||
id: "3", value: "50+", title: "Industry Partners", items: [
|
||||
"Collaborations with top companies", "Strong supplier network", "Trusted relationships"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
258
src/app/page.tsx
258
src/app/page.tsx
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
]}
|
||||
brandName="SMC Construction"
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,17 +48,11 @@ export default function HomePage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-engineer-construction-site_181624-56562.jpg",
|
||||
alt: "Construction Professional 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-engineer-construction-site_181624-56562.jpg", alt: "Construction Professional 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg",
|
||||
alt: "Construction Professional 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-builder-uniform-holding-older-looking-building-plan_1157-50926.jpg", alt: "Construction Professional 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-hispanic-men-architects-writing-document-talking-smartphone-street_839833-21044.jpg",
|
||||
alt: "Construction Professional 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-hispanic-men-architects-writing-document-talking-smartphone-street_839833-21044.jpg", alt: "Construction Professional 3"},
|
||||
]}
|
||||
avatarText="Trusted by Leading Companies"
|
||||
buttons={[
|
||||
@@ -79,7 +71,7 @@ export default function HomePage() {
|
||||
description="SMC Construction Nigeria Limited"
|
||||
subdescription="Multi-Disciplinary Construction Company"
|
||||
icon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg"
|
||||
imageAlt="Construction site with modern equipment"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -91,50 +83,31 @@ export default function HomePage() {
|
||||
title="Our Core Services"
|
||||
description="We provide comprehensive construction and steel subcontracting solutions tailored to meet the demands of large commercial and industrial projects across Nigeria."
|
||||
tag="What We Offer"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg"
|
||||
imageAlt="Heavy construction equipment and machinery"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Steel Subcontracting",
|
||||
content:
|
||||
"Expert steel fabrication, installation, and structural work for large-scale industrial and commercial projects. We ensure precision, safety, and adherence to international standards.",
|
||||
},
|
||||
id: "1", title: "Steel Subcontracting", content:
|
||||
"Expert steel fabrication, installation, and structural work for large-scale industrial and commercial projects. We ensure precision, safety, and adherence to international standards."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Civil Construction",
|
||||
content:
|
||||
"Comprehensive civil engineering and construction services including foundation work, infrastructure development, and structural execution for complex projects.",
|
||||
},
|
||||
id: "2", title: "Civil Construction", content:
|
||||
"Comprehensive civil engineering and construction services including foundation work, infrastructure development, and structural execution for complex projects."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Industrial Construction",
|
||||
content:
|
||||
"Specialized industrial construction including manufacturing facilities, processing plants, and heavy industrial infrastructure with cutting-edge technologies.",
|
||||
},
|
||||
id: "3", title: "Industrial Construction", content:
|
||||
"Specialized industrial construction including manufacturing facilities, processing plants, and heavy industrial infrastructure with cutting-edge technologies."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Project Planning & Execution",
|
||||
content:
|
||||
"End-to-end project management from planning and design coordination to execution and quality assurance on all construction and subcontracting work.",
|
||||
},
|
||||
id: "4", title: "Project Planning & Execution", content:
|
||||
"End-to-end project management from planning and design coordination to execution and quality assurance on all construction and subcontracting work."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Machine Shop Construction",
|
||||
content:
|
||||
"Specialized construction and installation of machine shop facilities with precision engineering and compliance with operational requirements.",
|
||||
},
|
||||
id: "5", title: "Machine Shop Construction", content:
|
||||
"Specialized construction and installation of machine shop facilities with precision engineering and compliance with operational requirements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Offshore Infrastructure Support",
|
||||
content:
|
||||
"Dedicated support for offshore and coastal infrastructure projects, including specialized structures and environmental compliance measures.",
|
||||
},
|
||||
id: "6", title: "Offshore Infrastructure Support", content:
|
||||
"Dedicated support for offshore and coastal infrastructure projects, including specialized structures and environmental compliance measures."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,31 +118,16 @@ export default function HomePage() {
|
||||
tag="Project Highlights"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "HBM Machine Shop - Port Harcourt",
|
||||
price: "Project Completed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg?_wi=1",
|
||||
imageAlt: "HBM Machine Shop facility in Port Harcourt",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "HBM Machine Shop - Port Harcourt", price: "Project Completed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg", imageAlt: "HBM Machine Shop facility in Port Harcourt", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Industrial Steel Framework Installation",
|
||||
price: "Ongoing Excellence",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=1",
|
||||
imageAlt: "Steel framework installation project",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Industrial Steel Framework Installation", price: "Ongoing Excellence", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", imageAlt: "Steel framework installation project", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Offshore Support Infrastructure",
|
||||
price: "Specialized Expertise",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg?_wi=1",
|
||||
imageAlt: "Offshore infrastructure support facility",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Offshore Support Infrastructure", price: "Specialized Expertise", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg", imageAlt: "Offshore infrastructure support facility", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -186,64 +144,28 @@ export default function HomePage() {
|
||||
tag="Company Values"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Excellence",
|
||||
title: "Professionalism",
|
||||
items: [
|
||||
"Skilled and experienced workforce",
|
||||
"Professional project management",
|
||||
"Client-focused approach",
|
||||
],
|
||||
id: "1", value: "Excellence", title: "Professionalism", items: [
|
||||
"Skilled and experienced workforce", "Professional project management", "Client-focused approach"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Quality",
|
||||
title: "Quality Assurance",
|
||||
items: [
|
||||
"International standards compliance",
|
||||
"Rigorous quality control",
|
||||
"Durable construction solutions",
|
||||
],
|
||||
id: "2", value: "Quality", title: "Quality Assurance", items: [
|
||||
"International standards compliance", "Rigorous quality control", "Durable construction solutions"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Safety",
|
||||
title: "Safety First",
|
||||
items: [
|
||||
"HSSE compliance",
|
||||
"Worker protection",
|
||||
"Public welfare priority",
|
||||
],
|
||||
id: "3", value: "Safety", title: "Safety First", items: [
|
||||
"HSSE compliance", "Worker protection", "Public welfare priority"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Trust",
|
||||
title: "Accountability",
|
||||
items: [
|
||||
"Transparent operations",
|
||||
"Timely delivery",
|
||||
"Ethical business practices",
|
||||
],
|
||||
id: "4", value: "Trust", title: "Accountability", items: [
|
||||
"Transparent operations", "Timely delivery", "Ethical business practices"],
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "Forward",
|
||||
title: "Innovation",
|
||||
items: [
|
||||
"Modern construction technologies",
|
||||
"Continuous improvement",
|
||||
"Creative problem-solving",
|
||||
],
|
||||
id: "5", value: "Forward", title: "Innovation", items: [
|
||||
"Modern construction technologies", "Continuous improvement", "Creative problem-solving"],
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
value: "Integrity",
|
||||
title: "Integrity",
|
||||
items: [
|
||||
"Honest communication",
|
||||
"Ethical commitment",
|
||||
"Long-term relationships",
|
||||
],
|
||||
id: "6", value: "Integrity", title: "Integrity", items: [
|
||||
"Honest communication", "Ethical commitment", "Long-term relationships"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -259,95 +181,35 @@ export default function HomePage() {
|
||||
tag="Client Feedback"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Adekunle Okafor, Project Director at AVEON Offshore Limited",
|
||||
date: "Date: March 2024",
|
||||
title: "Professional Excellence in Steel Subcontracting",
|
||||
quote:
|
||||
"SMC Construction delivered the HBM Machine Shop project with exceptional professionalism. Their team demonstrated deep expertise in complex structural work and maintained the highest safety standards throughout execution.",
|
||||
tag: "Steel Subcontracting",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Adekunle Okafor",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg",
|
||||
imageAlt: "Construction team at work",
|
||||
},
|
||||
id: "1", name: "Adekunle Okafor, Project Director at AVEON Offshore Limited", date: "Date: March 2024", title: "Professional Excellence in Steel Subcontracting", quote:
|
||||
"SMC Construction delivered the HBM Machine Shop project with exceptional professionalism. Their team demonstrated deep expertise in complex structural work and maintained the highest safety standards throughout execution.", tag: "Steel Subcontracting", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Adekunle Okafor", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Construction team at work"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chioma Ejiro, Managing Director of Development Partners Inc",
|
||||
date: "Date: February 2024",
|
||||
title: "Reliable Partner for Large-Scale Projects",
|
||||
quote:
|
||||
"Working with SMC Construction on our industrial expansion project was seamless. They provided clear communication, met all timelines, and delivered superior quality work that exceeded our expectations.",
|
||||
tag: "Industrial Construction",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
avatarAlt: "Chioma Ejiro",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fourth-block-chernobyl-nuclear-power-plant-30-years-after-explosion-nuclear-power-plant_627829-11676.jpg?_wi=1",
|
||||
imageAlt: "Industrial facility",
|
||||
},
|
||||
id: "2", name: "Chioma Ejiro, Managing Director of Development Partners Inc", date: "Date: February 2024", title: "Reliable Partner for Large-Scale Projects", quote:
|
||||
"Working with SMC Construction on our industrial expansion project was seamless. They provided clear communication, met all timelines, and delivered superior quality work that exceeded our expectations.", tag: "Industrial Construction", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Chioma Ejiro", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fourth-block-chernobyl-nuclear-power-plant-30-years-after-explosion-nuclear-power-plant_627829-11676.jpg", imageAlt: "Industrial facility"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emeka Okonkwo, Operations Manager at Petrotech Industries",
|
||||
date: "Date: January 2024",
|
||||
title: "Excellence in Offshore Infrastructure",
|
||||
quote:
|
||||
"SMC's expertise in offshore infrastructure support proved invaluable for our coastal facility project. Their innovative solutions and commitment to safety were exemplary.",
|
||||
tag: "Offshore Support",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
avatarAlt: "Emeka Okonkwo",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-sunrise-view-venice-beach-pier-near-santa-monica_181624-38374.jpg",
|
||||
imageAlt: "Coastal infrastructure",
|
||||
},
|
||||
id: "3", name: "Emeka Okonkwo, Operations Manager at Petrotech Industries", date: "Date: January 2024", title: "Excellence in Offshore Infrastructure", quote:
|
||||
"SMC's expertise in offshore infrastructure support proved invaluable for our coastal facility project. Their innovative solutions and commitment to safety were exemplary.", tag: "Offshore Support", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", avatarAlt: "Emeka Okonkwo", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-sunrise-view-venice-beach-pier-near-santa-monica_181624-38374.jpg", imageAlt: "Coastal infrastructure"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Folake Adeyemi, CEO of Steel Works Manufacturing",
|
||||
date: "Date: December 2023",
|
||||
title: "Precision and Professionalism",
|
||||
quote:
|
||||
"The steel fabrication and installation work by SMC Construction demonstrated remarkable precision. Their technical knowledge and problem-solving capabilities are outstanding.",
|
||||
tag: "Steel Fabrication",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
avatarAlt: "Folake Adeyemi",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg",
|
||||
imageAlt: "Steel work",
|
||||
},
|
||||
id: "4", name: "Folake Adeyemi, CEO of Steel Works Manufacturing", date: "Date: December 2023", title: "Precision and Professionalism", quote:
|
||||
"The steel fabrication and installation work by SMC Construction demonstrated remarkable precision. Their technical knowledge and problem-solving capabilities are outstanding.", tag: "Steel Fabrication", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Folake Adeyemi", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg", imageAlt: "Steel work"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ibrahim Hassan, Project Lead at Continental Development",
|
||||
date: "Date: November 2023",
|
||||
title: "Trustworthy Construction Partner",
|
||||
quote:
|
||||
"SMC Construction has become our preferred partner for major construction projects. Their reliability, quality output, and professional approach make them exceptional in the industry.",
|
||||
tag: "Civil Construction",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Ibrahim Hassan",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/construction-work-site_1398-3934.jpg?_wi=1",
|
||||
imageAlt: "Construction site",
|
||||
},
|
||||
id: "5", name: "Ibrahim Hassan, Project Lead at Continental Development", date: "Date: November 2023", title: "Trustworthy Construction Partner", quote:
|
||||
"SMC Construction has become our preferred partner for major construction projects. Their reliability, quality output, and professional approach make them exceptional in the industry.", tag: "Civil Construction", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Ibrahim Hassan", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/construction-work-site_1398-3934.jpg", imageAlt: "Construction site"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ngozi Udeze, Procurement Director at Global Infrastructure",
|
||||
date: "Date: October 2023",
|
||||
title: "Strong Financial Management",
|
||||
quote:
|
||||
"Beyond their construction expertise, SMC Construction demonstrates strong financial management and transparency. They handle project budgets professionally and deliver within agreed parameters.",
|
||||
tag: "Project Management",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
avatarAlt: "Ngozi Udeze",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg?_wi=1",
|
||||
imageAlt: "Professional collaboration",
|
||||
},
|
||||
id: "6", name: "Ngozi Udeze, Procurement Director at Global Infrastructure", date: "Date: October 2023", title: "Strong Financial Management", quote:
|
||||
"Beyond their construction expertise, SMC Construction demonstrates strong financial management and transparency. They handle project budgets professionally and deliver within agreed parameters.", tag: "Project Management", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Ngozi Udeze", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg", imageAlt: "Professional collaboration"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -33,9 +33,7 @@ export default function ProjectsPage() {
|
||||
]}
|
||||
brandName="SMC Construction"
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,58 +44,28 @@ export default function ProjectsPage() {
|
||||
tag="Project Highlights"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "HBM Machine Shop - Port Harcourt",
|
||||
price: "Project Completed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg?_wi=3",
|
||||
imageAlt: "HBM Machine Shop facility in Port Harcourt",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "HBM Machine Shop - Port Harcourt", price: "Project Completed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg", imageAlt: "HBM Machine Shop facility in Port Harcourt", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Industrial Steel Framework Installation",
|
||||
price: "Ongoing Excellence",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=2",
|
||||
imageAlt: "Steel framework installation project",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Industrial Steel Framework Installation", price: "Ongoing Excellence", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", imageAlt: "Steel framework installation project", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Offshore Support Infrastructure",
|
||||
price: "Specialized Expertise",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg?_wi=3",
|
||||
imageAlt: "Offshore infrastructure support facility",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Offshore Support Infrastructure", price: "Specialized Expertise", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg", imageAlt: "Offshore infrastructure support facility", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Commercial Building Development",
|
||||
price: "On Schedule",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg?_wi=3",
|
||||
imageAlt: "Commercial building construction site",
|
||||
initialQuantity: 1,
|
||||
id: "4", name: "Commercial Building Development", price: "On Schedule", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-shot-two-excavators-building-site_181624-7771.jpg", imageAlt: "Commercial building construction site", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Heavy Equipment Installation",
|
||||
price: "Precision Executed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=3",
|
||||
imageAlt: "Heavy industrial crane mechanism installation",
|
||||
initialQuantity: 1,
|
||||
id: "5", name: "Heavy Equipment Installation", price: "Precision Executed", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg", imageAlt: "Heavy industrial crane mechanism installation", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Infrastructure Development Project",
|
||||
price: "Community Impact",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/construction-work-site_1398-3934.jpg?_wi=2",
|
||||
imageAlt: "Infrastructure development construction site",
|
||||
initialQuantity: 1,
|
||||
id: "6", name: "Infrastructure Development Project", price: "Community Impact", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/construction-work-site_1398-3934.jpg", imageAlt: "Infrastructure development construction site", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -112,38 +80,25 @@ export default function ProjectsPage() {
|
||||
title="Our Project Approach"
|
||||
description="A systematic and professional methodology that ensures every project is delivered with excellence, on schedule, and within budget."
|
||||
tag="Process Excellence"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg"
|
||||
imageAlt="Project planning and collaboration"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Planning & Assessment",
|
||||
content:
|
||||
"Comprehensive site assessment, feasibility study, and detailed project planning. We work closely with stakeholders to understand requirements and establish clear timelines and budgets.",
|
||||
},
|
||||
id: "1", title: "Planning & Assessment", content:
|
||||
"Comprehensive site assessment, feasibility study, and detailed project planning. We work closely with stakeholders to understand requirements and establish clear timelines and budgets."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Design Coordination",
|
||||
content:
|
||||
"Collaboration with design teams to ensure structural integrity, safety compliance, and alignment with project specifications. Quality review at every design stage.",
|
||||
},
|
||||
id: "2", title: "Design Coordination", content:
|
||||
"Collaboration with design teams to ensure structural integrity, safety compliance, and alignment with project specifications. Quality review at every design stage."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Execution & Monitoring",
|
||||
content:
|
||||
"Professional on-site management with daily monitoring, quality inspections, and rigorous safety protocols. Regular communication with project stakeholders on progress.",
|
||||
},
|
||||
id: "3", title: "Execution & Monitoring", content:
|
||||
"Professional on-site management with daily monitoring, quality inspections, and rigorous safety protocols. Regular communication with project stakeholders on progress."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Quality Assurance",
|
||||
content:
|
||||
"Rigorous quality control processes, third-party inspections, and adherence to international standards. Final inspections and handover protocols ensure client satisfaction.",
|
||||
},
|
||||
id: "4", title: "Quality Assurance", content:
|
||||
"Rigorous quality control processes, third-party inspections, and adherence to international standards. Final inspections and handover protocols ensure client satisfaction."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,53 +109,29 @@ export default function ProjectsPage() {
|
||||
tag="Project Insights"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of projects do you typically handle?",
|
||||
content:
|
||||
"We handle steel subcontracting, civil construction, industrial construction, machine shop facilities, and offshore infrastructure projects. Our portfolio spans commercial, industrial, and specialized infrastructure sectors.",
|
||||
},
|
||||
id: "1", title: "What types of projects do you typically handle?", content:
|
||||
"We handle steel subcontracting, civil construction, industrial construction, machine shop facilities, and offshore infrastructure projects. Our portfolio spans commercial, industrial, and specialized infrastructure sectors."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your typical project timeline?",
|
||||
content:
|
||||
"Project timelines vary based on scope and complexity. Small projects may take 3-6 months, while large industrial projects can span 12-24 months. We provide realistic timelines during the planning phase.",
|
||||
},
|
||||
id: "2", title: "What is your typical project timeline?", content:
|
||||
"Project timelines vary based on scope and complexity. Small projects may take 3-6 months, while large industrial projects can span 12-24 months. We provide realistic timelines during the planning phase."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you manage project quality?",
|
||||
content:
|
||||
"We employ rigorous quality control processes, regular inspections, use of modern technologies, experienced workforce training, and adherence to international standards. Third-party inspections verify compliance.",
|
||||
},
|
||||
id: "3", title: "How do you manage project quality?", content:
|
||||
"We employ rigorous quality control processes, regular inspections, use of modern technologies, experienced workforce training, and adherence to international standards. Third-party inspections verify compliance."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you handle urgent or accelerated projects?",
|
||||
content:
|
||||
"Yes, our extensive equipment fleet and subcontractor network allow us to meet aggressive schedules when necessary. We discuss feasibility during the initial consultation.",
|
||||
},
|
||||
id: "4", title: "Can you handle urgent or accelerated projects?", content:
|
||||
"Yes, our extensive equipment fleet and subcontractor network allow us to meet aggressive schedules when necessary. We discuss feasibility during the initial consultation."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you handle project changes or modifications?",
|
||||
content:
|
||||
"We have a structured change management process. Any project modifications are documented, cost-impact assessed, and approved by all stakeholders before implementation.",
|
||||
},
|
||||
id: "5", title: "How do you handle project changes or modifications?", content:
|
||||
"We have a structured change management process. Any project modifications are documented, cost-impact assessed, and approved by all stakeholders before implementation."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What are your project cost parameters?",
|
||||
content:
|
||||
"We provide detailed quotations during the proposal phase. Projects are delivered within agreed budget parameters with transparent cost breakdown and regular financial reporting.",
|
||||
},
|
||||
id: "6", title: "What are your project cost parameters?", content:
|
||||
"We provide detailed quotations during the proposal phase. Projects are delivered within agreed budget parameters with transparent cost breakdown and regular financial reporting."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Do you work with project financing options?",
|
||||
content:
|
||||
"We can work with various project financing arrangements and provide flexible payment schedules aligned with project milestones for qualified clients.",
|
||||
},
|
||||
id: "7", title: "Do you work with project financing options?", content:
|
||||
"We can work with various project financing arrangements and provide flexible payment schedules aligned with project milestones for qualified clients."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How are project risks managed?",
|
||||
content:
|
||||
"We conduct comprehensive risk assessments, maintain appropriate insurance coverage, have contingency plans, and maintain open communication with stakeholders throughout project execution.",
|
||||
},
|
||||
id: "8", title: "How are project risks managed?", content:
|
||||
"We conduct comprehensive risk assessments, maintain appropriate insurance coverage, have contingency plans, and maintain open communication with stakeholders throughout project execution."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -33,9 +33,7 @@ export default function ServicesPage() {
|
||||
]}
|
||||
brandName="SMC Construction"
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,32 +42,22 @@ export default function ServicesPage() {
|
||||
title="Our Comprehensive Services"
|
||||
description="SMC Construction offers a full spectrum of construction and steel subcontracting services designed to meet the complex needs of large-scale commercial and industrial projects across Nigeria."
|
||||
tag="Service Portfolio"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-heavy-industrial-crane-mechanism_632498-60873.jpg"
|
||||
imageAlt="Heavy construction equipment and machinery"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Steel Subcontracting & Fabrication",
|
||||
content:
|
||||
"Expert steel fabrication, installation, and structural work for large-scale industrial and commercial projects. We handle structural design coordination, quality assurance, and precise installation with adherence to international standards.",
|
||||
},
|
||||
id: "1", title: "Steel Subcontracting & Fabrication", content:
|
||||
"Expert steel fabrication, installation, and structural work for large-scale industrial and commercial projects. We handle structural design coordination, quality assurance, and precise installation with adherence to international standards."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Civil Construction & Engineering",
|
||||
content:
|
||||
"Comprehensive civil engineering and construction services including foundation work, infrastructure development, and structural execution. From site preparation to final handover, we manage every aspect professionally.",
|
||||
},
|
||||
id: "2", title: "Civil Construction & Engineering", content:
|
||||
"Comprehensive civil engineering and construction services including foundation work, infrastructure development, and structural execution. From site preparation to final handover, we manage every aspect professionally."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Industrial Construction",
|
||||
content:
|
||||
"Specialized industrial construction including manufacturing facilities, processing plants, and heavy industrial infrastructure. We utilize cutting-edge technologies and proven methodologies for complex industrial projects.",
|
||||
},
|
||||
id: "3", title: "Industrial Construction", content:
|
||||
"Specialized industrial construction including manufacturing facilities, processing plants, and heavy industrial infrastructure. We utilize cutting-edge technologies and proven methodologies for complex industrial projects."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,34 +68,16 @@ export default function ServicesPage() {
|
||||
tag="Service Strengths"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Advanced",
|
||||
title: "Technology & Equipment",
|
||||
items: [
|
||||
"Modern construction machinery",
|
||||
"Advanced project management systems",
|
||||
"State-of-the-art safety equipment",
|
||||
],
|
||||
id: "1", value: "Advanced", title: "Technology & Equipment", items: [
|
||||
"Modern construction machinery", "Advanced project management systems", "State-of-the-art safety equipment"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Expert",
|
||||
title: "Workforce & Expertise",
|
||||
items: [
|
||||
"Highly skilled engineers and technicians",
|
||||
"Certified project managers",
|
||||
"Experienced site supervisors",
|
||||
],
|
||||
id: "2", value: "Expert", title: "Workforce & Expertise", items: [
|
||||
"Highly skilled engineers and technicians", "Certified project managers", "Experienced site supervisors"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Global",
|
||||
title: "Standards & Compliance",
|
||||
items: [
|
||||
"International quality standards",
|
||||
"HSSE compliance protocols",
|
||||
"Environmental responsibility",
|
||||
],
|
||||
id: "3", value: "Global", title: "Standards & Compliance", items: [
|
||||
"International quality standards", "HSSE compliance protocols", "Environmental responsibility"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -123,50 +93,20 @@ export default function ServicesPage() {
|
||||
tag="Client Success"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Adekunle Okafor, Project Director at AVEON Offshore Limited",
|
||||
date: "Date: March 2024",
|
||||
title: "Professional Excellence in Steel Subcontracting",
|
||||
quote:
|
||||
"SMC Construction's steel subcontracting services delivered exceptional results on our HBM Machine Shop project. Their precision, expertise, and adherence to timelines set them apart.",
|
||||
tag: "Steel Subcontracting",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
avatarAlt: "Adekunle Okafor",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg?_wi=2",
|
||||
imageAlt: "Manufacturing facility",
|
||||
},
|
||||
id: "1", name: "Adekunle Okafor, Project Director at AVEON Offshore Limited", date: "Date: March 2024", title: "Professional Excellence in Steel Subcontracting", quote:
|
||||
"SMC Construction's steel subcontracting services delivered exceptional results on our HBM Machine Shop project. Their precision, expertise, and adherence to timelines set them apart.", tag: "Steel Subcontracting", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Adekunle Okafor", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/production-manufacture-sightseeing-excursion-interior-ceramic-tile-manufacturing-plant-ceramic-tile-manufacturing-plant-with-conveyer-belt_645730-195.jpg", imageAlt: "Manufacturing facility"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chioma Ejiro, Managing Director of Development Partners Inc",
|
||||
date: "Date: February 2024",
|
||||
title: "Exceptional Civil Construction Services",
|
||||
quote:
|
||||
"Their civil construction services for our industrial expansion were seamless. Clear communication, superior quality, and on-time delivery exceeded all our expectations.",
|
||||
tag: "Civil Construction",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
avatarAlt: "Chioma Ejiro",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fourth-block-chernobyl-nuclear-power-plant-30-years-after-explosion-nuclear-power-plant_627829-11676.jpg?_wi=2",
|
||||
imageAlt: "Industrial facility",
|
||||
},
|
||||
id: "2", name: "Chioma Ejiro, Managing Director of Development Partners Inc", date: "Date: February 2024", title: "Exceptional Civil Construction Services", quote:
|
||||
"Their civil construction services for our industrial expansion were seamless. Clear communication, superior quality, and on-time delivery exceeded all our expectations.", tag: "Civil Construction", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", avatarAlt: "Chioma Ejiro", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fourth-block-chernobyl-nuclear-power-plant-30-years-after-explosion-nuclear-power-plant_627829-11676.jpg", imageAlt: "Industrial facility"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emeka Okonkwo, Operations Manager at Petrotech Industries",
|
||||
date: "Date: January 2024",
|
||||
title: "Specialist Offshore Infrastructure Services",
|
||||
quote:
|
||||
"SMC's offshore infrastructure services demonstrated specialized expertise and innovative solutions. Their commitment to safety and quality is exemplary for maritime projects.",
|
||||
tag: "Offshore Services",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
avatarAlt: "Emeka Okonkwo",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg?_wi=2",
|
||||
imageAlt: "Offshore infrastructure",
|
||||
},
|
||||
id: "3", name: "Emeka Okonkwo, Operations Manager at Petrotech Industries", date: "Date: January 2024", title: "Specialist Offshore Infrastructure Services", quote:
|
||||
"SMC's offshore infrastructure services demonstrated specialized expertise and innovative solutions. Their commitment to safety and quality is exemplary for maritime projects.", tag: "Offshore Services", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", avatarAlt: "Emeka Okonkwo", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-seaport-new-york-sunset-usa_1268-19533.jpg", imageAlt: "Offshore infrastructure"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user