Update src/app/page.tsx

This commit is contained in:
2026-03-03 12:06:41 +00:00
parent a39c415ba5
commit 3d70c8cc10

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/airplane-sunset_1150-8368.jpg"
imageSrc="http://img.b2bpic.net/free-photo/airplane-sunset_1150-8368.jpg?_wi=1"
imageAlt="Aircraft logistics and cargo handling"
mediaAnimation="slide-up"
/>
@@ -64,13 +64,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "same-day", title: "Same Day Delivery", description: "Critical parts and supplies delivered the same day to minimize aircraft downtime and keep operations running.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg", imageAlt: "Same day delivery"
id: "same-day", title: "Same Day Delivery", description: "Critical parts and supplies delivered the same day to minimize aircraft downtime and keep operations running.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg?_wi=1", imageAlt: "Same day delivery"
},
{
id: "first-flight", title: "First Flight Out", description: "Parts shipped on the first available commercial flight to ensure fastest possible delivery worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg", imageAlt: "First flight out service"
id: "first-flight", title: "First Flight Out", description: "Parts shipped on the first available commercial flight to ensure fastest possible delivery worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg?_wi=2", imageAlt: "First flight out service"
},
{
id: "after-hours", title: "After Hours Service", description: "24/7 operations and after-hours service to handle emergencies whenever they occur.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg", imageAlt: "After hours support"
id: "after-hours", title: "After Hours Service", description: "24/7 operations and after-hours service to handle emergencies whenever they occur.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg?_wi=3", imageAlt: "After hours support"
}
]}
gridVariant="uniform-4-items"
@@ -91,7 +91,7 @@ export default function LandingPage() {
id: "warehousing", title: "Warehousing & Distribution", description: "Comprehensive, reliable, and flexible warehousing with dedicated centers, inventory management, and fulfillment services designed for your operational requirements.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-discussing-about-logistics-distribution-packages-market_342744-1558.jpg", imageAlt: "Warehousing facility"
},
{
id: "shipping", title: "Air/Sea/Ground Shipping", description: "Extensive network across the United States and internationally. Specialized handling of time-critical, sensitive, and hazmat shipments with proof-of-delivery confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/transportation-global-logistics-flyer-template_82472-486.jpg", imageAlt: "Shipping network"
id: "shipping", title: "Air/Sea/Ground Shipping", description: "Extensive network across the United States and internationally. Specialized handling of time-critical, sensitive, and hazmat shipments with proof-of-delivery confirmation.", imageSrc: "http://img.b2bpic.net/free-vector/transportation-global-logistics-flyer-template_82472-486.jpg?_wi=1", imageAlt: "Shipping network"
},
{
id: "trucking", title: "Trucking Services", description: "Professional, timely, and efficient trucking solutions. Full truck loads (FTL), less than full truck loads (LTL), and specialized air ride, climate controlled, flatbed services.", imageSrc: "http://img.b2bpic.net/free-photo/container-truck-racing-wet-highway-intermodal-logistics_169016-71354.jpg", imageAlt: "Truck fleet"
@@ -116,7 +116,7 @@ export default function LandingPage() {
description="Digam, Inc."
subdescription="Expert Aviation Logistics Partner"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/airplane-sunset_1150-8368.jpg"
imageSrc="http://img.b2bpic.net/free-photo/airplane-sunset_1150-8368.jpg?_wi=2"
imageAlt="Digam logistics operations"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -131,10 +131,10 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "domestic", value: "Worldwide", title: "Global Reach", description: "Domestic and international trade support across continents", imageSrc: "http://img.b2bpic.net/free-vector/transportation-global-logistics-flyer-template_82472-486.jpg", imageAlt: "Global logistics network"
id: "domestic", value: "Worldwide", title: "Global Reach", description: "Domestic and international trade support across continents", imageSrc: "http://img.b2bpic.net/free-vector/transportation-global-logistics-flyer-template_82472-486.jpg?_wi=2", imageAlt: "Global logistics network"
},
{
id: "reliability", value: "24/7", title: "Always Available", description: "Professional, reliable, expedient service whenever needed", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg", imageAlt: "24/7 operations"
id: "reliability", value: "24/7", title: "Always Available", description: "Professional, reliable, expedient service whenever needed", imageSrc: "http://img.b2bpic.net/free-photo/engineers-working-with-airplane_1098-12550.jpg?_wi=4", imageAlt: "24/7 operations"
}
]}
animationType="slide-up"