Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-09 15:14:37 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
id: "1", value: "5", title: "Google Rating", description: "Consistently rated 5-stars by freight brokers and shippers", icon: Star
},
{
id: "2", value: "100", title: "Fully Insured & Bonded", description: "Complete cargo and liability protection for every load", icon: CheckCircle
id: "2", value: "Verified", title: "Fully Insured & Bonded", description: "DOT-Compliant & Cargo Protected Nationwide", icon: CheckCircle
},
{
id: "3", value: "24/7", title: "Real-Time Tracking", description: "Live GPS tracking and proactive load communication", icon: MapPin
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}