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 +} 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 +}