From 32022d7e9c24893db822aa5b5f2412a55c9f3820 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 19:26:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 294 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32ee5ee..040ac9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,117 +47,40 @@ export default function LandingPage() {
@@ -185,23 +100,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Tracking", - description: "Always know where your cargo is with our advanced digital monitoring.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-with-tablet_23-2149035867.jpg", - imageAlt: "Tracking", - }, + title: "Real-time Tracking", description: "Always know where your cargo is with our advanced digital monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delivery-man-with-tablet_23-2149035867.jpg", imageAlt: "Tracking"}, { - title: "Safety Guaranteed", - description: "Strict compliance with safety standards ensures your freight arrives protected.", - imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", - imageAlt: "Safety", - }, + title: "Safety Guaranteed", description: "Strict compliance with safety standards ensures your freight arrives protected.", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-tablet-pc-warehouse_107420-96539.jpg", imageAlt: "Safety"}, { - title: "Optimized Routes", - description: "Our team ensures the fastest, most efficient transport paths for every delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827318.jpg", - imageAlt: "Routes", - }, + title: "Optimized Routes", description: "Our team ensures the fastest, most efficient transport paths for every delivery.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827318.jpg", imageAlt: "Routes"}, ]} title="Comprehensive Freight Services" description="We specialize in tailored logistics solutions to meet the demands of modern business." @@ -210,33 +113,16 @@ export default function LandingPage() {
@@ -324,20 +173,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What areas do you serve?", - content: "We provide regional and national trucking services across North America.", - }, + id: "f1", title: "What areas do you serve?", content: "We provide regional and national trucking services across North America."}, { - id: "f2", - title: "How do I request a quote?", - content: "Simply fill out our contact form or call us to get a tailored logistics proposal.", - }, + id: "f2", title: "How do I request a quote?", content: "Simply fill out our contact form or call us to get a tailored logistics proposal."}, { - id: "f3", - title: "Are my goods insured?", - content: "All shipments under our care are fully insured to provide peace of mind.", - }, + id: "f3", title: "Are my goods insured?", content: "All shipments under our care are fully insured to provide peace of mind."}, ]} sideTitle="Frequently Asked Questions" faqsAnimation="slide-up" @@ -348,8 +188,7 @@ export default function LandingPage() {