3 Commits

Author SHA1 Message Date
6052d73f2e Update src/app/page.tsx 2026-03-06 07:03:59 +00:00
40b76962da Update src/app/layout.tsx 2026-03-06 07:03:59 +00:00
3eda71de68 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:00:09 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </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/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" }, { 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={[ buttons={[
{ text: "Get Quote", href: "/contact" }, { text: "Get Quote", href: "/contact" },
{ text: "Track Shipment", href: "/tracking" }, { text: "Track Shipment", href: "/tracking" },
@@ -64,12 +64,12 @@ export default function HomePage() {
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardTen <MetricCardTen
title="Our Track Record" 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={[ 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+"}, id: "3", title: "Global Destinations", subtitle: "Worldwide shipping coverage", category: "Reach", value: "180+"},
{ {
@@ -219,4 +219,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }