diff --git a/src/app/page.tsx b/src/app/page.tsx index a0076a3..e446989 100644 --- a/src/app/page.tsx +++ b/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" /> @@ -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() {