import React from "react"; import Image from "next/image"; import { ScrollReveal } from "@/animations/Reveal"; export default function BlogGrid() { const blogs = [ { title: "How AI Is Transforming Last-Mile EV Delivery", excerpt: "Machine learning and real-time data are reshaping how fleets plan, dispatch, and adapt — making every kilometre smarter than the last.", category: "Technology", image: "/images/blog-post-pic-17.png", }, { title: "The EV Paradox: Solving Range Anxiety for Urban Fleets", excerpt: "Electric vehicles promise sustainability, but battery constraints introduce a new routing challenge. Here's how MileTruth™ AI solves it before dispatch.", category: "EV Fleet", image: "/images/ev-paradox.png", }, { title: "42% Less Distance: Insights from Our Hyderabad Hub", excerpt: "A detailed look at how Doormile's MileTruth routing engine delivered measurable efficiency gains — fewer vehicles, less fuel, and zero SLA misses.", category: "Case Study", image: "/images/blog-post-pic-15.png", }, { title: "MileTruth™ AI — 10 Stages to Smarter Dispatch", excerpt: "From order ingestion to final route output in under 45ms — a technical walkthrough of the ten-stage pipeline at the heart of our routing engine.", category: "MileTruth", image: "/images/blog-post-pic-31.png", }, { title: "Why Mathematical Precision Beats Heuristics in Routing", excerpt: "Most routing tools guess. We calculate. Powered by Google OR-Tools, MileTruth evaluates six parallel strategy universes to select the optimal route every time.", category: "Technology", image: "/images/blog-post-pic-14.jpeg", }, { title: "Fleet Reduction Without Compromising Delivery Volume", excerpt: "Deploying 37% fewer vehicles while handling the same order volumes isn't a trade-off — it's the result of smarter routing intelligence applied at every dispatch.", category: "Fleet Management", image: "/images/blog-post-pic-8.jpeg", }, { title: "Building a Greener City: The Future of Urban Logistics", excerpt: "Cities are demanding cleaner delivery. We explore how AI-powered EV fleets and optimised routing create a path to zero-emission last-mile logistics at city scale.", category: "Sustainability", image: "/images/blog-post-pic-6.jpeg", }, { title: "How Doormile Maintains 99.9% SLA Compliance at Scale", excerpt: "Hitting SLA targets 99.9% of the time isn't luck — it's the product of ETA pre-validation, real-time rebalancing, and a routing engine built with delivery reliability as its first constraint.", category: "Operations", image: "/images/last-mile-approach.jpg", }, { title: "Battery Simulation: The Secret to EV Route Pre-Validation", excerpt: "Before a single rider leaves the hub, MileTruth™ simulates every route against real charge capacity — eliminating mid-route failures and protecting your fulfillment rate.", category: "EV Fleet", image: "/images/blog-post-pic-3.jpeg", }, ]; return (
{blog.excerpt}