Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 20:01:24 +00:00
parent 2fe60c2584
commit a179023355

View File

@@ -25,7 +25,7 @@ export default function ServicesPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="aurora" background="circleGradient"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -47,25 +47,13 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Express Freight Forwarding", title: "Express Freight Forwarding", description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg", imageAlt: "Express freight forwarding"},
description: "Fast and reliable international freight services with guaranteed delivery windows and full tracking capabilities.",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg?_wi=2",
imageAlt: "Express freight forwarding",
},
{ {
id: 2, id: 2,
title: "Inventory Management Solutions", title: "Inventory Management Solutions", description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg", imageAlt: "Inventory management"},
description: "Automated warehouse management systems with real-time inventory tracking and smart replenishment strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg?_wi=2",
imageAlt: "Inventory management",
},
{ {
id: 3, id: 3,
title: "Same-Day Local Delivery", title: "Same-Day Local Delivery", description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", imageAlt: "Same-day delivery"},
description: "Urgent local deliveries with real-time driver tracking and customer notifications for maximum transparency.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=2",
imageAlt: "Same-day delivery",
},
]} ]}
animationType="blur-reveal" animationType="blur-reveal"
buttons={[{ text: "Request Quote", href: "/contact" }]} buttons={[{ text: "Request Quote", href: "/contact" }]}
@@ -84,20 +72,11 @@ export default function ServicesPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "99.2%", description: "Service Reliability"},
value: "99.2%",
description: "Service Reliability",
},
{ {
id: "2", id: "2", value: "4.8/5.0", description: "Customer Rating"},
value: "4.8/5.0",
description: "Customer Rating",
},
{ {
id: "3", id: "3", value: "2hr avg", description: "Response Time"},
value: "2hr avg",
description: "Response Time",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="scale-rotate" animationType="scale-rotate"