diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index bd1815c..ca859b6 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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}
/>
@@ -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() {
@@ -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"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index a296d3a..a477285 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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}
/>
@@ -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() {
@@ -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"},
]}
/>
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 54b1067..5e3f6c2 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -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}
/>
@@ -46,32 +44,14 @@ export default function ServicesPage() {
@@ -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"},
]}
/>