Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-06 07:04:03 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -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() {
<div id="metrics" data-section="metrics">
<MetricCardTen
title="Our Track Record"
description="Sonika BD Shippers stands as a trusted leader in global logistics, backed by years of excellence and unmatched service delivery."
description="Sonika BD Shippers stands as a trusted leader in global logistics, backed by operational excellence and unmatched service delivery."
metrics={[
{
id: "1", title: "Years of Excellence", subtitle: "Serving the global logistics industry", category: "Experience", value: "15+"},
id: "1", title: "Shipments Delivered", subtitle: "Safe and on-time deliveries", category: "Operations", value: "50,000+"},
{
id: "2", title: "Shipments Delivered", subtitle: "Safe and on-time deliveries", category: "Operations", value: "50,000+"},
id: "2", title: "Years of Excellence", subtitle: "Serving the global logistics industry", category: "Experience", value: "15+"},
{
id: "3", title: "Global Destinations", subtitle: "Worldwide shipping coverage", category: "Reach", value: "180+"},
{
@@ -219,4 +219,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}