Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-06 18:33:42 +00:00
3 changed files with 70 additions and 211 deletions

View File

@@ -56,9 +56,7 @@ export default function AboutPage() {
brandName="JR Kopano"
navItems={navItems}
button={{
text: "📞 Call Now",
href: "tel:0828065801",
}}
text: "📞 Call Now", href: "tel:0828065801"}}
animateOnLoad={true}
/>
</div>
@@ -70,41 +68,29 @@ export default function AboutPage() {
tag="Our Advantage"
bulletPoints={[
{
title: "Experienced Professionals",
description:
"Team with deep expertise in industrial engineering and fabrication",
icon: BadgeCheck,
title: "Experienced Professionals", description:
"Team with deep expertise in industrial engineering and fabrication", icon: BadgeCheck,
},
{
title: "Fast Response Times",
description:
"Quick turnaround on quotes and emergency maintenance requests",
icon: Zap,
title: "Fast Response Times", description:
"Quick turnaround on quotes and emergency maintenance requests", icon: Zap,
},
{
title: "Reliable Workmanship",
description: "Proven track record of quality delivery on every project",
icon: Shield,
title: "Reliable Workmanship", description: "Proven track record of quality delivery on every project", icon: Shield,
},
{
title: "Strategic Location",
description:
"Convenient access from Rosslyn industrial zone serving BMW and major manufacturers",
icon: MapPin,
title: "Strategic Location", description:
"Convenient access from Rosslyn industrial zone serving BMW and major manufacturers", icon: MapPin,
},
{
title: "Trusted by Local Business",
description:
"Long-standing relationships with established manufacturing companies",
icon: Handshake,
title: "Trusted by Local Business", description:
"Long-standing relationships with established manufacturing companies", icon: Handshake,
},
{
title: "Technical Excellence",
description: "Modern equipment and latest engineering practices",
icon: Cog,
title: "Technical Excellence", description: "Modern equipment and latest engineering practices", icon: Cog,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg"
imageAlt="J R Kopano Engineering team"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -117,20 +103,11 @@ export default function AboutPage() {
<MetricCardTwo
metrics={[
{
id: "1",
value: "4.1★",
description: "Customer Rating",
},
id: "1", value: "4.1★", description: "Customer Rating"},
{
id: "2",
value: "15+",
description: "Years Experience",
},
id: "2", value: "15+", description: "Years Experience"},
{
id: "3",
value: "100+",
description: "Projects Completed",
},
id: "3", value: "100+", description: "Projects Completed"},
]}
title="Trusted by Local Industry"
description="Excellence and reliability in every project"
@@ -150,17 +127,12 @@ export default function AboutPage() {
description="Contact J R Kopano Engineering today for reliable solutions. Whether you need mechanical engineering, fabrication, maintenance, or custom solutions, our team is ready to help. Call for immediate assistance or submit your project details for a quote."
buttons={[
{
text: "📞 Call 082 806 5801",
href: "tel:0828065801",
},
text: "📞 Call 082 806 5801", href: "tel:0828065801"},
{
text: "📩 Request a Quote",
href: "/contact",
},
text: "📩 Request a Quote", href: "/contact"},
]}
background={{
variant: "circleGradient",
}}
variant: "plain"}}
useInvertedBackground={true}
/>
</div>
@@ -172,19 +144,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Phone,
href: "tel:0828065801",
ariaLabel: "Call us",
},
href: "tel:0828065801", ariaLabel: "Call us"},
{
icon: Mail,
href: "mailto:info@jrkopano.co.za",
ariaLabel: "Email us",
},
href: "mailto:info@jrkopano.co.za", ariaLabel: "Email us"},
{
icon: MapPin,
href: "https://maps.google.com/?q=Rosslyn+Pretoria",
ariaLabel: "Our location",
},
href: "https://maps.google.com/?q=Rosslyn+Pretoria", ariaLabel: "Our location"},
]}
/>
</div>

View File

