diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2676db2..8891e73 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,208 +10,119 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Your Reliable Partner" + title="Transport Mourad Tazi: Bridging Morocco & Europe" + description="Premium road freight transport and logistics services based in Agadir, Morocco. We offer full truckloads, refrigerated transport, and tautliner solutions." + primaryButton={{ text: "Request A Quote", href: "#contact" }} + secondaryButton={{ text: "Our Services", href: "#services" }} + imageSrc="http://img.b2bpic.net/free-photo/blue-truck-wet-road-power-modern-logistics_169016-69717.jpg" + /> +
+
-
- +
+ - -
+ tag="About Us" + title="Experience in International Logistics" + description="Strategically based in Agadir, we specialize in high-quality logistics solutions connecting Morocco to Europe. We focus on transparency, timely delivery, and professional handling of every shipment." + imageSrc="http://img.b2bpic.net/free-photo/warehouse-worker-holding-tablet-checking-inventory-large-distribution-warehouse-center_342744-1562.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Expertise" + title="Comprehensive Freight Services" + description="Our fleet is equipped to handle diverse transport needs across borders." + features={[ + { + title: "Full Truck Loads (FTL)", description: "Dedicated transport services for large shipments directly from Morocco to all European destinations.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-sweater-gray-box-truck_410324-100.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/commercial-trucks-lined-up-logistics-hub-sunset_84443-73979.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg" } + ] + }, + { + title: "Refrigerated Transport (Frigo)", description: "Ensuring the integrity of your perishables with advanced climate-controlled refrigerated vehicles.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/cargo-delivery-vehicle_1048-17381.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blank-cargo-truck-road_23-2151751340.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/yellow-semi-truck-with-trailer-winter-highway-modern-logistics-transport_169016-71701.jpg" } + ] + }, + { + title: "Tautliner (Curtain-sider)", description: "Versatile side-loading transport for large items that require quick and secure handling.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/professional-truck-driver-setting-up-navigation-destination_342744-295.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/truck-bright-warehouse_23-2151998721.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/middle-trailer-cargo-logistics-pattern_53876-30355.jpg" } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Impact" + title="Logistics Excellence Driven by Quality" + description="We pride ourselves on the consistency and professionalism of our logistics network." + metrics={[ + { value: "100%", title: "Route Reliability", description: "Strict scheduling adherence between Morocco and Europe.", imageSrc: "http://img.b2bpic.net/free-photo/engineers-optimizing-manufacture-robot-arm-conveyor-belt_482257-126835.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Trust" + title="Client Feedback" + description="Hear from our partners who rely on us for their European freight requirements." + testimonials={[ + { name: "Ahmed Benali", role: "Logistics Mgr", company: "Agadir Fruit Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-female-customer-going-through-paperwork-auto-repair-shop_637285-9785.jpg" }, + { name: "Elena Rossi", role: "CEO", company: "Europa Trade", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19909.jpg" }, + { name: "Marc Dubois", role: "Procurement", company: "FR Logistique", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12849.jpg" }, + { name: "Sofia Hansen", role: "Director", company: "Scan Nordic", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" }, + { name: "Karim Jelloun", role: "Ops Lead", company: "Maroc Exp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12791.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Support" + title="Frequently Asked Questions" + description="Answers to commonly asked questions about our logistics operations." + items={[ + { question: "Where is the head office?", answer: "We are based in Agadir, Morocco, with operations covering all major routes to Europe." }, + { question: "What kind of transport do you offer?", answer: "We specialize in FTL, Refrigerated, and Tautliner curtain-sider transport." }, + { question: "Are you licensed for international transport?", answer: "Yes, we are fully licensed for international road freight (Transport International Routier) between Morocco and Europe." } + ]} + imageSrc="http://img.b2bpic.net/free-photo/manager-supervisor-looking-cargo-stock-analyzing-transportation-logistics-laptop-computer-discussing-online-orders-before-start-preparing-packages-warehouse-job-concept_482257-66503.jpg" + /> +
+
-
- +
+ - -
+ tag="Contact Us" + text="Ready to optimize your freight logistics? Connect with our professional team in Agadir today." + primaryButton={{ text: "Email Us", href: "mailto:contact@tazi-transport.ma" }} + secondaryButton={{ text: "Call Support", href: "tel:+212528000000" }} + /> +
+
); -} +} \ No newline at end of file