From a0fa5c5212764d96b4ff95b9091a30becc0f6f9a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:36:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 911ab95..8d97262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function TransportProPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -46,11 +46,11 @@ export default function TransportProPage() { description="Reliable freight transport, on-time delivery, and comprehensive logistics services for your business. We move your cargo safely across the nation." tag="Professional Transport" tagIcon={Truck} - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg?_wi=1", imageAlt: "Professional delivery truck on highway" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-checking-truck_23-2149426487.jpg?_wi=1", imageAlt: "Fleet of commercial trucks" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-diverse-team-discussing-customer-order_482257-108845.jpg?_wi=1", imageAlt: "Logistics and warehouse operations" } + { imageSrc: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg", imageAlt: "Professional delivery truck on highway" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-checking-truck_23-2149426487.jpg", imageAlt: "Fleet of commercial trucks" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-diverse-team-discussing-customer-order_482257-108845.jpg", imageAlt: "Logistics and warehouse operations" } ]} buttons={[ { text: "Get a Quote", href: "#contact" }, @@ -68,7 +68,7 @@ export default function TransportProPage() { description="With over 25 years of industry experience, TransportPro has built a reputation for reliability, professionalism, and customer excellence. Our fleet of modern trucks and dedicated drivers ensure your cargo arrives safely and on schedule, every time." tag="About Us" tagIcon={Award} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-checking-truck_23-2149426487.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-men-checking-truck_23-2149426487.jpg" imageAlt="TransportPro fleet of commercial trucks" buttons={[{ text: "Our Services", href: "#services" }]} useInvertedBackground={false} @@ -85,7 +85,7 @@ export default function TransportProPage() { tagIcon={Briefcase} features={[ { - id: "1", title: "Long-Distance Freight", description: "Cross-country shipping with GPS tracking, real-time updates, and full insurance coverage for peace of mind.", media: { imageSrc: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg?_wi=2", imageAlt: "Professional delivery truck on highway" }, + id: "1", title: "Long-Distance Freight", description: "Cross-country shipping with GPS tracking, real-time updates, and full insurance coverage for peace of mind.", media: { imageSrc: "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg", imageAlt: "Professional delivery truck on highway" }, items: [ { icon: CheckCircle, text: "24/7 GPS Tracking" }, { icon: CheckCircle, text: "Full Insurance Coverage" }, @@ -94,7 +94,7 @@ export default function TransportProPage() { reverse: false }, { - id: "2", title: "Specialized Cargo Transport", description: "Expert handling of temperature-controlled, hazmat, and oversized loads with certified drivers and specialized equipment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239282.jpg?_wi=1", imageAlt: "Refrigerated truck reefer trailer" }, + id: "2", title: "Specialized Cargo Transport", description: "Expert handling of temperature-controlled, hazmat, and oversized loads with certified drivers and specialized equipment.", media: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239282.jpg", imageAlt: "Refrigerated truck reefer trailer" }, items: [ { icon: CheckCircle, text: "Temperature Controlled" }, { icon: CheckCircle, text: "Hazmat Certified" }, @@ -103,7 +103,7 @@ export default function TransportProPage() { reverse: true }, { - id: "3", title: "Fleet Management Solutions", description: "Comprehensive logistics coordination, route optimization, and inventory management for enterprise clients.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-diverse-team-discussing-customer-order_482257-108845.jpg?_wi=2", imageAlt: "Supply chain logistics management" }, + id: "3", title: "Fleet Management Solutions", description: "Comprehensive logistics coordination, route optimization, and inventory management for enterprise clients.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-diverse-team-discussing-customer-order_482257-108845.jpg", imageAlt: "Supply chain logistics management" }, items: [ { icon: CheckCircle, text: "Route Optimization" }, { icon: CheckCircle, text: "Real-Time Monitoring" }, @@ -130,7 +130,7 @@ export default function TransportProPage() { id: "flatbed", name: "Flatbed Trucks", price: "Capacity: 45,000 lbs", imageSrc: "http://img.b2bpic.net/free-photo/blue-truck-rainy-highway-power-energy-motion_169016-69894.jpg", imageAlt: "Flatbed truck for general cargo" }, { - id: "refrigerated", name: "Refrigerated Trucks", price: "Capacity: 40,000 lbs", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239282.jpg?_wi=2", imageAlt: "Refrigerated truck for perishables" + id: "refrigerated", name: "Refrigerated Trucks", price: "Capacity: 40,000 lbs", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239282.jpg", imageAlt: "Refrigerated truck for perishables" }, { id: "tanker", name: "Tanker Trucks", price: "Capacity: 35,000 lbs", imageSrc: "http://img.b2bpic.net/free-photo/motorhome-races-across-bridge-sunset-dream-roadtrip_169016-71100.jpg", imageAlt: "Tanker truck for liquids" @@ -204,7 +204,7 @@ export default function TransportProPage() { title="Request Your Quote Today" description="Let us help you find the perfect logistics solution for your business. Contact our team for a free, no-obligation shipping quote." tagIcon={Send} - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" buttonText="Get Quote" -- 2.49.1