Merge version_1 into main #2
114
src/app/page.tsx
114
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -36,9 +36,7 @@ export default function HomePage() {
|
||||
{ name: "WhatsApp", id: "https://wa.me/27722170221" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:0722170221",
|
||||
}}
|
||||
text: "Call Now", href: "tel:0722170221"}}
|
||||
brandName="Ratec Services"
|
||||
/>
|
||||
</div>
|
||||
@@ -50,27 +48,19 @@ export default function HomePage() {
|
||||
tag="24/7 Emergency Response"
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg"
|
||||
imageAlt="Mining equipment in operation"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Johan Pieterse",
|
||||
handle: "Plant Manager, Burgersfort Mining Co",
|
||||
testimonial:
|
||||
"Ratec's rapid response saved us thousands in downtime. Their technicians know our equipment inside out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-with-masks-working-warehouse_23-2148923092.jpg",
|
||||
},
|
||||
name: "Johan Pieterse", handle: "Plant Manager, Burgersfort Mining Co", testimonial:
|
||||
"Ratec's rapid response saved us thousands in downtime. Their technicians know our equipment inside out.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employees-with-masks-working-warehouse_23-2148923092.jpg"},
|
||||
{
|
||||
name: "Thabo Ndlovu",
|
||||
handle: "Operations Manager, Regional Mining",
|
||||
testimonial:
|
||||
"Professional, reliable, and they answer the phone at 3 AM. That's what matters in mining.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=1",
|
||||
},
|
||||
name: "Thabo Ndlovu", handle: "Operations Manager, Regional Mining", testimonial:
|
||||
"Professional, reliable, and they answer the phone at 3 AM. That's what matters in mining.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:0722170221" },
|
||||
@@ -89,25 +79,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
title: "Always Available",
|
||||
description: "Never miss a call – we're operational around the clock",
|
||||
icon: Clock,
|
||||
id: "1", value: "24/7", title: "Always Available", description: "Never miss a call – we're operational around the clock", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5.0",
|
||||
title: "Star Rating",
|
||||
description: "Proven reputation built on professional service",
|
||||
icon: Star,
|
||||
id: "2", value: "5.0", title: "Star Rating", description: "Proven reputation built on professional service", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Local",
|
||||
title: "Burgersfort Based",
|
||||
description: "Fast response times and deep industry knowledge",
|
||||
icon: MapPin,
|
||||
id: "3", value: "Local", title: "Burgersfort Based", description: "Fast response times and deep industry knowledge", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -127,36 +105,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Equipment Maintenance",
|
||||
description:
|
||||
"Preventive and predictive maintenance programs to maximize uptime and extend equipment lifespan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=2",
|
||||
imageAlt: "Equipment maintenance in progress",
|
||||
},
|
||||
title: "Equipment Maintenance", description:
|
||||
"Preventive and predictive maintenance programs to maximize uptime and extend equipment lifespan", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg", imageAlt: "Equipment maintenance in progress"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Emergency Repairs",
|
||||
description:
|
||||
"Rapid response breakdown services with on-site technicians ready to restore operations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg?_wi=3",
|
||||
imageAlt: "Emergency repair service",
|
||||
},
|
||||
title: "Emergency Repairs", description:
|
||||
"Rapid response breakdown services with on-site technicians ready to restore operations", imageSrc: "http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194786.jpg", imageAlt: "Emergency repair service"},
|
||||
{
|
||||
id: 3,
|
||||
title: "On-Site Support",
|
||||
description:
|
||||
"Dedicated technicians positioned at your mining site for immediate technical assistance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=2",
|
||||
imageAlt: "On-site technical support",
|
||||
},
|
||||
title: "On-Site Support", description:
|
||||
"Dedicated technicians positioned at your mining site for immediate technical assistance", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg", imageAlt: "On-site technical support"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Mining Equipment Solutions",
|
||||
description:
|
||||
"Supply, installation, and optimization of mining-specific equipment and systems",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg?_wi=3",
|
||||
imageAlt: "Mining equipment installation",
|
||||
},
|
||||
title: "Mining Equipment Solutions", description:
|
||||
"Supply, installation, and optimization of mining-specific equipment and systems", imageSrc: "http://img.b2bpic.net/free-photo/heavy-machinery-quarry_158595-5157.jpg", imageAlt: "Mining equipment installation"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -169,9 +131,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Ratec Services"
|
||||
description={[
|
||||
"With years of experience in the Burgersfort mining sector, we understand the critical importance of equipment reliability. Downtime costs money – lots of it. Our team of experienced technicians are trained in the latest mining equipment systems and committed to your operational success.",
|
||||
"We're not just a service provider; we're a partner in your mining operations. Available 24/7, locally based, and deeply familiar with regional mining challenges, we deliver the rapid, professional support your operations demand. Safety, reliability, and expertise – that's the Ratec difference.",
|
||||
]}
|
||||
"With years of experience in the Burgersfort mining sector, we understand the critical importance of equipment reliability. Downtime costs money – lots of it. Our team of experienced technicians are trained in the latest mining equipment systems and committed to your operational success.", "We're not just a service provider; we're a partner in your mining operations. Available 24/7, locally based, and deeply familiar with regional mining challenges, we deliver the rapid, professional support your operations demand. Safety, reliability, and expertise – that's the Ratec difference."]}
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Schedule a Consultation", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -185,32 +145,21 @@ export default function HomePage() {
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company / Mining Operation",
|
||||
required: true,
|
||||
name: "company", type: "text", placeholder: "Company / Mining Operation", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: false,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe the issue or service needed...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Describe the issue or service needed...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2870.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-blonde-business-woman-talking-by-mobile-phone_171337-2870.jpg"
|
||||
imageAlt="Ratec Services contact"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -238,24 +187,21 @@ export default function HomePage() {
|
||||
logoText="Ratec Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Maintenance", href: "/services" },
|
||||
{ label: "Emergency Repairs", href: "/services" },
|
||||
{ label: "On-Site Support", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Service Areas", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 072 217 0221", href: "tel:0722170221" },
|
||||
{ label: "WhatsApp Message", href: "https://wa.me/27722170221" },
|
||||
{ label: "30 Nong Street, Burgersfort", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user