|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
|
|
|
|
import HeroSignup from "@/components/sections/hero/HeroSignup";
|
|
|
|
|
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
|
|
|
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
|
|
|
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
|
|
|
|
@@ -40,28 +40,18 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
|
<HeroSignup
|
|
|
|
|
title="Reliable Transport & Logistics Services in Dar es Salaam"
|
|
|
|
|
description="Fast, Safe & Professional Delivery for Businesses and Individuals. Same-day service available. Trusted by local businesses."
|
|
|
|
|
tag="⭐ 5.0 Rating | 8 Reviews"
|
|
|
|
|
tagIcon={Star}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "📞 Call Now", href: "tel:+255785731850" },
|
|
|
|
|
{ text: "📩 Get Free Quote", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
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?_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}
|
|
|
|
|
inputPlaceholder="Enter your email for free quote"
|
|
|
|
|
buttonText="📞 Get Free Quote"
|
|
|
|
|
onSubmit={(email) => {
|
|
|
|
|
console.log("Email submitted:", email);
|
|
|
|
|
}}
|
|
|
|
|
ariaLabel="Hero section - OneWay Carriers logistics services"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|