Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
title="Real-time GPS Tracking Engine"
|
||||
description="High-precision location monitoring for modern fleets. Integrate, track, and optimize operations in real-time with our low-latency backend infrastructure."
|
||||
testimonials={[
|
||||
{ name: "Alex Rivet", handle: "@fleetmanager", testimonial: "The precision of NaviFleet's tracking is unmatched. Reduced our delivery downtime by 40%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" },
|
||||
{ name: "Alex Rivet", handle: "@fleetmanager", testimonial: "The precision of NaviFleet's tracking is unmatched. Reduced our delivery downtime by 40%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1" },
|
||||
{ name: "Sarah Chen", handle: "@techops", testimonial: "Finally a scalable GPS solution that integrates flawlessly into our existing logistics stack.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-looking-businesswoman-working-with-laptop_23-2147626411.jpg" },
|
||||
{ name: "Marcus Thorne", handle: "@logisticlead", testimonial: "The real-time geofence alerts save us hours of manual oversight every single week.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-looking-away_23-2148336938.jpg" },
|
||||
{ name: "David Wu", handle: "@dispatch", testimonial: "An absolute game-changer for tracking cross-border shipments with high reliability.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-blonde-office-worker-man-headphones-sits-desk-with-office-tools-looking-laptop-isolated-white-background-with-copy-space_141793-65640.jpg" },
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
{ type: "text-icon", text: "Scalable", icon: TrendingUp },
|
||||
{ type: "text-icon", text: "API-First", icon: Code },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2"
|
||||
imageAlt="fleet manager portrait"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user