@@ -37,9 +37,7 @@ export default function HomePage() {
brandName="JR Kopano"
navItems={navItems}
button={{
text: "📞 Call Now",
href: "tel:0828065801",
}}
text: "📞 Call Now", href: "tel:0828065801"}}
animateOnLoad={true}
/>
</div>
@@ -53,25 +51,17 @@ export default function HomePage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-working-industrial-drilling-machine-production-line_342744-100.jpg?_wi=1",
imageAlt: "Professional engineering workshop",
},
imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-working-industrial-drilling-machine-production-line_342744-100.jpg", imageAlt: "Professional engineering workshop"},
{
imageSrc: "http://img.b2bpic.net/free-psd/blue-industrial-pump-compressor-unit-transparent-background_84443-71125.jpg",
imageAlt: "Industrial machinery and equipment",
},
imageSrc: "http://img.b2bpic.net/free-psd/blue-industrial-pump-compressor-unit-transparent-background_84443-71125.jpg", imageAlt: "Industrial machinery and equipment"},
]}
rating={5}
ratingText="Trusted by Local Manufacturers"
buttons={[
{
text: "📞 Call 082 806 5801",
href: "tel:0828065801",
},
text: "📞 Call 082 806 5801", href: "tel:0828065801"},
{
text: "📩 Request a Quote",
href: "/contact",
},
text: "📩 Request a Quote", href: "/contact"},
]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -86,20 +76,11 @@ export default function HomePage() {
tag="Our Promise"
metrics={[
{
id: "1",
value: "4.1★",
description: "Customer Rating",
},
id: "1", value: "4.1★", description: "Customer Rating"},
{
id: "2",
value: "15+",
description: "Years Experience",
},
id: "2", value: "15+", description: "Years Experience"},
{
id: "3",
value: "100+",
description: "Projects Completed",
},
id: "3", value: "100+", description: "Projects Completed"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -112,41 +93,17 @@ export default function HomePage() {
<FeatureCardTwentyFour
features={[
{
id: "1",
title: "Mechanical Engineering",
author: "Expert Team",
description: "Industrial engineering solutions for manufacturing and production facilities. Custom designs tailored to your operational needs.",
tags: ["Engineering", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/man-safety-equipment-his-workplace_23-2148976362.jpg?_wi=1",
imageAlt: "mechanical engineering design blueprint",
},
id: "1", title: "Mechanical Engineering", author: "Expert Team", description: "Industrial engineering solutions for manufacturing and production facilities. Custom designs tailored to your operational needs.", tags: ["Engineering", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/man-safety-equipment-his-workplace_23-2148976362.jpg", imageAlt: "mechanical engineering design blueprint"},
{
id: "2",
title: "Steel Fabrication",
author: "Skilled Fabricators",
description: "Custom metal fabrication and structural engineering services. Precision work for demanding industrial applications.",
tags: ["Fabrication", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg?_wi=1",
imageAlt: "steel metal fabrication welding work",
},
id: "2", title: "Steel Fabrication", author: "Skilled Fabricators", description: "Custom metal fabrication and structural engineering services. Precision work for demanding industrial applications.", tags: ["Fabrication", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg", imageAlt: "steel metal fabrication welding work"},
{
id: "3",
title: "Industrial Maintenance",
author: "Maintenance Specialists",
description: "Repair and maintenance services for machinery and equipment. Minimize downtime with our rapid response.",
tags: ["Maintenance", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367531.jpg?_wi=1",
imageAlt: "industrial maintenance repair equipment",
},
id: "3", title: "Industrial Maintenance", author: "Maintenance Specialists", description: "Repair and maintenance services for machinery and equipment. Minimize downtime with our rapid response.", tags: ["Maintenance", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367531.jpg", imageAlt: "industrial maintenance repair equipment"},
{
id: "4",
title: "Custom Engineering Solutions",
author: "Innovation Team",
description: "Tailored solutions designed for specific industrial needs. From concept to completion, we deliver results.",
tags: ["Custom", "Solutions"],
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg",
imageAlt: "custom engineering design manufacturing",
},
id: "4", title: "Custom Engineering Solutions", author: "Innovation Team", description: "Tailored solutions designed for specific industrial needs. From concept to completion, we deliver results.", tags: ["Custom", "Solutions"],
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg", imageAlt: "custom engineering design manufacturing"},
]}
animationType="slide-up"
title="Our Engineering Services"
@@ -164,37 +121,25 @@ export default function HomePage() {
tag="Our Advantage"
bulletPoints={[
{
title: "Experienced Professionals",
description: "Team with deep expertise in industrial engineering and fabrication",
icon: BadgeCheck,
title: "Experienced Professionals", description: "Team with deep expertise in industrial engineering and fabrication", icon: BadgeCheck,
},
{
title: "Fast Response Times",
description: "Quick turnaround on quotes and emergency maintenance requests",
icon: Zap,
title: "Fast Response Times", description: "Quick turnaround on quotes and emergency maintenance requests", icon: Zap,
},
{
title: "Reliable Workmanship",
description: "Proven track record of quality delivery on every project",
icon: Shield,
title: "Reliable Workmanship", description: "Proven track record of quality delivery on every project", icon: Shield,
},
{
title: "Strategic Location",
description: "Convenient access from Rosslyn industrial zone serving BMW and major manufacturers",
icon: MapPin,
title: "Strategic Location", description: "Convenient access from Rosslyn industrial zone serving BMW and major manufacturers", icon: MapPin,
},
{
title: "Trusted by Local Business",
description: "Long-standing relationships with established manufacturing companies",
icon: Handshake,
title: "Trusted by Local Business", description: "Long-standing relationships with established manufacturing companies", icon: Handshake,
},
{
title: "Technical Excellence",
description: "Modern equipment and latest engineering practices",
icon: Cog,
title: "Technical Excellence", description: "Modern equipment and latest engineering practices", icon: Cog,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg"
imageAlt="J R Kopano Engineering team"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -211,15 +156,11 @@ export default function HomePage() {
description="Contact J R Kopano Engineering today for reliable solutions. Whether you need mechanical engineering, fabrication, maintenance, or custom solutions, our team is ready to help. Call for immediate assistance or submit your project details for a quote."
buttons={[
{
text: "📞 Call 082 806 5801",
href: "tel:0828065801",
},
text: "📞 Call 082 806 5801", href: "tel:0828065801"},
{
text: "📩 Request a Quote",
href: "/contact",
},
text: "📩 Request a Quote", href: "/contact"},
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -231,19 +172,13 @@ export default function HomePage() {
socialLinks={[
{
icon: Phone,
href: "tel:0828065801",
ariaLabel: "Call us",
},
href: "tel:0828065801", ariaLabel: "Call us"},
{
icon: Mail,
href: "mailto:info@jrkopano.co.za",
ariaLabel: "Email us",
},
href: "mailto:info@jrkopano.co.za", ariaLabel: "Email us"},
{
icon: MapPin,
href: "https://maps.google.com/?q=Rosslyn+Pretoria",
ariaLabel: "Our location",
},
href: "https://maps.google.com/?q=Rosslyn+Pretoria", ariaLabel: "Our location"},
]}
/>
</div>

View File

@@ -35,9 +35,7 @@ export default function ServicesPage() {
brandName="JR Kopano"
navItems={navItems}
button={{
text: "📞 Call Now",
href: "tel:0828065801",
}}
text: "📞 Call Now", href: "tel:0828065801"}}
animateOnLoad={true}
/>
</div>
@@ -46,32 +44,14 @@ export default function ServicesPage() {
<FeatureCardTwentyFour
features={[
{
id: "1",
title: "Mechanical Engineering",
author: "Expert Team",
description: "Industrial engineering solutions for manufacturing and production facilities. Custom designs tailored to your operational needs. We provide comprehensive mechanical design services including CAD modeling, system optimization, and technical documentation.",
tags: ["Engineering", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/man-safety-equipment-his-workplace_23-2148976362.jpg?_wi=2",
imageAlt: "mechanical engineering design blueprint",
},
id: "1", title: "Mechanical Engineering", author: "Expert Team", description: "Industrial engineering solutions for manufacturing and production facilities. Custom designs tailored to your operational needs. We provide comprehensive mechanical design services including CAD modeling, system optimization, and technical documentation.", tags: ["Engineering", "Design"],
imageSrc: "http://img.b2bpic.net/free-photo/man-safety-equipment-his-workplace_23-2148976362.jpg", imageAlt: "mechanical engineering design blueprint"},
{
id: "2",
title: "Steel Fabrication",
author: "Skilled Fabricators",
description: "Custom metal fabrication and structural engineering services. Precision work for demanding industrial applications. Our fabrication team handles everything from structural steel work to intricate custom metal components with tight tolerances.",
tags: ["Fabrication", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg?_wi=2",
imageAlt: "steel metal fabrication welding work",
},
id: "2", title: "Steel Fabrication", author: "Skilled Fabricators", description: "Custom metal fabrication and structural engineering services. Precision work for demanding industrial applications. Our fabrication team handles everything from structural steel work to intricate custom metal components with tight tolerances.", tags: ["Fabrication", "Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-industrial-plant-discussing-about-production-efficiency_342744-236.jpg", imageAlt: "steel metal fabrication welding work"},
{
id: "3",
title: "Industrial Maintenance",
author: "Maintenance Specialists",
description: "Repair and maintenance services for machinery and equipment. Minimize downtime with our rapid response. We offer preventive maintenance programs, emergency repairs, and scheduled service to keep your operations running smoothly.",
tags: ["Maintenance", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367531.jpg?_wi=2",
imageAlt: "industrial maintenance repair equipment",
},
id: "3", title: "Industrial Maintenance", author: "Maintenance Specialists", description: "Repair and maintenance services for machinery and equipment. Minimize downtime with our rapid response. We offer preventive maintenance programs, emergency repairs, and scheduled service to keep your operations running smoothly.", tags: ["Maintenance", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367531.jpg", imageAlt: "industrial maintenance repair equipment"},
]}
animationType="slide-up"
title="Our Comprehensive Service Portfolio"
@@ -89,37 +69,25 @@ export default function ServicesPage() {
tag="Our Strengths"
bulletPoints={[
{
title: "Experienced Professionals",
description: "Team with deep expertise in industrial engineering and fabrication",
icon: BadgeCheck,
title: "Experienced Professionals", description: "Team with deep expertise in industrial engineering and fabrication", icon: BadgeCheck,
},
{
title: "Fast Response Times",
description: "Quick turnaround on quotes and emergency maintenance requests",
icon: Zap,
title: "Fast Response Times", description: "Quick turnaround on quotes and emergency maintenance requests", icon: Zap,
},
{
title: "Reliable Workmanship",
description: "Proven track record of quality delivery on every project",
icon: Shield,
title: "Reliable Workmanship", description: "Proven track record of quality delivery on every project", icon: Shield,
},
{
title: "Strategic Location",
description: "Convenient access from Rosslyn industrial zone serving BMW and major manufacturers",
icon: MapPin,
title: "Strategic Location", description: "Convenient access from Rosslyn industrial zone serving BMW and major manufacturers", icon: MapPin,
},
{
title: "Trusted by Local Business",
description: "Long-standing relationships with established manufacturing companies",
icon: Handshake,
title: "Trusted by Local Business", description: "Long-standing relationships with established manufacturing companies", icon: Handshake,
},
{
title: "Technical Excellence",
description: "Modern equipment and latest engineering practices",
icon: Cog,
title: "Technical Excellence", description: "Modern equipment and latest engineering practices", icon: Cog,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/workers-wearing-uniforms-hardhat-factory-touching-with-legs-greeting-due-corona-virus-infection_342744-109.jpg"
imageAlt="J R Kopano Engineering team"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -136,15 +104,11 @@ export default function ServicesPage() {
description="Whether you need mechanical engineering expertise, precision fabrication, or emergency maintenance support, J R Kopano Engineering is ready to help. Contact us for a consultation and detailed quote on your project."
buttons={[
{
text: "📞 Call 082 806 5801",
href: "tel:0828065801",
},
text: "📞 Call 082 806 5801", href: "tel:0828065801"},
{
text: "📩 Request a Quote",
href: "/contact",
},
text: "📩 Request a Quote", href: "/contact"},
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -156,19 +120,13 @@ export default function ServicesPage() {
socialLinks={[
{
icon: Phone,
href: "tel:0828065801",
ariaLabel: "Call us",
},
href: "tel:0828065801", ariaLabel: "Call us"},
{
icon: Mail,
href: "mailto:info@jrkopano.co.za",
ariaLabel: "Email us",
},
href: "mailto:info@jrkopano.co.za", ariaLabel: "Email us"},
{
icon: MapPin,
href: "https://maps.google.com/?q=Rosslyn+Pretoria",
ariaLabel: "Our location",
},
href: "https://maps.google.com/?q=Rosslyn+Pretoria", ariaLabel: "Our location"},
]}
/>
</div>