4 Commits

Author SHA1 Message Date
277c65c3e0 Update theme colors 2026-03-19 09:54:53 +00:00
20609958ed Update src/app/page.tsx 2026-03-19 09:49:23 +00:00
1b1df2f6f6 Merge version_1 into main
Merge version_1 into main
2026-03-19 09:47:40 +00:00
b22b794c8b Merge version_1 into main
Merge version_1 into main
2026-03-19 09:38:58 +00:00
2 changed files with 15 additions and 25 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ff1e1e;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #ff8686;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);