diff --git a/src/app/page.tsx b/src/app/page.tsx
index c772ada..ffc7260 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Award, Truck, Wrench } from "lucide-react";
+import { CalendarDays, ShieldCheck, Clock3, HardHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,12 +31,12 @@ export default function LandingPage() {
@@ -107,17 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1", value: "250+", title: "Active Projects", description: "Construction sites currently using our equipment.", icon: Wrench,
+ id: "m1", value: "99.8%", title: "Equipment Uptime", description: "Maintained fleet for reliable performance.", icon: ShieldCheck,
},
{
- id: "m2", value: "1.2M", title: "Tons Delivered", description: "Raw materials successfully supplied.", icon: Truck,
+ id: "m2", value: "48 hrs", title: "Turnaround Time", description: "Average deployment time across all regions.", icon: Clock3,
},
{
- id: "m3", value: "15+", title: "Years Experience", description: "Of heavy-duty industry excellence.", icon: Award,
+ id: "m3", value: "100+", title: "Rental Assets", description: "Comprehensive inventory ready for site.", icon: HardHat,
},
]}
- title="Performance By The Numbers"
- description="We drive efficiency across all construction sectors."
+ title="Rental Logistics Performance"
+ description="KPIs designed to ensure your rental experience is optimized and reliable."
/>
@@ -128,46 +128,47 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1", name: "Sarah Miller", role: "Site Manager", company: "Metro Builders", rating: 5,
+ id: "t1", name: "Marcus Thorne", role: "Project Lead", company: "BuildRight Rentals", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-showing-approval_23-2148269357.jpg"},
{
- id: "t2", name: "James Chen", role: "Civil Engineer", company: "Urban Infrastructure", rating: 5,
+ id: "t2", name: "Elena Rios", role: "Site Coordinator", company: "ProGrade Infrastructure", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124257.jpg"},
{
- id: "t3", name: "Robert Voss", role: "Foreman", company: "Clear Site", rating: 5,
+ id: "t3", name: "David Kwan", role: "Fleet Manager", company: "City Earthworks", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-engineer-male-ready-shake-hand_23-2148480414.jpg"},
]}
kpiItems={[
{
- value: "98%", label: "On-Time Delivery"},
+ value: "95%", label: "Repeat Customers"},
{
- value: "5/5", label: "Client Rating"},
+ value: "200+", label: "Units Deployed"},
{
- value: "24/7", label: "Service Support"},
+ value: "5/5", label: "Rental Satisfaction"},
]}
- title="Client Success Stories"
- description="Hear what site managers and engineers have to say about our partnership."
+ title="Rental Partner Reviews"
+ description="Hear from project managers and fleet coordinators who rely on our rental equipment."
/>
@@ -177,34 +178,34 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file