diff --git a/src/app/page.tsx b/src/app/page.tsx index bd4a612..025ef4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { metrics={[ { id: "1", value: "15+", title: "שנות ניסיון", description: "ניסיון עשיר בכל סוגי ההובלות", icon: Award }, { id: "2", value: "2000+", title: "לקוחות מרוצים", description: "משפחות ועסקים שעברו איתנו", icon: Users }, - { id: "3", value: "99%", title: "דיוק בזמנים", description: "הובלה שמגיעה בדיוק בזמן", icon: Clock } + { id: "3", value: "99%", title: "דיוק בזמנים", description: "הובלה שמגיעה בדיוק בזמן - התחייבות שלנו", icon: Clock } ]} /> @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}