Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-28 08:25:05 +00:00

View File

@@ -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 }
]}
/>
</div>
@@ -173,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}