"use client"; import React, { useEffect, useState } from "react"; import Link from "next/link"; export default function EVSection() { const [hasMounted, setHasMounted] = useState(false); useEffect(() => { setHasMounted(true); }, []); const renderAnimatedText = () => { const lines = [ { text: "Built for Electric.", highlight: true }, { text: "Not Adapted.", highlight: false } ]; return lines.map((line, lineIdx) => { const words = line.text.split(/\s+/); return (
01
Cleaner miles, lower costs
Battery level, health, and degradation are first-class inputs to route optimization.
Seamlessly integrate charging stops without compromising delivery windows.
Factor in elevation, speed limits, and weather for maximum efficiency.
EVs become predictable assets, not operational risks.