diff --git a/src/app/page.tsx b/src/app/page.tsx index 3238f47..fdeef9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,12 +53,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg", imageAlt: "transport truck cargo vehicle Dar es Salaam" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg", imageAlt: "cargo transportation logistics business" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-buying-first-apartment-moving-together-unpacking-plant-furniture-decorate-household-enjoying-property-relocation-with-decor-start-new-lifestyle-beginnings_482257-49151.jpg", imageAlt: "house moving service furniture transport" }, - { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-truck-driver-standing-by-truck_1303-21858.jpg", imageAlt: "vehicle fleet trucks buses commercial" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg", imageAlt: "transport truck cargo vehicle Dar es Salaam" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg", imageAlt: "cargo transportation logistics business" } + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg?_wi=1", imageAlt: "transport truck cargo vehicle Dar es Salaam" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg?_wi=1", imageAlt: "cargo transportation logistics business" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-buying-first-apartment-moving-together-unpacking-plant-furniture-decorate-household-enjoying-property-relocation-with-decor-start-new-lifestyle-beginnings_482257-49151.jpg?_wi=1", imageAlt: "house moving service furniture transport" }, + { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-truck-driver-standing-by-truck_1303-21858.jpg?_wi=1", imageAlt: "vehicle fleet trucks buses commercial" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg?_wi=2", imageAlt: "transport truck cargo vehicle Dar es Salaam" }, + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg?_wi=2", imageAlt: "cargo transportation logistics business" } ]} autoPlay={true} autoPlayInterval={5000} @@ -78,7 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "cargo-transport", title: "Cargo Transport", description: "Professional cargo handling and transportation for businesses of all sizes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg", imageAlt: "cargo transportation logistics business" }, + id: "cargo-transport", title: "Cargo Transport", description: "Professional cargo handling and transportation for businesses of all sizes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/freight-trucks-airplane-sunset_23-2151989544.jpg?_wi=3", imageAlt: "cargo transportation logistics business" }, items: [ { icon: Package, text: "Safe & Secure Handling" }, { icon: Clock, text: "Fast Delivery Times" }, @@ -87,7 +87,7 @@ export default function LandingPage() { reverse: false }, { - id: "business-logistics", title: "Business Logistics", description: "Streamlined supply chain solutions to keep your business moving forward.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-truck-driver-standing-by-truck_1303-21858.jpg", imageAlt: "vehicle fleet trucks buses commercial" }, + id: "business-logistics", title: "Business Logistics", description: "Streamlined supply chain solutions to keep your business moving forward.", media: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-truck-driver-standing-by-truck_1303-21858.jpg?_wi=2", imageAlt: "vehicle fleet trucks buses commercial" }, items: [ { icon: Boxes, text: "Full Fleet Available" }, { icon: Calendar, text: "Flexible Scheduling" }, @@ -96,7 +96,7 @@ export default function LandingPage() { reverse: true }, { - id: "moving-services", title: "Moving Services", description: "Residential and commercial moving with expert care and professionalism.", media: { imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-buying-first-apartment-moving-together-unpacking-plant-furniture-decorate-household-enjoying-property-relocation-with-decor-start-new-lifestyle-beginnings_482257-49151.jpg", imageAlt: "house moving service furniture transport" }, + id: "moving-services", title: "Moving Services", description: "Residential and commercial moving with expert care and professionalism.", media: { imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-buying-first-apartment-moving-together-unpacking-plant-furniture-decorate-household-enjoying-property-relocation-with-decor-start-new-lifestyle-beginnings_482257-49151.jpg?_wi=2", imageAlt: "house moving service furniture transport" }, items: [ { icon: Home, text: "Residential Moving" }, { icon: Users, text: "Professional Team" }, @@ -116,7 +116,7 @@ export default function LandingPage() { tag="Since Day One" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg" + imageSrc="http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg?_wi=3" imageAlt="transport truck cargo vehicle Dar es Salaam" mediaAnimation="slide-up" metricsAnimation="slide-up"