From 32e3cba528539f9c668d42621cfa222f19ec8398 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:14:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6a8afba..aa5cb81 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5a8158d54a98a146c2f2f3c4c6b520f725c81d5f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:14:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f290f3f..c13863b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1