From 40b76962dab3957a28ccfa56016188d3a9c91bc2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:03:59 +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 1c9d797..5cf4196 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 6052d73f2e1012281bf7dea78428a9c170c79862 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:03:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71e29bf..d7db4ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Customer 2" }, { src: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", alt: "Customer 3" }, ]} - avatarText="Trusted by 500+ Global Shippers (avg. 12+ shipments/month)" + avatarText="Trusted by 500+ Global Partners" buttons={[ { text: "Get Quote", href: "/contact" }, { text: "Track Shipment", href: "/tracking" }, @@ -64,12 +64,12 @@ export default function HomePage() {
); -} \ No newline at end of file +}