Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-14 01:08:15 +00:00

View File

@@ -73,6 +73,7 @@ export default function LandingPage() {
title="Meet the Man Behind Rotel"
description={[
"Ajayi Olarotimi is the founder of Rotel Global Logistics Ltd, a Lagos-based clearing and forwarding company operating out of Apapa — Nigeria's busiest port.", "With years of hands-on experience in vehicle importation, customs documentation, and cargo handling, Olarotimi has built Rotel into a name clients trust to get the job done right, every time."]}
useInvertedBackground={false}
/>
</div>
@@ -81,6 +82,7 @@ export default function LandingPage() {
title="Our Services"
description="Professional logistics solutions for every step of your vehicle's journey."
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Sea & Air Freight", description: "Efficient clearance and forwarding across international borders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" },
{ title: "Vehicle Clearing", description: "Professional vehicle import and clearing with precision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" },
@@ -94,14 +96,15 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
title="Success Gallery"
description="A glimpse into the vehicles and cargo we handle daily."
products={[
{ id: "1", name: "Luxury SUV", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" },
{ id: "2", name: "Sedan Imports", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" },
{ id: "3", name: "Commercial Fleet", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-q3j44tfs.jpg" },
{ id: "4", name: "Luxury Imports", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-jysk2k4a.jpg" },
{ id: "5", name: "Export Solutions", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-e65acxir.jpg" },
{ id: "1", name: "Luxury SUV", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" },
{ id: "2", name: "Sedan Imports", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" },
{ id: "3", name: "Commercial Fleet", brand: "Rotel", price: "Delivered", rating: 4, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-q3j44tfs.jpg" },
{ id: "4", name: "Luxury Imports", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-jysk2k4a.jpg" },
{ id: "5", name: "Export Solutions", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-e65acxir.jpg" },
]}
/>
</div>
@@ -112,6 +115,7 @@ export default function LandingPage() {
description="Our core differentiators that keep clients coming back."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "1", icon: MapPin, title: "Location", value: "Apapa Base" },
{ id: "2", icon: ShieldCheck, title: "Security", value: "Certified" },
@@ -126,6 +130,8 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Common queries about our logistics and clearance process."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How long does clearing take?", content: "Varies by vehicle type, but usually 3-5 days." },
{ id: "2", title: "Do you handle shipping?", content: "Yes, from origin port to Lagos." },
@@ -141,6 +147,7 @@ export default function LandingPage() {
description="Contact Rotel Global Logistics today for seamless import services."
buttons={[{ text: "Contact via WhatsApp", href: "https://wa.me/2348035240284" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>